<style type="text/css">
body, td
{
	font-family:tahoma;
	font-size:11px;
}
div.big_caption
{
	color: #4091BA;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}
div.caption
{
	color:#4091BA;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	text-align: left;
}
td.top
{
	text-align:justify;
	color:#FFFFFF;
}

a:link, a:visited
{
	text-decoration:underline;
	color:#000000;
}
a:hover
{
	text-decoration:none;
	color:#000000;
}
input.text
{
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	background:#CEE4EE;
	font-family:tahoma;
	font-size:13px;
	width:110px;
}

#menuv {
        border: 1px solid white;
        border-width: 1px 1px 0 1px;
        width: 110px;
        font: 80%  Arial, Helvetica, sans-serif;
}
#menuv ul, li {
        list-style-type: none;
}

#menuv ul {
        margin: 0;
        padding: 0;
}

#menuv li {
        border-bottom: 3px solid white;
        color: #FFFFFF;
}
/* CSS Document */
#menuv a {
        text-decoration: none;
        color: black;
        background: #FFCF63;
        display: block;
        padding: 3px 6px;
        width: 100px;
}

#menuv a:hover {
        background: #FFFFFF;
}


#menuhoriz ul li {
      display: inline;
      
} 

#menuhoriz ul li {
        display: inline;
        padding: 2px 7px; /*Separar el texto*/
        margin:1px; /* Separar los botones */
        background-color:#DBEBF6; /* Color de fondo */
      
}
#menuhoriz ul li:hover {
        background-color:#ffcf63; /* Color de fondo sobre el boton */
        cursor: pointer; /* cambiar el aspecto del puntero */
    
}
#menuhoriz a {
        text-decoration: none;
}



.cornerBox { position: relative; background: #efefef; width: auto; }
.corner { position: absolute; width: 10px; height: 10px; background: url('corners.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

li {
list-style-type: circle;

}
</style>
