@charset "utf-8";
body {background-color: #000000; }
/* Textos */
.Estilo1 { font-size: 30px;	color: #FFFFFF;	font-family: Arial;	font-weight: bold;	line-height: 10px;	letter-spacing: 3px; }
.Estilo2 { color: #FFFFFF;	font-family: Arial;	font-weight: bold;	font-size: 24px; }
.Estilo3 { font-family: Arial;	font-weight: normal; font-size: 15px;	color: #FFFFFF; text-transform:uppercase }
.Estilo4 { color: #FF0000;	font-size: 18px;	font-family: Arial;	font-weight: bold; }
.Estilo5 { color: #CCCCCC;	font-size: 15px;	font-family: Arial;	font-weight: bold;	text-decoration: underline; }
.Estilo6 { font-family: Arial; font-weight: bold; font-size: 13px; color: #CCCCCC; }

A:link {color: #FF0000;	text-decoration: none}
A:visited {color: #FF0000;	text-decoration: none}
A:active {color: #FFFFFF;	text-decoration: none}
A:hover {color: #FFFFFF;	text-decoration: none}

a.menus:link {color: #FFFFFF;	text-decoration: none} /* Link no visitado*/
a.menus:visited {color: #FFFFFF;	text-decoration: none} /*Link visitado*/
a.menus:active {color: #0000FF;	text-decoration: none} /*Link activo*/
a.menus:hover {color: #0000FF;	text-decoration: none} /*Mause sobre el link*/

a.imageno img {	opacity: 1.0; border:0; }
a.imageno:hover img { opacity: 0.5;	border:0; }