@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	text-align: justify;
	color: #FFFFFF;
	font: x-small Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	color: #FFF;
	background: url(../images/flecha_naranja.jpg) no-repeat left center;
	display: block;
	width: 500px;
	padding-left: 30px;
	padding-right:20px;
	margin-bottom:10px;
	overflow:hidden;
}
h2 {
	font-size: 1.8em;
}
h3 {
	color: #FFF;
	font-size: 2em;
	display:block;
	width:280px;
	padding-top:5px;
	margin-bottom:5px;
}
h4 {
	text-transform: capitalize;
	display:block;
	width: 280px;
}
p {
	font-size: 1.3em;
	line-height: 1.2em;
}

label {
	text-align: left;
}


#wrapper {
	width: 960px;
	margin: auto;
	overflow: hidden;
	background: url(../images/header.jpg) no-repeat -20px 0px ;
}

#header {
	width: 960px;
	height: 400px;
	display: block;
}

#content {
	width: 900px;
	min-height: 300px;
	margin: auto;
	overflow: hidden;
	border: thin #2F2700 solid;
}

#menu {
	float: left;
	width: 280px;
	min-height: 300px;
	margin: 10px 20px;
	text-align: left;
}
#menu ul li {
	display: block;
	width:228px;
	height:15px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left:40px;
	padding-top:3px;
	padding-left:10px;
	background: #202020;
	border: 1px solid #CCC;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #dfb809;
	text-decoration: none;
}
#menu .titleSpeed {
	background: url(../images/flecha_roja.jpg) no-repeat left bottom;
	padding-left: 40px;
	width: 240px;
}
#menu .titleSpeed a, #menu .titleService a, #menu .titleStyle a {
	color: #FFF;
	text-decoration: none;
}
#menu .titleSpeed a:hover, #menu .titleService a:hover, #menu .titleStyle a:hover {
	color: #dfb809;
	text-decoration: underline;
}
#menu .speed {
	color: #ed1c24;
	width: 240px;
	padding-left: 40px;
}
#menu .titleService {
	background: url(../images/flecha_amarilla.jpg) no-repeat left bottom;
	width: 240px;
	padding-left: 40px;
}

#menu .service {
	color: #dfb809;
	width: 240px;
	padding-left: 40px;

}
#menu .titleStyle {
	background: url(../images/flecha_gris.jpg) no-repeat left bottom;
	width: 240px;
	padding-left: 40px;
}
#menu .style {
	color: #999;
	width: 240px;
	padding-left: 40px;
}
#menu .comun {
	background: url(../images/flecha_naranja.jpg) no-repeat left bottom;
	padding-left: 40px;
	width: 238px;
}
#menu .comun a {
	color: #FFF;
	text-decoration: none;
}
#menu .comun a:hover {
	color: #dfb809;
	text-decoration: underline;
}
#bannerProducto {
	margin-top: 10px;
	height: 300px;
	width: 280px;
	float: left;
	border: 1px #2F2700 solid;
}
#secciones {
	float: right;
	width: 530px;
	min-height: 300px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-right:20px;
}
#secciones ul li {
	margin-left: 0px;
	margin-bottom:10px;
	font-size: 1.2em;
}
#secciones a {
	color: #e56800;
	text-decoration: none;
}
#secciones a:hover {
	color: #e56800;
	text-decoration: underline;
}
#footer {
	background: url(../images/footer.jpg) no-repeat left bottom;
	overflow: hidden;
	height: 75px;
	width: 1000px;
	font-size: 9px;
	text-align: center;
	padding-top: 30px;
	margin-top: 10px;
}
#footer img {
	display: block;
	float: right;
	height: 75px;
	width: 92px;
	margin-right: 100px;
}

.amarillas {
	color: #dfb809;
}
.rojas {
	color: #ed1c24;
}
.grises {
	color: #999;
}
.videos {
	width: 425px;
	height: 344px;
	display:block;
	margin: 10px auto;
	border: thin #2F2700 solid;
}
.faqs {
	background: url(../images/back_bloques.jpg) no-repeat left bottom;
	overflow:hidden;
	display: block;
	width: 518px;
	padding-left: 20px;
	padding-right:20px;
	margin-bottom: 10px;
	line-height: 14px;
	color: #FFF;
	border: 1px #2F2700 solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
.faqs li {
	display: block;
	width: 538px;
	margin-bottom: 7px;
	padding-left: 20px;
}
.tituloFaqs {
	font-size: 1.3em;
	color: #FFF;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.archivo {
	width: 425px;
	display:block;
	margin: 10px auto;
}
.imagenes {
	display: block;
	margin: 15px auto;
	width: 340px;
}
#contacto {
	/*width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;*/
}
#blog {
	width: 528px;
	border: 1px #2F2700 solid;
}
#blog .contenidoBlog {
	display: block;
	float: right;
	width: 233px;
	padding-right:15px;
	margin-top: 20px;
}
#blog .tituloBlog {
	display: block;
	float:left;
	width: 500px;
	padding-right:15px;
	padding-left:20px;
	margin-top:10px;
}
