/************************************* Main structure *************************/


/******************************* Text and image formatting *******************************/

			 
a:link {color: #000000; text-decoration: none;}     /* unvisited link */
a:visited {color: #000000; text-decoration: none;}  /* visited link */
a:hover {color: #548FC9; text-decoration: underline;}   /* mouse over link */
/*a:hover {color: #FF0000; text-decoration: underline;}   /* mouse over link */

/********************************* Estilo de menu **********************************/

.Botones_s {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.Cabecera {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #444444;
}

/********************************* Estilo de menu **********************************/

#navcontainer { }

#navcontainer a:link, #navcontainer a:visited
{
	color: #444444;
	text-decoration: none;
}

#navcontainer a:hover 
{
	  	color:#FFFFFF;
   	background-color:#ED770D;
	text-decoration:overline
	
}

/********************************* Titulo de Tabla **********************************/
.Titulo_tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
/********************************* Body de Tabla **********************************/
.Body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}
.Body_adv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
}
.Bodypq {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}

.titulo_body {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
