@charset "ISO-8859-1";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700);

#top
{
	width:1000px;
	height:150px;
	position:relative;
	margin:auto;
}

#logo
{
	width:170px;
	height:180px;
	background-image:url(../img/logo_vallemotors.png);
	position:absolute;
	left:5px;
	top:14px;
	z-index:5;
}

#datosContacto
{
	width:560px;
	height:100px;
	position:absolute;
	right:0px;
	top:50px;
}

#bandatop
{
	width:1000px;
	height:50px;
	position:relative;
	margin:auto;
	background-color:#f2ea00;
}

.contactoTitulo
{
	font-family:'Roboto';
	font-weight:700;
	color:#ed1c24;
	font-size:20px;
}
.contactoSubTitulo
{
	font-family:'Roboto';
	font-weight:700;
	color:#000;
	font-size:16px;
}
.contactoDatos
{
	font-family:'Roboto';
	font-weight:400;
	color:#000;
	font-size:12px;
}

#slogan
{
	font-family:'Roboto';
	font-weight:700;
	color:#ed1c24;
	font-size:28px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-50px;
}

#slider
{
	width:1000px;
	height:500px;
	overflow:hidden;
	margin:auto;
	z-index:0;
}

#slider2
{
	width:1000px;
	height:150px;
	overflow:hidden;
	margin:auto;
	z-index:0;
	margin-bottom:10px;
}

#arrow_l
{
	position:absolute;
	left:50%;
	margin-left:-90px;
	top:625px;
	width:60px;
	height:60px;
	background-image:url(../img/arrow_left.png);
	cursor:pointer;
	z-index:100;
}

#arrow_r
{
	position:absolute;
	left:50%;
	margin-left:20px;
	top:625px;
	width:60px;
	height:60px;
	background-image:url(../img/arrow_right.png);
	cursor:pointer;
	z-index:100;
}

#bandanosotros
{
	background-color:#ed1c24;
	width:1000px;
	height:auto;
	position:relative;
	margin:auto;
}

.nosotrosTitulo
{
	font-family:'Roboto';
	font-weight:700;
	color:#FFF;
	font-size:26px;
	padding-top:20px;
}

.nosotrosDatos
{
	font-family:'Roboto';
	font-weight:400;
	color:#FFF;
	font-size:14px;
	text-align:justify;
	padding-bottom:20px;
}


#catalogo_index
{
	background-color:#FFF;
	width:1000px;
	height:auto;
	position:relative;
	margin:auto;
	text-align:center;
	padding: 40px 0px 60px 0px;
}

.catalogo_boton
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #ed1c24;
	background-color:#FFF;
	color:#ed1c24;
	font-family:'Roboto';
	font-weight:400;
	font-size:40px;
	text-align:center;
	cursor:pointer
}

.catalogo_boton:hover
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #FFF;
	background-color:#ed1c24;
	color:#FFF;
}

#bottom
{
	background-color:#ed1c24;
	width:1000px;
	height:auto;
	position:relative;
	margin:auto;
	
	font-family:'Roboto';
	font-weight:400;
	color:#FFF;
	font-size:14px;
	text-align:center;
	line-height:1.3;
	padding-top:30px;
	padding-bottom:40px;
}

#autos
{
	background-color:#FFF;
	width:1000px;
	height:auto;
	position:relative;
	margin:auto;
}

.autosTituloSeccion
{
	font-family:'Roboto';
	font-weight:700;
	font-size:24px;
}

.autosLinea
{
	width:100%;
	height:2px;
	margin:auto;
	border-top: 1px dotted #AEAEAE;
}

.auto_boton
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ed1c24;
	background-color:#FFF;
	color:#ed1c24;
	font-family:'Roboto';
	font-weight:400;
	font-size:16px;
	text-align:center;
	cursor:pointer;
}

.auto_boton:hover
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	background-color:#ed1c24;
	color:#FFF;
}

.autoTitulo
{
	color:#ed1c24;
	font-family:'Roboto';
	font-weight:400;
	font-size:14px;
}
.autoDescripcion
{
	color:#000;
	font-family:'Roboto';
	font-weight:400;
	font-size:12px;
}

.formulario1
{
	font-family:'Roboto';
	font-weight:300;
	font-size:14px;
	color:#000;
}

.formulario2
{
	font-family:'Roboto';
	font-weight:700;
	font-size:14px;
	color:#000;
}

.formulario3
{
	font-family:'Roboto';
	font-weight:300;
	font-size:14px;
	color:#000;
}

.formularioCuadro
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ed1c24;
	background-color:#FFF;
	color:#666;
	font-family:'Roboto';
	font-weight:300;
	font-size:14px;
}

