@charset "iso-8859-1";
/* CSS Document */

/*TEXTOS*/
.titulos {
	font-family: Arial Narrow;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}
.textos_contenido {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.sub_titulos_contenido {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
}
.textos_contenido_blanco {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.textos_contenido_busqueda_gris {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
.textos_contenido_busqueda {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
.textos_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*ENLACES*/
.enlaceGris a {font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration:none; font-weight: bold;}
.enlaceGris a:hover {font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration:none; font-weight: bold;}
.enlaceNegro a {font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#000000; text-decoration:none;}
.enlaceNegro a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#F18000;
	text-decoration:none;
	font-weight: bold;
	background-image: url(../images/linea_activa.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.enlaceFooter a {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; font-weight: bold;}
.enlaceFooter a:hover {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none; font-weight: bold;}

.invisible {
	display: none;
	visibility:hidden;
}
.visible {
	visibility:visible;
}
#Overlay
{
    display: none; position: absolute; left: 0px; top: 0px; z-index: 5; cursor: pointer; background-color: #F5F5F5;
}

#Loading
{
    display: none; position: absolute; z-index: 15; cursor: pointer;
}

#Close
{
    display: none; position: absolute; z-index: 15; cursor: pointer;
}

#Image
{
    width: 550px; height: 500px; background-color: #F5F5F5; 
    background-repeat: no-repeat; background-position: center;
}
#Photo
{
    font:11px arial;
    display: none; position: absolute; z-index: 10; cursor: pointer; 
    background-color: #eeeeee; border: solid 1px black; padding: 10px; text-align: left;
}

#Photo .right
{
    text-align:right;
}

#Photo .right b
{
    float:left;
    text-align:left;
    font-weight:normal;
}

#PhotoID
{
    padding-top: 2px;
}
#downloader,#sharer
{
    padding: 10px; 
    width: 600px; 
    display:none;
    border: 1px solid #F5F5F5;
    color: #999999; 
    font:bold 11px  Arial, Helvetica,sans-serif;
    text-decoration: none;
    position:absolute;
    z-index:101;
    background-color:#EEEEEE;
}

#downloader p,#sharer p
{
    padding:5px;
}

#downloader p a,#downloader p input,#sharer p a, #sharer p input
{
    font-size:11px; color: #999999; 
}
