/* CSS Document */


body{
	background-color: #FF9A03;
}

.imagen {
	border: medium solid #FF9A03;
}


.principal_tope {
	background-image: url(imagenes/fondo_tabla_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.principal_medio {
	background-image: url(imagenes/fondo_tabla_medio.jpg);
	background-repeat: repeat-y;
}

.principal_bottom {
	background-image: url(imagenes/fondo_tabla_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;

}
.txtPrincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000CC;
	font-weight: bold;
}

.txtResaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #319C00;
	font-weight: bold;
}

.tablaLeyenda{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9A03;

}

.textoCombo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9A03;
}

.tablaCelda{
	background-color: #FFFFCC;
}

.boton{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FF9A03;
	font-size: 12px;
	font-weight: bold;
}
.textoNormal{
	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-weight: normal;

	font-size: 11pt;
}
.textoNormalNegrita{
	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-size: 11pt;
	font-weight: bold;
}
.tablaDato{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9A03;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFCC;
}
