#content > div {display:none;}
#ParteIzquierda > div {display:none;}
#ParteDerecha > div {display:none;}

table.NegroNaranja{
border: 1px solid white;
}
table.NegroNaranja:hover{
border: 1px solid orange;
color: orange;
}


a.entabla:link {
color: black;
text-decoration: none;
}

a.entabla:visited {
color: rgb(51, 102, 153);
}

a.entabla:hover {
color: orange;
text-decoration: underline;
cursor: pointer;
}





table.BlancoNaranja{
border: 1px solid #666666;
color: white;
font-weight: normal;
font-style: normal;
font-size: 11pt;
font-family: Arial;
line-height: 15pt;
}
table.BlancoNaranja:hover{
border: 1px solid #666666;
color: orange;
text-decoration: underline;
cursor: pointer;
}

.titulo {
font-style: normal;
font-size: 16pt;
font-family: Arial;
line-height: 16pt;
font-weight: bold;
}

.grande {
font-weight: normal;
font-style: normal;
font-size: 11pt;
font-family: Arial;
line-height: 15pt;
}


.grandeD {
font-weight: bold;
font-style: normal;
font-size: 15pt;
font-family: Vivaldi;
color: red;
line-height: 15pt;
}

.grandeICEMTO {
font-weight: bold;
font-style: normal;
font-size: 12pt;
font-family: Times;
color: #CC0000;
line-height: 15pt;
}

.peque {
font-weight: normal;
font-style: normal;
font-size: 9pt;
font-family: Arial;
line-height: 12pt;
}

.pequeD {
font-weight: bold;
font-style: normal;
font-size: 12pt;
font-family: Vivaldi;
color: red;
line-height: 12pt;
}

.pequeICEMTO {
font-weight: bold;
font-style: normal;
font-size: 9pt;
font-family: Times;
color: #CC0000;
line-height: 12pt;
}

.azulon{
color: #003366;
}

a.enegro:link {
color: black;
text-decoration: underline;
}

a.enegro:visited {
color: rgb(51, 102, 153);
}

a.enegro:hover {
color: orange;
text-decoration: underline;
cursor: pointer;
}

.blanco {
color: white;
text-decoration: none;
}

a.eblanco:link {
color: white;
text-decoration: none;
}

a.eblanco:visited {
color: white;
}

a.eblanco:hover {
color: orange;
text-decoration: underline;
cursor: pointer;
}

a.enaranja:link {
color: orange;
text-decoration: none;
}

a.enaranja:visited {
color: orange;
}

a.enaranja:hover {
color: black;
text-decoration: underline;
cursor: pointer;
}


a.eazul:link {
color: blue;
text-decoration: underline;
}

a.eazul:visited {
color: blue;
}

a.eazul:hover {
color: orange;
text-decoration: underline;
cursor: pointer;
}


ul {
margin: 0;
padding: 0;
}

ul li {
border: 0px solid white;
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
}

ul ul {
border: 0px solid white;
display: none;
}

ul li:hover > ul {
display: block;
position: absolute;
top: 0px;
left: 110px;
}

li a {
border: 1px solid #666666;
padding: 5px;
background: #666666 none repeat scroll 0% 50%;
display: block;
text-decoration: none;
width: 110px;
top: 25px;
background: white;
}

ul#topmenu li a:hover {
}

li.sub > a {
background: #666666 none repeat scroll 0% 50%;
width: 110px;
}

div#main {
border-right: 0px solid #666666;
margin: 0em;
padding: 0px;
}

div#main p {
margin: 0em;
}

ul#topmenu {
margin: 0em;
width: 0em;
}

ul#topmenu > li:hover > ul {
margin: 1em;
width: 90px;
top: 25px;
left: 0px;

}

ul ul {
width: 130px;

}



div#marquesina {position:absolute; top:0; left:0; width:100%; overflow:auto; }



td.mar {
background: url(fotos/ocaso6.jpg);
background-size:cover;
background-repeat: no-repeat;
} 

uldisco {list-style-type: disc;}
ulcirculo {list-style-type: circle;}
lidisco {list-style-type: disc;}
licirculo {list-style-type: circle;}

.hidden { display: none; }
.unhidden { display: block; }