/*GALERIAS DE GOTOGRAFÍAS*/

#capaImagenIndividual{
	position:absolute;
	width:100%;
	z-index:2;
	display:none;
	padding: 20px 0px 0px 0px;
}

#cerrarCapaImagen a{
	font:bold 13pt "Times New Roman", Times, serif;
	color:#CC0000;
	text-decoration:none;
	background-color:#000000;
}

#contenedorListaFotos{
	width:500px;
	overflow:hidden;
	position:relative;
}

#contenedorListaFotos table{
	position:relative;
}

/* MENU SELECCIÓN GALERÍAS FOTOGRÁFICAS */

#tablaMenuGalerias{
	margin-top:10px;
	width:175px; 
	border:2px solid #330099;
}

#tituloMenuGalerias{
	background-color:#330099;
	text-align:center;
	font:bold 10pt "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#tituloMenuGalerias a{
	color: #FFFFFF;
	text-decoration:none;
}

#tituloMenuGalerias a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.opcMenuGalerias_div{
	background: url(../imagenes/iconos/bullet_orange.png) no-repeat 0px 1px;
	padding: 2px 0px 2px 13px;
	text-align:left;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

.opcMenuGalerias_div_hover{
	padding: 2px 0px 2px 13px;
	background:#CCCCFF;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

#opcMenuGalerias a{
	width:100%;
	text-align:left;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
	text-decoration:none;
}

#opcMenuGalerias a:hover{
	text-decoration:underline
}

/* MENU SELECCIÓN VIDEOTECA */

#tablaMenuVideoteca{
	margin-top:10px;
	width:175px; 
	border:2px solid #990000;
}

#tituloMenuVideoteca{
	background-color:#990000;
	text-align:center;
	font:bold 10pt "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#tituloMenuVideoteca a{
	color: #FFFFFF;
	text-decoration:none;
}

#tituloMenuVideoteca a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.opcMenuVideoteca_div{
	background: url(../imagenes/iconos/bullet_orange.png) no-repeat 0px 1px;
	padding: 2px 0px 2px 13px;
	text-align:left;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

.opcMenuVideoteca_div_hover{
	padding: 2px 0px 2px 13px;
	background:#FF99FF;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

#opcMenuVideoteca a{
	width:100%;
	text-align:left;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
	text-decoration:none;
}


#opcMenuVideoteca a:hover{
	text-decoration:underline;
}

/* MENU SELECCIÓN FONOTECA */

#tablaMenuFonoteca{
	margin-top:10px;
	width:175px; 
	border:2px solid #006600;
}

#tituloMenuFonoteca{
	background-color:#006600;
	text-align:center;
	font:bold 10pt "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#tituloMenuFonoteca a{
	color: #FFFFFF;
	text-decoration:none;
}

#tituloMenuFonoteca a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.opcMenuFonoteca_div{
	background: url(../imagenes/iconos/bullet_orange.png) no-repeat 0px 1px;
	padding: 2px 0px 2px 13px;
	text-align:left;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

.opcMenuFonoteca_div_hover{
	padding: 2px 0px 2px 13px;
	background:#66FF66;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

#opcMenuFonoteca a{
	width:100%;
	text-align:left;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #000000;
	text-decoration:none;
}

#opcMenuFonoteca a:hover{
	text-decoration:underline;
}

/* MENU SELECCIÓN HEMEROTECA */

#tablaMenuHemeroteca{
	width:175px; 
	border:2px solid #777777;
}

#tituloMenuHemeroteca{
	background-color:#777777;
	text-align:center;
	font:bold 10pt "Times New Roman", Times, serif;
	color:#FFFFFF;
}

#tituloMenuHemeroteca a{
	color: #FFFFFF;
	text-decoration:none;
}

#tituloMenuHemeroteca a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

/* GALERIAS DE FOTOGRAFÍAS */

#cargandoGaleria{
	font: bold 150% "Times New Roman", Times, serif;
	color:#000;
}

