.Texto { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.Texto-Negrita { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.Titulos { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.Subtitulo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
a:active { text-decoration: none}
a:hover { color: #666666}
.Enlace-Portada { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.TextoSubrayado { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: underline}
.TextoCursiva { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; font-weight: normal}
.Articulos { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.Articulo-Negrita { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.Articulo-Neg-Cursiva {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

/* Menu Vertical */
.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 120px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px
}
.bevelmenu li a{
background: white url(Imagenes/Punto_Bot.jpg) no-repeat 0px ;
display: block;
width: 100%;
padding: 4px 2px 4px 23px;
text-decoration: none;
background-color: #E6EEC5;
border: 2px solid #E7EDD1;
text-decoration:none;
border-style: outset;
}
.bevelmenu li a:hover{
background: white url(Imagenes/Punto_Botx.jpg) no-repeat 0px ;
color: #FFF;
background-color: #00A75A;
border-style: outset;
}
html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

/* Menu Horizontal */
#glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 1px solid #D0DFA0; /*Add border strip to bottom of menu*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px
}
#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 6px; /*Left offset of entire tab menu relative to page*/
padding:0;
}
#glowingtabs li{
display:inline;
margin:0;
padding:0;
}
#glowingtabs a{
float:left;
background:url(imagenes/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}
#glowingtabs a span{
float:left;
display:block;
background:url(imagenes/glowtab.gif) no-repeat right top;
padding: 7px 10px 5px 3px;
font-weight:bold;
color:#103080;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */
#glowingtabs a:hover span {
color: black;
}
#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}
#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}
#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}
#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->

