/* ///////////////////// COMIENZA CONTENIDOS PRINCIPAL */

/* ///////////////////// COMIENZA CONTENIDOS BLOQUE 1 */
#contenido {
	width: 555px;
}


#titulos {
	float: left;
	width: 545px;
	padding: 2px 0px 10px 2px;

}

#titulos h1 {
	color: #FEB132;
	border-bottom: 2px solid #34C9F1;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#titulos-noticias {
	float: left;
	width: 545px;
	padding: 2px 0px 10px 2px;

}

#titulos-noticias h1 {
	border-bottom: 2px solid #34C9F1;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
	
}

#fecha-not {
	height: 30px;
	margin-right: 5px;
	background-image:url(../imagenes/ampliar-menos.gif);
	background-repeat:no-repeat;
	background-position: right center;
	border-bottom: 1px solid #000;
	font-weight:bold;
}

#textos-not {
	clear:both;
	width: 545px;
	padding: 5px;
}

.rojo {
	color:#FF0000;
}


/* ///////////////////// TERMINA CONTENIDOS BLOQUE 1 */

/* ///////////////////// EMPIEZA CONTENIDOS BLOQUE 2 */
#fotografias {
	width: 545px;
}

#fotosbig { 
	padding: 7px 0px 7px 0px;
	float: left;
	height: 460px;
	width: 535px;
	border: 1px solid #34C9F1;
	text-align: center;
	
}
#lateral {
	float: left;
	width: 535px;
	text-align: center;
	padding: 0px 5px 0px 5px;

}
#fotosmini {
	width: 525px;
	height: 100px;
	margin: 10px 0 10px 0;
	padding: 7px 5px 7px 5px;
	background-color: #EAF9FE;
	overflow: auto;
}

#fotosmini ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#fotosmini li {
	float: left;
	width: 20%;
	margin: 0px 3px 3px 0px;
	padding: 0px;
}
#fotosmini img {
	margin-left: 5px;
}

/* ///////////////////// TERMINA CONTENIDOS BLOQUE 2 */
#fotostexto {
	float: left;
}
#fotostexto img{
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
}

/* ///////////////////// EMPIEZA CONTENIDOS BLOQUE 3 texto*/

#textos {
	clear:both;
	width: 545px;
	padding: 12px 5px 12px 5px;
}

#textos p {

}

#textos strong {
	font-weight: bold;
}

#textos b {
	font-weight: bold;
}

#textos a {
	text-decoration: underline;
	font-weight: bold;

}

#textos a:hover {
	text-decoration: none;
	font-weight: bold;
}

#enlaces {
	float:left;
	width: 545px;
}


#enlaces ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#enlaces a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 3px;
	width: 545px;
	background-color: #EAF9FE;
	border-bottom: 1px solid #000;
}

#enlaces a:link, #navlist a:visited
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#enlaces a:hover
{
	background-color: #FEB132;
	color: #000;
}

/* ///////////////////// TERMINA CONTENIDOS BLOQUE 3 texto*/

#interior {
	float: left;
	width: 180px;
	padding: 10px 0px 0px 0px;
	margin-left: 7px;
}

#bannercentro img{
	padding: 5px 0px 5px 0px;
}

