BODY {
			font-family:Arial, Helvetica, sans-serif; 
			font-size:10px; 
			line-height:150%;
}
		
.title {
			color: #4a4c4b;
			background-color: #d2ceba;;
			font-size:12px; 
			padding-left: 5px;
}
		
TABLE {
			font-size:11px; 
			line-height:150%;
}
		
INPUT {
			font-size:10px; 
			margin: 2px 0px;
}
	
input.text{
			border: 1px solid #000000;
}

textarea.text{
	border: 1px solid #000000;

}

.required {
			color:#da7625;
			padding-left: 5px;
			text-align:center;
			vertical-align:middle;
}

.nombre_campo{
	padding: 0 30px 0 0px;

}

.link{
	color:#000000;
	text-decoration:none;
}

.texto_titulo{
	font-size:18px; 
	font-weight:bold; 
	color:#cc0000;
}

.texto_chico{
	font-size:10px;
}

.texto_chico_titulo{
	font-size:10px; 
	font-weight:bold; 
	color:#cc0000;
}

