body {
	background-color: #CCCCCC;
}

#cabecera td{
	width: 850px;
	height: 160px;
	background-image: url(../images/cabe.jpg);
}

#contenedor-externo {
	text-align: center;
	margin: 0px auto;
}

#contenedor {
	text-align: left;
	margin: 0px auto;
	width: 850px;	
}

#enlaces-secundarios, #cabecera, #barnavg {
	margin: 0px;
	padding: 0px;
}

#contenedor-interno {
	width: 850px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding-top: 4px;
}

#columna-izquierda {
	float: left;
	width: 175px;
}

#contenedor-contenido {
	float: right;
	width: 665px;
}

#contenido {
	float: left;
	width: 460px;
}

#columna-derecha {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
}

#banner-principal {
	text-align: center;
	margin: 0px auto;
	/*padding: 7px 3px;*/
	padding: 0px
	width: 450px;
	height: 160px;
	border: 1px solid #cdcdcd;

}

.imagen-banner-left {
	margin-left: 2px;
	margin-bottom: 4px;
	padding: 2.9px 2.9px;
	border: 1px solid #cdcdcd;
}

.banner-margin-left {
	margin-left: 2px;
}

.titulo-banner {
	background: url("../img/bar.gif") repeat-x;
}

/**
 * NOTICIAS
 */

.noticia {
} 

h1.titulo-noticia {
	display: innline;
	letter-spacing: -1px;
	margin-top: 5px;
	

}

h1.titulo-noticia2 {
	display: innline;
	letter-spacing: -1px;
	margin-top: 5px;
	line-height:60%;


}

h1.titulo-noticia2 a:link, h1.titulo-noticia2 a:visited {
	font-size: 16px;
	color: #c70b0c;
	text-decoration: none;
}

h1.titulo-noticia2 a:hover {
	font-size: 16px;
	color: #c70b0c;
	border-bottom: 1px dotted #c70b0c;

}

h1.titulo-noticia a:link, h1.titulo-noticia a:visited {
	font-size: 16px;
	color: #c70b0c;
	text-decoration: none;
}

h1.titulo-noticia a:hover {
	font-size: 16px;
	color: #c70b0c;
	border-bottom: 1px dotted #c70b0c;

}


.contenido-noticia {
	margin-bottom: 10px;
	text-align: justify;
}

.noticia img {
	padding: 4px;
	border: 1px solid #cdcdcd;
	margin-right: 6px;
}

img.imagen-izquierda {
	float: left;
}

img.imagen-derecha-sup {
	float: right;
	padding: 4px;
	border: 1px solid #cdcdcd;
	margin: 0px 0px 6px 10px;
}

.noticia1 {
	margin-bottom: 10px;
}

.noticia a.leermas:link, .noticia a.leermas:visited {
	color: #c70b0c;
	text-decoration: none;
}

.noticia a.leermas:hover {
	border-bottom: 1px dotted #c70b0c;
}

.noticia-completa {
	margin-top: -10px;
	_margin-top: 5px;
	padding: 0px 7px;
}

.noticia-completa .titulo-noticia {
	font-size: 21px;
	color: #c70b0c;
	letter-spacing: -1px;
}

.noticia-completa p {
	font-size: 13px; 
	text-align: justify;
}


/**
 * NOTAS
 */

.listado-notas {
	list-style-type: none;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-size: 13px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.listado-notas li {
	background: url("../img/listanotas.gif") left top no-repeat;
	padding: 5px 0px 5px 23px; 
}

.listado-notas a:link, .listado-notas a:visited {
	color: #c70b0c;
	text-decoration: none;
}

.listado-notas a:hover {
	border-bottom: 1px dotted #c70b0c;
}