body {
	margin-top: 0px;
	margin-bottom:0px;
	background: url('imagenes/fondo2.gif');
}
.textoPagina {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
    
.textoPeq {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.calSimbolo {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-decoration:none; 
	font-weight:200; 
	color:#000000;
	background-color:#35498e;
}
.calSimbolo1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-decoration:none; 
	font-weight:200; 
	color:#ffffff;
	background-color:#352b2a;
}
.calSimbolo2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-decoration:none; 
	font-weight:200; 
	color:#000000;
	background-color:#FFFFFF;
	border-bottom:1px dotted #000000;
}
.sinraya {
	color: #000000;
	text-decoration: none;
}
.tachado {
	text-decoration: line-through;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-style: italic;
}
.bordeImag {
	border: 1px solid #000000;
}
.fondoPag {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bordeDerecha {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #35498e;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
A1:hover {
	LEFT: 1px; POSITION: relative; TOP: 1px; TEXT-DECORATION: none
}
.fondoTabla {
	background-color:#35498e;
	background-image: url(img/logopeq.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.clase1{background-color:#FFFFFF;}
.clase2{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	text-decoration:none; 
	font-weight:200;
}
.Estilo1 {color: #e37d09;}
.tabla{
	border-style: solid;
	border-color:#CCCCCC;
	border-width: 1px;
	background-color:#ebebeb;
}
.imag{
	border-style: solid;
	border-color:#000000;
	border-width: 1px;
}
/* enlaces */
a.black:link {TEXT-DECORATION: none; color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.black:visited {TEXT-DECORATION: none; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.black:active {TEXT-DECORATION: none; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.black:hover  {TEXT-DECORATION: none; color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}

a.tipo1:link {TEXT-DECORATION: none; color:#f5c500; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.tipo1:visited {TEXT-DECORATION: none; color: #f5c500; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.tipo1:active {TEXT-DECORATION: none; color: #f5c500; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.tipo1:hover  {TEXT-DECORATION: none; color:#f5c500; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}

a.tipo2:link {TEXT-DECORATION: none; color:#fff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.tipo2:visited {TEXT-DECORATION: none; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.tipo2:active {TEXT-DECORATION: none; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}
a.tipo2:hover  {TEXT-DECORATION: none; color:#fff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;}


.glossymenu{
margin:5px 5px 5px 5px;
padding:0px;
width: 185px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
text-align:center;
}

.glossymenu a.menuitem{
background: black url(imagenes/glossyback.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 0px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(imagenes/glossyback2.gif);
color:#FFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #e27d09;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: black;
}