@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Yellowtail);
/* CSS Document */

body{
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2644;
	font-size: 16px;
}

.main{
	width: 800px;
	height: 900px;
	margin: 0px auto;
	border: 5px solid #eee;
	padding: 30px;
	/*background-color: #f00;*/
}

/*.bloque-1{
	width: 100%;
	height: 300px;
}*/

.logo{
	width: 100%;
	height: 190px;
	/*background-color: #fcc;*/
}

.telefonos{
	width: 100%;
	height: auto;
	background-color: #1b2644;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 35px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.bloque-2{
	width: 100%;
	height: auto;
	text-shadow: 1px 1px 0px #ccc;	
	font-family: 'Yellowtail', cursive, Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #c70200;
	text-align: center;
	margin: 20px 0 20px 0;
}

.bloque-3{
	width: 100%;
	height: 480px;
	/*background-color: #0cc;*/
}

/* bloque 3 izq */

.marcas{
	float: left;
	width: 430px;
	height: 460px;
	color: #0A3E8C;
	text-shadow: 1px 1px 0px #eee;
	background-color: #eee;
	border-radius: 5px;
}

/* bloque 3 der */

.formulario{
	float: right;
	width: 330px;
	height: 460px;
	/*background-color: #F36;*/
}

.contactanos{
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #1b2644;
	text-align: left;
	text-shadow: 1px 1px 0px #eee;
}

.campo{
	margin: 3px 0 5px 0;
	height: 25px;
	border: 1px solid #aaa;
	padding: 5px;
	color: #888;
	font-size: 15px;
}

textarea{
	margin: 3px 0 15px 0;
	border: 1px solid #aaa;
	padding: 5px;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.enviar{
	margin: 0 0 10px 0;
	width:  75px;
	height: 30px;
	font-size: 15px;
}

.bloque-4{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #1b2644;
	text-shadow: 1px 1px 0px #eee;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 17px;
}

.mapa{
	font-size: 13px;
	color: #C70200;
	font-weight: 400;
	text-decoration: none;
}

.bloque-5{
	width: 100%;
	height: 30px;
	text-align: center;
	color: #1b2644;
	text-shadow: 1px 1px 0px #eee;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.mensaje{
	font-size: 10px;
	color: #333;
	width: 800px;
	text-align: center;
	margin: 0px auto;
}