/* CSS Document */
.grales {
	background-color: #FFCC99;
	width: 520px;
	border-bottom: 1px solid #B3B7BA;
	margin-left: 25px;
}
.grales .text, .grales .textarea, .grales select{
	border: 1px solid #B3B7BA;
	margin: 2px 0;
}
.grales .textarea{
	height: 40px;
}
.grales div.renglon .gralesC1{
	/*width: 125px;*/
	width: 205px;
	float:left;
	text-align:right;
	padding-top:3px;
	font-weight:bold;
}
.grales div.renglon .gralesC3 {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	float: left;
	width: 205px;
}

.grales div.renglon .gralesC2{
	/*width: 130px;*/
	width: 305px;
	float:left;
}
.grales div.renglon .gralesC2 .text,
.grales div.renglon .gralesC2 .textarea,
.grales div.renglon .gralesC2 select
{
	width: 300px;	
}

