/* CSS Document */

/*body {background: #000000 url("fondoweb.jpg") repeat-x fixed}		ESTO ERA PARA FONDO REPETIDO Y NEGRO*/
body {background:#FFFFFF}

.centrar {					/* Centrador Automatico Universal de objetos via CSS !!! */
    position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 540px; 			/* altura del objeto */
    margin-top: -270px;   	/* mitad de la altura en negativo INICIALMENTE -265, RETOCO */
    width: 880px; 			/* anchura del objeto */
    margin-left: -440px;	/* mitad de la anchura en negativo */
}

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;}
