@charset "utf-8";
.texto {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.texto_bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.texto_blanco_bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}

.texto_blanco {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.texto_11 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.texfield {
	background-color: #E8E8E8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #8B2942;
	text-transform: none;
	padding-bottom: 2px;
	vertical-align: bottom;
}

.texfield_multi {
	background-color: #E8E8E8;
	font-family: Tahoma;
	font-size: 12px;
	color: #8B2942;
	border: 1px solid #d4d4d4;
}
