/* CSS */
<style type="text/css">
<!--

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FFFFFF;
}
.titulorojo {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.Estilo2 {color: #00CC00; background-color:#000000;}
-->
.quote {
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
.code {
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* *********************************************************** texto noticias
*/
#textonoticias {
font-family: tahoma, verdana;
font-size:12px;
color:#000000;
}
#textonoticias a:link{
color: #666666;
text-decoration: none;
}
#textonoticias a:visited{
color: #000000;
text-decoration: none;
}
#textonoticias a:hover{
color: #0000FF;
text-decoration: underline;
}
#textonoticias a:active{
color: #000000;
text-decoration: none;
}

#tituloarchivo {
font-family: tahoma, verdana;
font-size:12px;
color:#000000;
font-weight: bold;
}
#subtituloarchivo {
font-family: tahoma, verdana;
font-size:10px;
color:#000000;
}
.Estilo1 {
color: #FFFFFF;
font-family: tahoma, verdana;
font-size:11px;
font-weight: bold;}
/* ************************************************************ body */
body {
	background-color: #000000;
}
/* ************************************************************ menu
menu principal de la pagina */

#menu{
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
#menu a:link{
color: #FFFFFF;
text-decoration: none;
}
#menu a:visited{
color: #FFFFFF;
text-decoration: none;
}
#menu a:hover{
color: #CCCCCC;
text-decoration: underline;
}
#menu a:active{
color: #FFFFFF;
text-decoration: none;
}

/* ************************************************************ cuadro menu
corresponde a los cuadros de la parte derecha e izquierda */

#cuadromenu{
font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
#cuadromenu a:link{
color: #000000;
text-decoration: none;
}
#cuadromenu a:visited{

color: #000000;
text-decoration: none;
}
#cuadromenu a:hover{
color: #0000FF;
text-decoration: underline;
}
#cuadromenu a:active{
color: #000000;
text-decoration: none;
}
/************************************************** stats
*/
#stats{
font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
#stats a:link{
color: #000000;
text-decoration: none;
font-weight:lighter;
}
#stats a:visited{

color: #000000;
text-decoration: none;
}
#stats a:hover{
color: #0000FF;
text-decoration: underline;
}
#stats a:active{
color: #000000;
text-decoration: none;
}
/* ************************************************************ copyrright
*/
#copy{
font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
#copy a:link{
color: #000000;
text-decoration: none;
}
#copy a:visited{

color: #000000;
text-decoration: none;
}
#copy a:hover{
color: #0000FF;
text-decoration: underline;
}
#copy a:active{
color: #000000;
text-decoration: none;
}
/************************************************************ enlaces archivos
*/
#enlacesarchivos{
font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
#enlacesarchivos a:link{
color: #000000;
text-decoration: none;
}
#enlacesarchivos a:visited{

color: #000000;
text-decoration: none;
}
#enlacesarchivos a:hover{
color: #0000FF;
text-decoration: underline;
}
#enlacesarchivos a:active{
color: #000000;
text-decoration: none;
}
/************************************************************ autor */
#autor{
	font-family: tahoma, verdana;
	font-size: 11px;
	font-style:italic;
	color: #666666;
	}
#autor a:link{
color: #999999;
text-decoration: none;
}
#autor a:visited{
color: #999999;
text-decoration: none;
}
#autor a:hover{
color: #666666;
text-decoration: underline;
}
#autor a:active{
color: #999999;
text-decoration: none;
}
#codigo{
	background-color:#000000;
	font-family: tahoma, verdana;
	font-size: 10px;
	color:#ffffff;
	border-style:hidden;
}
</style>


