/* CSS Document */
.lineaformulario{
	padding-bottom:8px;
}

.inputf{
	width:390px; 
	height:19px;
	padding-top:5px; 
	padding-left:5px;
	border:0px solid #666;
	font-size:14px;
	vertical-align:middle;
	color:#333;	
}
.textareaf{
	width:390px;
	height:86px;
	border:0px solid #666;
	overflow:auto;
	font-size:12px;
	color:#333;
}

.inputf1{
	width:190px; 
	height:27px;
	border:0px solid #666;
	font-size:12px;
	color:#333;	
}
.textareaf1{
	width:460px;
	height:86px;
	border:0px solid #666;
	overflow:auto;
	font-size:12px;
	color:#333;
}
.textareaf2{
	width:460px;
	height:250px;
	border:1px solid #666;
	overflow:auto;
	font-size:12px;
	color:#333;
}

.selectf{
	width:395px; 
	height:22px;
	border:0px solid #666;
	font-size:14px;
	color:#333;	
}

label{ padding-left:5px;}
.etiq{ color:white;}
.campo{ padding-bottom:10px;}
.botonf{ background:url(../img/boton.png) no-repeat; width:196px;height:29px; text-align:center; padding-top:5px;}


.inputsubmit{
	background:url(../img/botonrojo.gif) no-repeat;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	border:none;
	color:#FFF;
	width:164px;
	height:22px;
}