﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body{
	font-family: 'Open Sans', sans-serif;
	background: url(../images/fondo2.jpg);
}

#cintillo{
	background-color: black;
	width: 100%;
	height: 35px;

	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
}

#cintillo-conten{
	background-color: black;
	width: 1100px;
	height: 35px;
	margin: 0px auto;
}

#cintillo-conten span{
	color: white;
	float: left;
	margin: 8px 0px;
}

span a{
	color: white;
	text-decoration: none;
}

span a:hover{
	text-decoration:underline;
}

#cabecera{
	width: 1100px;
	height: 280px;
}

#menu{
	border:0px solid red;

	background: #C60E13;
	background: -moz-linear-gradient(top, #C60E13 0%, #930a0c 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60E13), color-stop(44%,#930a0c), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -o-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);

	width: 1050px;
	height: 46px;
	margin:0px 0px 0px 25px;

	behavior:url(PIE.htc);

	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}

#menu ul li{
	position: relative;
	float: left;
}

#menu a{
	text-decoration:none;
	color: black;
}

.menu{
	border-right: 1px solid #ddd;

	background: #C60E13;
	background: -moz-linear-gradient(top, #C60E13 0%, #930a0c 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60E13), color-stop(44%,#930a0c), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -o-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);
	background: linear-gradient(top, #C60E13 0%,#930a0c 44%,#4f0505 100%);

	width: 349px;
	color: white;
	text-align: center;
	padding: 17px 0px;
	cursor: pointer;
}

.menu:hover, .activo{
	background: #4f0505;
	background: -moz-linear-gradient(top, #4f0505 0%, #4f0505 44%, #4f0505 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f0505), color-stop(44%,#4f0505), color-stop(100%,#4f0505));
	background: -webkit-linear-gradient(top, #4f0505 0%,#4f0505 44%,#4f0505 100%);
	background: -o-linear-gradient(top, #4f0505 0%,#4f0505 44%,#4f0505 100%);
	background: -ms-linear-gradient(top, #4f0505 0%,#4f0505 44%,#4f0505 100%);
	background: linear-gradient(top, #4f0505 0%,#4f0505 44%,#4f0505 100%);
}

.diferente-padding{
	padding: 15px 0px;
}

#menu ul li:hover #menu-secundario, #menu ul li:hover #menu-secundario-dos{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 200;
	display: none;
}

.menu-secundario{
	border-bottom: 1px solid #ddd;

	background-color: #00136b;

	width: 127.5px;
	color: white;
	text-align: center;
	padding: 7px 0px;
	cursor: pointer;
}

.menu-secundario:hover{
	background: #00082C;
	background: -moz-linear-gradient(top, #00082C 0%, #00082C 44%, #00082C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00082C), color-stop(44%,#00082C), color-stop(100%,#00082C));
	background: -webkit-linear-gradient(top, #00082C 0%,#00082C 44%,#00082C 100%);
	background: -o-linear-gradient(top, #00082C 0%,#00082C 44%,#00082C 100%);
	background: -ms-linear-gradient(top, #00082C 0%,#00082C 44%,#00082C 100%);
	background: linear-gradient(top, #00082C 0%,#00082C 44%,#00082C 100%);
}

#menu-secundario-dos{
	border: 0px solid red;
	position: absolute;
	top: 46px;
	left: -70px;
	z-index: 200;
	width: 256px;
	display: none;
}

#marcas{
	border:0px solid red;
	height: 120px;
}

#efecto{
	border:0px solid red;
	width: 1100px;
	height: 380px;
	margin: 20px 0px 0px 0px;
}

#formulario{
	border:1px solid #ddd;
	background-color: white;
	width: 220px;
	height: 500px;
	float: left;
}

#pie{
	background-color: black;
	width: 100%;
	height: 300px;
}

#pie-conten{
	background-color: black;
	width: 1100px;
	height: 300px;
	margin: 0px auto;
}

.seccion-pie{
	border:0px dotted white;
	width: 253px;
	padding: 10px;
	float: left;
}

.seccion-pie a{
	text-decoration: none;
	color: white;
}

.seccion-pie a:hover{
	text-decoration: underline;
}

.titulo-seccion-pie{
	color: white;
	font-size: 22px;
}

.desarrollo-seccion-pie{
	font-size: 14px;
	line-height: 18px;
	color: white;
	padding: 10px;
}

.imagenes{
	width: 100%;
	float: left;
}
.imagenes img{
	width: 31%;
	float: left;
	margin: 0 1%;
}