#tablaGaleria{
	margin-top:10px;
	width:570px;
	border:0px; 
}

#celdaBordeSupInfTituloGaleria{
	 height:4px;
	 background-color:#FFCC66; 
	 text-align:center;
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #000066;
}

#celdaBordeSupInfTituloGaleria a{
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #000066;
	 text-decoration:none;
}

#celdaBordeSupInfTituloGaleria a:hover{
	 text-decoration:underline;
}

#tituloGaleria{
	 background-color:#330099; 
	 text-align:center;
	 font: bold 18pt "Times New Roman", Times, serif;
	 color: #FFFFFF;
}

#tituloGaleria div{
	 text-align:center;
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #FFFFFF;
}

#celdaMiniaturaFoto{
	width:25%;
	height:140px;
	text-align:center;
}

.imgMiniaturaOut{
	border:4px solid #000000;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

.imgMiniaturaOver{
	border:4px solid #000000;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#contenedorDesplazarImagen{
	font-weight:bold;
}

#contenedorDesplazarImagen a:link, a:visited{
	font-weight:bold;
	color:#6495ED;
	text-decoration:none;
}

/* VIDEOTECA */

#tablaVideoteca{
	margin-top:10px;
	width:570px;
	border:0px; 
}

#celdaBordeSupInfTituloVideoteca{
	 height:4px;
	 background-color:#FFCC66; 
	 text-align:center;
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #000066;
}

#tituloVideoteca{
	 height: 60px;
	 background-color:#990000; 
	 text-align:center;
	 font: bold 18pt "Times New Roman", Times, serif;
	 color: #FFFFFF;
}

#tituloVideoteca div{
	 text-align:center;
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #FFFFFF;
}

#tituloVideo{
	 height: 60px;
	 text-align:center;
	 font: bold 18pt "Times New Roman", Times, serif;
	 color: #990066;
}

#descripcionVideo{
	 text-align:justify;
	 font: bold 11pt "Times New Roman", Times, serif;
	 color: #000000;
	 padding:0px 40px 0px 0px;
}

#celdaVideo table{
	border:5px solid #000000;
	background-color:#000000;
}

#pieVideo{
	text-align:center;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #FF0000;
	padding: 0px 0px 30px 0px;
}

/* FONOTECA */

#tablaFonoteca{
	margin-top:10px;
	width:570px;
	border:0px; 
}

#celdaBordeSupInfTituloFonoteca{
	 height:4px;
	 background-color:#FFCC66; 
	 text-align:center;
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #000066;
}

#tituloFonoteca{
	 height: 60px;
	 background-color:#006600; 
	 text-align:center;
	 font: bold 18pt "Times New Roman", Times, serif;
	 color: #FFFFFF;
}

#tituloFonoteca div{
	 text-align:center;
	 font: bold 12pt "Times New Roman", Times, serif;
	 color: #FFFFFF;
}

#tituloFono{
	 height: 60px;
	 text-align:center;
	 font: bold 18pt "Times New Roman", Times, serif;
	 color: #990066;
}

#descripcionFono{
	 text-align:justify;
	 font: bold 11pt "Times New Roman", Times, serif;
	 color: #000000;
	 padding:0px 40px 0px 0px;
}

#cedidoFono{
	text-align:center;
	font: bold 10pt "Times New Roman", Times, serif;
	color: #FF0000;
	padding: 20px 0px 30px 0px;
}

#propiedadesFono{
	text-align:left;
	font: 10pt "Times New Roman", Times, serif;
	color: #000000;
}

#propiedadesFono span{
	text-align:left;
	font:bold 10pt "Times New Roman", Times, serif;
	color: #000000;
}

#descargaFono{
	text-align:center;
	padding: 10px 0px 30px 0px;
}

#descargaFono a{
	font: bold 10pt "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration:none;
}

#descargaFono a:hover{
	text-decoration:underline;
}

#descargaFono a:hover{
	text-decoration:underline;
}