/* CSS Document */
.texto_general {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.cuadro_forma {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #D4D4D4;
	font-weight: normal;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.boton_forma {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #000000;
	cursor: hand;
	font-weight: bold;
	background-color: #D4D4D4;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}
.enlace{
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.enlace:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bolder;
	color: #993333;
	text-decoration: none;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bordeTabla {
	border: 1px outset #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.fondoCeldaOver {
	background-color: #FFE7CE;
}
.fondoCeldaOut {
/*background-color: #000000;*/
}

