.texto1 {
	color: #666666;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	text-align: justify;
}
.blanco {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.botones {
	font: bold 10px Tahoma, Arial, Helvetica;
	text-transform: uppercase;
	color: #333333;
	border: 1px outset;
	background-color: #82993F;
}
.casillas {
	color: #FF0033;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.resaltar {
	color: #333333;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
.casillablanca {
	font-family: Tahoma, Arial, Helvetica;
	color: #333333;
	border: 1px solid;
}
.blancobig {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 24px;
	color: #FFFFFF;
}
.transparente {
	z-index: 1;
	filter:alpha(opacity=90);
	moz-opacity:.90;
	opacity:.90;
}
.transparenteCopia {

	z-index: 1;
	filter:alpha(opacity=95);
	moz-opacity:.90;
	opacity:.90;
}

