/* CSS Document */
.grales {
	background-color: #E1E6EC;
	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;	
}

.lista{
	font-size:11px;
	color:#666;
	width: 520px;
	border: 1px solid #B3B7BA;
	text-align:center;
	margin-left: 40px;
}
.fila{
	background:  #18315A;
	color:#ffffff;
}
div.fila span.c2, div.fila2 span.c2{
	width: 198px;
	float: left;
	border-right: 1px solid #B3B7BA;
	padding: 3px 0;
}
div.fila span.c3, div.fila2 span.c3{
	width: 60px;
	float: left;
	border-right: 1px solid #B3B7BA;
	padding: 3px 0;
}

