﻿html {
height: 101%;
text-align: center;
}

body {
margin: 0px auto;
padding: 0px;
font-family: verdana, Arial, Helvetica;
font-size: 80%;
color: #666666;
}

td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-align: justify;

}

.font_menu
{
	font-family: Verdana,Arial, Helvetica;
	font-size: 10px;
	color: #134076;
}


h1 {
font-family: Verdana, ;
font-weight: normal;
font-size: 18px;
margin-top: -3px;
margin-bottom: 0px;
color:#92A7BC;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-top: -3px;
margin-bottom: 0px;
font-size: 12px
}


.borde_beige {
	border: 1px solid #D1D4D9;
}

.borde_celeste {
	border: 1px solid #8FA2C5;
}

.borde_verde {
	border: 1px solid #778D79;
}

.borde_gris {
	border: 1px solid #A4A4A4;
}


h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 120%;
margin-top: 0px;
color: #666666;
}


img {
border: 0px;
}

a {
color: #006dba;
text-decoration: underline;
}

a:hover, a:active {
color: #CC6600;
text-decoration: underline;
}

ul.sm {
list-style-type:none;
}

ul.sm li {
list-style-type:none;
background-image: url(http://www.google.com/images/smallbullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding: 0 0 0 .8em;
text-indent: 0px;
}

ul.features {
list-style-type:none;
}

ul.features li {
margin: 0 0 1em -3em;
}


.featuretitle {
color: #ff6d06;
}

.caption {
font-size: 9px;
padding: 4px 0 4px 0;
}

.code {
font-family:"Courier New", Courier, mono;
color:#333333;
}

.cuadro {  border: 1px #006699 solid; background-color: #E6E7EE; font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #004364}
/*---------------------*/
/* BARRA DE NAVEGACION */
/*---------------------*/

#tnav {
display: block;
width: 760px;
}

#tnavitems a {
position: relative;
vertical-align: bottom;
bottom: 5px;
padding: 5px 10px 5px 10px;
border-right: 1px dashed #CCCCCC;
}

#tnavitems a:hover, #tnavitems a:active {
color: #cc5705;
text-decoration: underline;
background-color: #f6f6f6;
border-top: 1px solid #e1e1e1;
}

#tnavitems .select {
position: relative;
bottom: 5px;
padding: 5px 10px 5px 10px;
color: #8c8c8c;
border-right: 1px dashed #CCCCCC;
border-top: 1px solid #999999;
background-color: #f6f6f6;
}

#tnavitems .end {
position: relative;
bottom: 5px;
padding: 5px 10px 5px 10px;
font-size: 12px;
border-right: 1px dashed #CCCCCC;
}


/*---------------*/
/* Pie de Pagina */
/*---------------*/

#foot_page {
display: block;
text-align: center;
border-top: 1px dashed #666666;
}

/*----------------------*/
/* Colores para fuentes */
/*----------------------*/


/* Naranja
/*----------------------*/
.orange {
color: #CC9900;
}



/* Azul
/*----------------------*/
.blue {
color: #006dba;
}



/* Verde
/*----------------------*/
.green {
color: #52AF2D;
}

/* Celeste
/*----------------------*/
.celeste {
color: #80A8C3;
}

.small{
  font-family: Verdana; 
  font-size: 9px;
}




