/*
********************************************
* CONTENEDOR FORMULARIO
********************************************
*/
#contenedor_formulario {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	padding: 0 10px 0 10px;
}

#contenedor_formulario #texto {
	float: left;
	width: 360px;
}

#contenedor_formulario #tabla_formulario {
	float: right;
	width: 400px;
	text-align: right;
}


/*
********************************************
* FORMULARIO
********************************************
*/
form {
	margin: 0;
	padding: 0;
}

label{
	float: left;
	width: 80px;
	padding-top: 6px;
	font-size: 0.8em;
}	

.input_c, .select_c, .textarea_c {
	width: 290px;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	color: #999;
	border: 2px solid #CCC;
	font-size: 0.9em;
}

.textarea_c {
	width: 290px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
}


input.submit_c {
	margin-top: 0;
	width: 70px;
	height: 24px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../Graficos/Contacto/btn_enviar.gif) no-repeat top center;
	font-size: 0px;
	/*display: block;*/
	line-height: 0;
}

input:focus, select:focus, textarea:focus {
	color: #333;
	border: 2px solid #EDEDED;
}


/*
********************************************
* ERRORES
********************************************
*/
label.error {
	float: right;
	margin-right: 10px;
    line-height: 1.5em;
    margin-top: -1.5em;
	font-style: italic;
	font-weight: normal;
	color: #F00;
}

input.error, select.error, textarea.error {
	color: #333;
	border: 2px solid #F99;
}


/*
********************************************
* VARIOS
********************************************
*/
.mensaje {
	margin-right: 120px;
	font-size: 0.8em;
}

.requerido {
	color: #F00;
}


/*
********************************************
* COLUMNAS SERVICIOS
********************************************
*/
.cont_col1, .cont_col2 {
	float: left;
	position: relative;
	width: 435px;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 50px;
}

.cont_col2 {
	float: right;
	margin-right: 0;
}

.adorno {
	position: absolute;
	top: 10px;
	width: 425px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #624D3C;
}

.adorno h3 {
	color: #FFF;
}

.ado_izq {
	position: absolute;
	top: 50px;
	width: 435px;
	height: 5px;
	background: url(../Graficos/Servicios/sombra_menu_izq.gif) no-repeat top left;
}

.ado_der {
	width: 435px;
	height: 5px;
	background: url(../Graficos/Servicios/sombra_menu_der.gif) no-repeat top right;
}

.col {
	width: 401px;
	height: 410px;
	margin: 0 auto;
	padding: 70px 10px 0px 10px;
	border: 2px solid #C1B0A2;
	font-size: 0.9em;
	text-align: center;
}

.col img {
	padding: 5px;
	border: 2px solid #C2B1A3;
}