/* --------------------------------------------------------------------------------------------
---------------------------------------------- General ----------------------------------------
----------------------------------------------------------------------------------------------- */
body
{
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 7pt;
	margin-top:5px;
	margin-bottom:0px;	
    padding: 0px;
}
/* --------------------------------------------------------------------------------------------
--------------------------------------- Contenedor Principal ----------------------------------
----------------------------------------------------------------------------------------------- */
.contenedorPrincipal
{	
	width: 453px;
	height: 430px;
	font-family: Verdana, Arial;
	font-size: 9pt;
}
/* --------------------------------------------------------------------------------------------
----------------------------------------------- Banners ---------------------------------------
----------------------------------------------------------------------------------------------- */
.bannerHomePage
{
	width: 800px;
	height: 370px;
	margin-top:0px;
	margin-bottom:0px;	
	border: 0px;
	vertical-align: middle;
}
.bannerCabecera
{
	width: 798px;
	height: 100px;
	margin-top:0px;
	margin-bottom:0px;	
	border: 0px;
	vertical-align: middle;
}
.bannerLateral
{
	width: 130px;
	height: 90px;
	margin-top:5px;
	margin-bottom:5px;	
	border: 0px;
	vertical-align:top;
}
/* --------------------------------------------------------------------------------------------
-------------------------------------------- Menu lateral -------------------------------------
----------------------------------------------------------------------------------------------- */
.menuLateralBoton
{
	color: #999999;
	width: 168px; 
	height: 45px; 
	border-style: none;
	text-align: left;
    font-family: Verdana, Arial;
    font-size: 9px;
	font-weight:bold;
	cursor: hand;
	border: 0px;
}
.menuLateralIcono
{
	margin-left: 20px;
	margin-right: 5px;	
	vertical-align: middle;
	text-align: left;
}
.bordeIzquierdo
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BFBFBF; 
}
.bordeDerecho
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BFBFBF; 
}
.bordeInferior
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BFBFBF; 
}
.lineaSeparadora
{
	background-color: #BFBFBF;
	width: 15px;
	height: 1px;
}
/* --------------------------------------------------------------------------------------------
------------------------------------------------ Pie ------------------------------------------
----------------------------------------------------------------------------------------------- */
.tblPie
{
	color: #777777;
	width: 800px;
	height: 32px;
    font-family: Arial;
    font-size: 9px;
	margin-top:5px;
	margin-bottom:0px;	
    padding: 0px;
}
.tblPie A:link  {text-decoration: none; color: #777777;}
.tblPie A:visited {text-decoration: none; color: #777777;}
.tblPie A:active {text-decoration: none; color: #777777;}
.tblPie A:hover {text-decoration: underline; color: #777777;}

.menuPieBoton
{
	height: 24px;
	border: 0;
    font-family: Verdana, Arial;
    font-size: 9px;	 
}