/************************************************************
        Hoja de estilo del formulario de contacto
		a dos columnas
*************************************************************/
form {
	border-bottom: 1px solid #cacaca;
	margin-top: 20px;
}

form input, form textarea {
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 7px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	font-size: 12px;

}

.colform-izq, .colform-der {
	width: 250px;
}

.colform-izq {
	float: left;
	margin-left: 42px;
}

.colform-izq input {
	height: 13px;
	width: 231px;
	font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

.colform-der {
	float: right;
}

.colform-der input {
	height: 12px;
	width: 194px;
	font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

textarea.comms {
	width: 232px;
	height: 122px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

input.lada {
	width: 40px;
}

input.telefono {
	width: 165px;
}

.minicalendario {
	display: block;
	background: url(../imagenes/minicalendario.gif);
	height: 28px;
	width: 28px;
	float: right;
}

div.zona-check {
	clear: both;
	padding-top: 7px;
}

input.check-terminos {
    display: block;
	float: left;
	margin: 0px 4px 30px 43px;
	border: 0px;
}

div.zona-btns {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
}

div.zona-btns input {
	width: 90px;
	height: 33px;
	padding: 4px 0px 8px 0px;
	text-align: center;
	color: #fff;
	background: #45ac3f url(../imagenes/fondo-btn-formulario.png) repeat-x bottom;
	cursor: pointer;
}

div.zona-btns input:hover {
	background: #00aca2 url(../imagenes/fondo-btn-formulario.png) repeat-x bottom;
}

span.ajuste-icono img {
	position: relative;
	left: 6px;
	top: 6px;
}



