/* CSS Document */

body {background:#FFFFFF;

	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.centrar {					/* Centrador Automatico Universal de objetos via CSS !!! */
    position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 530px; 			/* altura del objeto */
    margin-top: -275px;   	/* mitad de la altura en negativo INICIALMENTE -265, RETOCO */
    width: 300px; 			/* anchura del objeto */
    margin-left: -160px;	/* mitad de la anchura en negativo ANTES 155*/
}

img {
	border-top-style: none;				/* para que imagenes con link salgan sin borde... */
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ocultar {color: #dddddd}

.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #550002;
	font-weight: bold;
	font-size: 14px;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.linkoculto a:link {color: #dddddd;}

.linkoculto a:visited {color: #dddddd;}

.linkoculto a:hover {color: #dddddd;}


.flash a:link {color: #FF0000; text-decoration: none; font-weight: bold;}

.flash a:visited {color: #FF0000; text-decoration: none; font-weight: bold;}

.flash a:hover {color: #FFFFFF; text-decoration: none; font-weight: bold;}


/* MODAL WINDOW */

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /*background-color: black;*/
	background-color: #000080;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=50);
}
 
.white_content {
    display: none;
    position: absolute;
    /*top: 25%;
    left: 25%;*/
	top: 50%;
    left: 50%;
    /*width: 50%;
    height: 50%;*/
	height: 470px; 			/* altura del objeto */
    margin-top: -235px;   	/* mitad de la altura en negativo INICIALMENTE -265, RETOCO */
    width: 410px; 			/* anchura del objeto */
    margin-left: -205px;	/* mitad de la anchura en negativo ANTES 155*/
	/*width: 300px;
	height: 400px;*/
    padding: 16px;
    border: 5px solid #000080;
    background-color: white;
    z-index:1002;
	-moz-opacity: 0.9;
    opacity:.90;
	filter: alpha(opacity=90);
	overflow: auto;
}

.titulo_lightbox {
	color: #000080;
	font-weight:bold;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

.titulo_noticias{
	color: #0000FF;
	font-size:13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.noticias {
	color: #666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

iframe {
	border:1px solid #000080;
	padding:5px;
}

.cerrar a:link{
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.cerrar a:hover{
	color: #990099;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.cerrar a:visited{
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/*a:link{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #990099;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}*/

