/************************************************************
        Hoja de estilo del formulario de contacto
*************************************************************/
form {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 40px;
}

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;
	width: 240px;
	font-family: Verdana, Geneva, sans-serif;
}

.lada {
	width: 40px;
}

.telefono {
	width: 174px;
}

.fecha-salida {
	width: 204px;
}

.minicalendario {
	display: block;
	background: url(../imagenes/minicalendario.gif);
	height: 28px;
	width: 28px;
	float: right;
	margin-right: 190px;
}

textarea.comms {
	height: 122px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

div.zona-check {
	line-height: 140%;
	clear: both;
	margin-bottom: 20px;
}

input.check-terminos {
	display: block;
	width: 20px;
	float: left;
	border: 0px;
	margin: 2px 2px 30px 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;
}