/*ESTILOS PARA EL MODULO IMAGENES*/

/* redefinicin de etiquetas */

.descripcionImg
{
	text-align:left;
}


/* Contenedor del pop-up */
#img-popup	{
	background-color:#FFFFF1;
	border-bottom:2px solid #FDFDB2;
	height: 15px;
}

/* Foto del pop-up */
#img-foto	{
	padding-top: 30px;
}

#galeria
{
	clear:both;
	width:100%;
}


#galeria h2
{
 	font-size: 130%; /* He cambiado esto */
        line-height: 160%;
        font-weight: bold;
        font-family: verdana, sans-serif;
}

#galeria th
{
	text-transform:uppercase;
	color:#0e5087;
}

#galeria ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
#galeria ul li
{
	display:block;
	float:left;
	width:135px;
	height:190px;
	padding:9px;
	margin:5px;
	background-color:#f4f4ff;
	/*text-aling:center;*/
	/*overflow-x:hidden;
	overflow-y:hidden;*/
}

#galeria li:hover
{
	background-color:#e8e8fa;
	color:#000000;
	font-weight:bold;
}

div#contenidoImagen {
	/*float: left;*/
	display: block;
	width: 90%; /* 850px; */  
	padding: 0; /* tmp */
	margin-bottom: 5%;
	padding-bottom: 0;

}


#contenidoImagen h1, #contenido h2, #contenido h3, #contenido h4 {
	color: #073162;
}

#contenidoImagen h2 {
	font-size: 150%; /* He cambiado esto */
	line-height: 160%;
	font-weight: bold;
	font-family: verdana, sans-serif;
	/*color: #073162;*/
	/*clear: all;*/
}

#contenidoImagen h2 a {
	color: #073162;
	text-decoration: none;
}

div#contenidoImagen a {
	text-decoration: underline;
	}

div#contenidoImagen h3 {
	font-size: 120%; /* He cambiado esto */
}
/*
p, ol , ul
{
	color:#5c5c5c;
}
*/


