<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.85em;
	background: #00A6FF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

br {
	clear: left;
}

a:link img, a:visited img {
    border-style: none;
}

a img {color: black} /* The only way to hide the border in NS 4.x */

#contenedor {
	position: relative;
	width: 963px;
	\width: 983px;
	w\idth: 963px;
	background: #00A6FF;
	width: 963px;
	text-align: left;
	padding-top: 1%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#banner{
    float:left;
	width: 730px;
	background: #00A6FF;
}

#titulofecha{
	float: right;
	text-align: right;
	width: 230px;
	color: #FFFFFF;
	background: #00A6FF;
}

#ClockTime{
	float: right;
	text-align: right;
	width: 230px;
	color: #FFFFFF;
	background: #00A6FF;
}

#fecha{
	float: right;
	text-align: right;
	width: 230px;
	color: #FFFFFF;
	background: #00A6FF;
}

#login{
    float:right;
	text-align: right;
	width: 100%;
	padding-bottom: 2px;
	height: 1.75em;
	color: #FFFFFF;
	background: #00A6FF;

}

#contenedormenu {
	float:left;
	width:963px;
	background:#00A6FF;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #4A9FB7;
}
.menu {
    float:left;
	background: #00A6FF;
	width:963px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:0.85em;
	position:relative;
	z-index:100;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
.menu ul ul {
width:107px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:107px;
position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
font-weight:bold;
color:#fff; 
width:96px; 
height:22px; 
border:1px solid #fff; 
border-width:1px 1px 0px 1px;
background: #FF8B00;
padding-left:10px; 
line-height:22px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:96px;
\width:107px;
w\idth:96px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#FF8B00 url(../imagenes/drop.gif) no-repeat right bottom;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#806240 url(../imagenes/drop.gif) no-repeat right bottom;
}
.menu ul ul :hover &gt; a.drop {
background:#806240 url(../imagenes/drop.gif) no-repeat right bottom;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#FF8B00;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#806240;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:0; 
width:96px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:21px;
t\op:22px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:107px; 
top:0;
width:107px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-107px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FF8B00; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:86px;
border-width:1px 1 1 0;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:97px;
w\idth:86px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#806240;
}
.menu :hover &gt; a, .menu ul ul :hover &gt; a {
color:#fff;
background:#806240;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

#nav
{
	margin:0px;
	padding:3px 0px;
	font-size:11px;
	border-bottom: 1px dotted #778;
	color: #FF8B00;
}

#nav a{
	color: #FF8B00;
	text-decoration:none;
}

#nav a:hover{
	text-decoration:underline;
}

#cuerpo
{
	clear:left;
	background: #F5FAFA;
	color: #68755C;
	border-bottom: 1px solid #FF8B00;
	border-left: 1px solid #FF8B00;
	border-right: 1px solid #FF8B00;
	padding: 1em;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#contenido {
  color: #333333;
  margin:0;
  padding:0;
}

#cuerpo h1 {
  font-size: 2em;
  margin: .67em 0;
}

#cuerpo h2 {
  font-size: 1.5em;
  margin: .75em 0;
  color: #182F35;
}

#cuerpo h3 {
  font-size: 1.17em;
  margin: .83em 0;
  color: #182F35;
}

#cuerpo ul {
  padding-left:20px;
  margin: 1.12em 0;
}
#cuerpo li {

}
#cuerpo p {
  color: #333333;
}

#pie {
	clear:left;
	padding-top: .67em;
	margin: 0 0;
	color: #FFFFFF;
	background: #00A6FF;
}
</pre></body></html>