/* CSS Document */
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tabTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #32365C;
	border-top: tempval;
	border-right: tempval;
	border-bottom: tempval;
	border-left: tempval;


}


.tabBordeCelda {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330066;
	cursor: hand;
}
.tabFila {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBC2DD;
	color: #0F1D39;
	cursor: hand;
}
.etiqueta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E9E9E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;






}
.valor {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.valorLinea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9DA3;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.tabCelda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-style: none;
	border-bottom-color: #BBC2DD;
	color: #0F1D39;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.tabEnlace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-style: none;
	border-bottom-color: #BBC2DD;
	color: #0F1D39;
	cursor: hand;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.tabEnlace:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-style: none;
	border-bottom-color: #BBC2DD;
	color: #6633FF;
	cursor: hand;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;


}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #330066;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	vertical-align: middle;
	margin-top: 7px;
	width: 15px;




}
.boton:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC66;
	background-color: #330066;
}
.margen5pix {
	border: none;
	padding: 5px;
	margin: 0px;



}

