/* ESTILOS FORMULARIOS */

.form_actuar{
	display:block;
	float:left;
	width:315px;
}

.form_actuar .linea_formulario,.form_actuar .linea_formularioc{
	clear:both;
	display:block;
	width:300px;
	min-height:22px;
	height:auto !important;
	height:22px;
	margin-left:8px;
	margin-top:2px;
	font-size:11px;
}

.form_actuar .linea_formularioc{
	border-left:#FFFFFF solid 2px;
	display:table;
}


.form_actuar .linea_formularioc img{
	margin:3px;
	margin-right:4px;
}

.form_actuar .linea_formularioc .textoc{
	margin-top:5px;
	margin-bottom:5px;
}

.form_actuar label{
	display:block;
	float:left;
	width:116px;
	min-height:22px;
	height:auto !important;
	height:22px;
	font-size:11px;
	border-left:#FFFFFF solid 2px;
	background-color:#eaf3f6;
}

.form_actuar span{
	display:block;
	float:left;
	font-size:11px;
	color:#0a66b2;
	margin-left:4px;
	margin-top:4px;
}

.form_actuar input{
	float:left;
	width:176px;/*178px;*/
	height:18px;
	border: #ffdcae solid 1px;
	background-color:#ffffff;
	padding-left:2px;
	font-size:11px;
}

.span_textarea{
	height:102px;
}

.form_actuar textarea{
	display:block;
	float:left;
	width:178px;
	height:102px;
	border: #ffdcae solid 1px;
	background-color:#ffffff;
	font-size:11px;
}


.form_actuar select{
	float:left;
	width:100px;
	height:18px;
	border: #ffdcae solid 1px;
	background-color:#ffffff;
	font-size:11px;
}

.form_actuar #tipocontacto{
	float:left;
	width:172px;
	height:18px;
	border: #ffdcae solid 1px;
	background-color:#ffffff;
	font-size:11px;
}


/* botonera */
#form_botonera{
	display:block;
	float:right;
	width:185px;
	margin-right:8px !important;
	margin-right:4px;		
	margin-top:3px;
}


#form_botonera div{
	float:right;
	width:87px;
	height:17px;	
	font-size:12px;
	font-weight:bold;	
	background: #FFFFFF url(../maq/fondo_btn_general.gif) top repeat-x;	
	margin-left:2px;
	border:#ff9000 1px solid;
	text-align:center;
	padding-top:3px;
}



/* botones contacto */
.btn_general{
	color:#0a66b2;
}

.btn_general_over{
	color:#ff9000;
	cursor:pointer;
}

/* campos obligatorios */
.form_actuar .linea_obligatorios{
	clear:both;
	display:block;
	width:300px;
	min-height:22px;
	height:auto !important;
	height:22px;
	margin-left:8px;
	margin-top:12px;
	color:#0a66b2;
	font-size:11px;
}

