@charset "utf-8";


	/*	section
	--------------------------------------------------------------- */


	/*	aside
	--------------------------------------------------------------- */

aside {
	float: left;
	width: 220px;
}

#contacto h2 {
	padding-top: 140px;
	text-align: center;
	background: url("../img/contacto-icono-grande.png") 50% top no-repeat;
}

#formulario {
	float: right;
	width: 700px;
}

	aside ul {
		margin-top: 10px;
		margin-left: 10px;
		line-height: 1.6em;
	}


	/*	Formulario
	--------------------------------------------------------------- */

h1 {
	padding-bottom: 32px;
	padding-left: 32px;
	border-bottom: 1px solid #CCC;
}

	h1 a,
	h1 span {
		font-size: 24px;
	}

	h1 span {
		color: #3F3F3F;
	}

	#cal {
		float: right;
	}

	#formulario p {
		padding-left: 16px;
	}

form {
	margin-top: 32px;
}

	h3,
	p {
		margin-bottom: 20px;
	}

	#formulario p span.sic-direccion,
	#formulario p span.sic-ciudad,
	#formulario p span.sic-telefonos,
	#formulario p span.sic-contacto {
		display: block;
	}
	dl {
		margin-bottom: 32px;
	}

	dt {
		margin-bottom: 16px;
	}

	dd {
		padding-left: 16px;
	}

	input,
	textarea {
		padding: 8px;
		font-family: Menlo, Monaco, "Courier New", monospace;
		font-size: 16px;
		line-height: 16px;
		-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
		background-color: #FFFFFF;
		border: 1px solid #f2f2f2;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.3   ) inset;
	}

	input {
		height: 16px;
	}

	textarea {
		line-height: 32px;
	}

	input:focus,
	textarea:focus,
	.jQfoco {
		border-color: #0679EB;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(6, 121, 235, 0.6);
		outline: 0 none;
	}

	label {
		font-size: 24px;
		font-weight: bold;
	}

	small {
		padding-left: 16px;
		color: #999;
		font-size: 16px;
	}

	dl.error label {
		color: #B94A48;

	}

	dl.error input,
	dl.error textarea {
		border-color: #B94A48;
		color: #B94A48;
	}

	dl.error input:focus,
	dl.error textarea:focus {
		box-shadow: 0 0 6px #D59392;
	}

	form div.boton {
		text-align: right;
	}

#nombre,
#correoe,
#telefono,
#motivo,
#mensaje {
	padding-left: 40px;
}

#nombre {
	background: #FFFFFF url("../img/contacto-nombre.png") left top no-repeat;
}

#nombre:focus,
#nombre.jQfoco {
	background: #FFFFFF url("../img/contacto-nombre.png") left -32px no-repeat;
}

#correoe {
	background: #FFFFFF url("../img/contacto-correoe.png") left top no-repeat;
}

#correoe:focus,
#correoe.jQfoco {
	background: #FFFFFF url("../img/contacto-correoe.png") left -32px no-repeat;
}

#telefono {
	background: #FFFFFF url("../img/contacto-telefono.png") left top no-repeat;
}

#telefono:focus,
#telefono.jQfoco {
	background: #FFFFFF url("../img/contacto-telefono.png") left -32px no-repeat;
}

#motivo {
	background: #FFFFFF url("../img/contacto-motivo.png") left top no-repeat;
}

#motivo:focus,
#motivo.jQfoco {
	background: #FFFFFF url("../img/contacto-motivo.png") left -32px no-repeat;
}

#mensaje {
	background: #FFFFFF url("../img/contacto-mensaje.png") left top no-repeat;
}

#mensaje:focus,
#mensaje.jQfoco {
	background: #FFFFFF url("../img/contacto-mensaje.png") left -320px no-repeat;
}

#enviar {
	height: 46px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid #FFF;
	font-family: Economica;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 46px;
	background-color: #0679EB;
	background-image: -ms-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: -moz-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: -webkit-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0665C4), color-stop(1, #3396F9));
	background-image: -o-linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	background-image: linear-gradient(bottom, #0665C4 0%, #3396F9 100%);
	color: #FFF;
	cursor: pointer;
	-ms-border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	box-shadow: 0px 0px 10px #333;
}

.no-cssgradients #enviar {
	background: #0679EB url("../img/menu-fondo.png") 50% 50% repeat-x;
}

#enviar:hover {
	background-image: -ms-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
	background-image: -moz-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
	background-image: -webkit-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #04498E), color-stop(1, #1084F8));
	background-image: -o-linear-gradient(bottom, #04498E 0%, #1084F8 100%);
	background-image: linear-gradient(bottom, #04498E 0%, #1084F8 100%);
}
.no-cssgradients #enviar:hover {
	background: #0A66C2 url("../img/menu-activa.png") 50% 50% repeat-x;
}

#errores {
	color: #B94A48;
	line-height: 1.6em;
}

#enviado {
	padding: 32px;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#falla {
	padding: 32px;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


	/*	placeholder
	--------------------------------------------------------------- */

.placeholder { color: #aaa; }