/* GENERALES */
:focus {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
body {
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #979692;
}
a {
	text-decoration: none;
}
a:hover {
	outline: 0;
}
.oculto {
	visibility: hidden;
}
.oculto iframe {
	display: none;
}
input, textarea, select, option {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
}
/* ENCABEZADO */
#enc .izq {
	vertical-align: top;
}
#enc .contenido {
	background-position: top left;
	background-repeat: no-repeat;
	width: 990px;
	height: 110px;
}
#enc .der {
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top;
}
#enc a {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	font-family: "Century Gothic";
	text-transform: uppercase;
	color: #FFF;
}
#enc a:hover {
	color: #DDD;
}
#vincHome {
	position: absolute;
	top: 50px;
	left: 25px;
	width: 250px;
	height: 40px;
}
/* MENUES */
#menuInfo {
	position: absolute;
	top: 4px;
	right: 15px;
	vertical-align: middle;
}
#menuInfo li {
	float: left;
	font-size: 11px;
	line-height: 13px;
	height: 13px;
	margin: 0px 15px;
}

#menuRedesSociales {
	position: absolute;
	top: 29px;
	right: 0px;
}
#menuRedesSociales li {
	float: left;
	padding: 0px 0px 0px 10px;
}

#menuProd {
	position: absolute;
	top: 60px;
	right: 0px;
}
#menuProd li {
	float: left;
	font-size: 16px;
	line-height: 18px;
	padding: 2px 30px 4px 30px;
	border-right: 1px dotted #DDD;
}
#menuProd li.sinSep {
	border-right: 0px;
}

#menuMotos {
	position: absolute;
	top: 89px;
	/*left: 405px;*/
	right: 0px;
}
#menuMotos li {
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 2px 30px 2px 30px;
	border-right: 1px dotted #DDD;
}
#menuMotos li.sinSep {
	border-right: 0px;
}

#menuMaquinas {
	position: absolute;
	top: 89px;
	right: 0px;
}
#menuMaquinas li {
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 2px 30px 2px 30px;
	border-right: 1px dotted #DDD;
}
#menuMaquinas li.sinSep {
	border-right: 0px;
}

/* GRIS SIN MENU */
.home                 { background-image: url(../media/home/fondo.jpg); background-color: #979692; }
.home #enc .contenido { background-image: url(../media/home/encabezado.jpg); }
.home #enc .der       { background-image: url(../media/home/esquina.jpg); }

/* GRIS CON MENU */
.general                 { background-image: url(../media/general/fondo.jpg); background-color: #979692; }
.general #enc .contenido { background-image: url(../media/general/encabezado.jpg); }
.general #enc .der       { background-image: url(../media/general/esquina.jpg); }

/* ROJO CON MENU */
.motos                 { background-image: url(../media/motos/fondo.jpg); background-color: #fe0000; }
.motos #enc .contenido { background-image: url(../media/motos/encabezado.jpg); }
.motos #enc .der       { background-image: url(../media/motos/esquina.jpg); }

/* MARRON CON MENU */
.cuatriciclos                 { background-image: url(../media/cuatriciclos/fondo.jpg); background-color: #d38934; }
.cuatriciclos #enc .contenido { background-image: url(../media/cuatriciclos/encabezado.jpg); }
.cuatriciclos #enc .der       { background-image: url(../media/cuatriciclos/esquina.jpg); }

/* AZUL CON MENU */
.nautica                 { background-image: url(../media/nautica/fondo.jpg); background-color: #357ae1; }
.nautica #enc .contenido { background-image: url(../media/nautica/encabezado.jpg); }
.nautica #enc .der       { background-image: url(../media/nautica/esquina.jpg); }

/* AMARILLO CON MENU */
.maquinas                 { background-image: url(../media/maquinas/fondo.jpg); background-color: #ffcd1e; }
.maquinas #enc .contenido { background-image: url(../media/maquinas/encabezado.jpg); }
.maquinas #enc .der       { background-image: url(../media/maquinas/esquina.jpg); }
.maquinas #enc a          { color: #666; }
.maquinas #enc a:hover    { color: #000; }

/* CUERPO */
#cuerpo .izq {
	/*background-color: white;*/
}
#cuerpo .contenido {
	width: 990px;
	height: 480px;
	overflow: hidden;
}
#cuerpo .der {
	/*background-color: white;*/
}
/* BLOQUE */
.contenedor {
	position: relative;
	width: 100%;
	height: 100%;
}
#cuerpo .bloque {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
/* AREA DE TEXTO */
.areaTexto {
	padding: 10px;
	overflow: auto;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	border: 1px solid #CCC;
}
.areaTexto h1 {
	font-weight: bold;
	font-size: 160%;
	margin: 10px 0px;
}
.areaTexto h2 {
	font-weight: bold;
	font-size: 140%;
	margin: 10px 0px;
}
.areaTexto h3 {
	font-size: 120%;
	margin: 10px 0px;
}
.areaTexto p {
	margin: 10px 0px;
	line-height: 14px;
}
.areaTexto ul li {
	list-style: square;
	margin-left: 20px;
}
.areaTexto ol li {
	list-style: decimal;
	margin-left: 20px;
}
.areaTexto address {
	font-size: 120%;
}
.areaTexto dl dt {
	font-weight: bold;
	margin: 10px 0px;
}
.areaTexto dl dd {
	margin-left: 20px;
	font-size: 120%;
}
.areaTexto a {
	font-weight: bold;
	color: #333;
}
.areaTexto a:hover {
	text-decoration: underline;
}
.areaTexto td {
	padding: 3px;
}
.areaTexto th {
	text-align: right;
	vertical-align: top;
	padding-top: 9px;
}
.areaTexto .botonera th {
	padding: 0px;
}
/* Datos de Contacto*/
.mediosContacto {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 250px;
	padding: 10px;
	border: 0px;
}
.mediosContacto h1 {
	color: #EEE;
}
.mediosContacto address {
	color: #CCC;
}
/* FORM DENTRO DE AREA DE TEXTO*/
.formContacto {
	position: absolute;
	top: 20px;
	left: 350px;
	width: 520px;
	height: 370px;
}
.formRRHH {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 470px;
	height: 416px;
	border-width: 1px;
	border-style: none solid;
	border-color: #CCC;
}
/* CONCESIONARIOS */
.tituloConcesioanrios {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	padding: 10px;
	border: 0px;
}
.tituloConcesioanrios h1 {
	color: #EEE;
}
.tituloConcesioanrios p {
	text-indent: 0px;
	color: #CCC;
}
#mapaConcesionarios {
	position: absolute;
	top: 20px;
	left: 230px;
	width: 210px
}
.formConcesionarios {
	position: absolute;
	left: 440px;
	top: 20px;
	width: 510px;
	height: 40px;
}
.formConcesionarios form {
	padding-top: 10px;
}
.formConcesionarios h2 {
	display: inline;
	vertical-align: middle;
}
form table {
	width: 100%;
}
.resConcesionarios {
	position: absolute;
	left: 440px;
	top: 100px;
	width: 510px;
	height: 290px;
	overflow: auto;
}
.resConcesionarios p {
	text-indent: 0px;
}
/* FORM COMPARTIR */
#bCompartir {
	position: absolute;
	right: 0px;
	bottom: 44px;
	overflow: hidden;
	width: auto;
}
#bCompartir table {
	width: auto;
}
#bCompartir .areaTexto {
	font-size: 10px;
	overflow: hidden;
}
#bCompartir .areaTexto th {
	padding-top: 0px;
	padding-left: 3px;
	text-align: left;
}
#bCompartir .areaTexto .botonera th {
	text-align: right;
}
/* MENU DE BLOQUE */
#menuBloque {
	position: absolute;
	right: 0px;
	top: 436px;
}
#menuBloque li {
	float: left;
	border-right: 1px dotted #333;
}
#menuBloque li.sinSep {
	border-right: 0px;
}
#menuBloque a {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	font-family: "Century Gothic";
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 20px 8px 20px;
}
#menuBloque a:hover {
	color: #000;
}
#menuBloque a.activo {
	background: url(../media/menuInvertido.jpg) top left repeat-x;
}
/* PIE */
#pie .izq {}
#pie .contenido {
	position: relative;
	width: 990px;
	height: 180px;
}
#pie .der {}
/* BANNERS */
#pie .banner {
	display: -moz-inline-box;
	display: inline-block;
	margin: 15px;
}
/* FIRMA */
#firma {
	width: 100%;
	margin: 0px;
	padding: 8px 0px;
	background: white url('../media/sombra-firma.gif') left top repeat-x;
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 64px;
	font-weight: bold;
	text-align: center;
}
#firma img {
	vertical-align: middle;
}
#firma sup {
	vertical-align: super;
}
/* GALERIA DE PRODUCTOS */
.galProductos {
	top: 110px;
	width: 100%; /*988px;*/
	border-bottom: 1px solid black;
	/*visibility: hidden;*/
	background-color: white;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
.galProductos a {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000;
}
.galProductos img {
	display: block;
}
.galProductos .nombre {
	font-family: "Century Gothic";
	font-size: 10px;
	line-height: 24px;
	font-weight: normal;
	background-color: white;
}
.galProductos a:hover img {
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}
.galProductos .relleno {
	width: 10px;
}
/* GRILLA DE PRODUCTOS */
.grillaProductos {
	position: absolute;
	width: 988px;
	height: 480px; /*472px;*/
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	/*visibility: hidden;*/
	overflow: auto;
	background-color: white;
}
.grillaProductos a {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000;
	padding: 14px 0px;
}
.grillaProductos img {
	display: block;
}
.grillaProductos .nombre {
	display: block;
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	background-color: white;
}
.grillaProductos a:hover img {
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */
}
.grillaProductos .relleno {

}
/* GALERIA DE ARCHIVOS */
.galArchivos {
	width: 100%px;
}
.galArchivos a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0px 10px 5px 10px;
	color: #000;
}
.galArchivos a:hover {
	color: #666;
}
.galArchivos div {
	display: block;
	text-align: center;
}
.galArchivos .nombre {
	font-family: "Century Gothic";
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}
/* GALERIA VERTICAL */
.galVertical {
	top: 0px;
	height: 436px;
	left: 860px;
}
.galVertical img {
	display: block;
}
.galVertical .sep {
	height: 10px;
}
.galVertical a {
	display: -moz-inline-box;
	display: inline-block;
	border: 2px solid #999999;
	margin: 5px;
	line-height: 0px;
}
.galVertical a:hover {
	border-color: #FFF;
}
/* Noticias */
.noticias {
	position: absolute;
	left: 20px;
	width: 650px; /*750px;*/
	height: 416px;
	border-style: none solid;
}
.menu-noticias {
	left: 693px;
	width: 270px;
	height: 416px;
	text-align: left;
}
.noticias h1, .noticias h2, .noticias h3, .noticias h4 {
	text-align: left;
}
.noticias img {
	display: inline;
	margin: 0px 5px 5px 0px;
	border: 3px solid white;
	clear: none;
	float: left;
}
.noticias li {
	margin: 5px;
}
/* GALERIA DE NOTICIAS */
.galNoticias {
	height: 437px;
	left: 800px;
}
.galNoticias a {
	display: -moz-inline-box;
	display: inline-block;
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 14px;
	border: 2px solid #999999;
	margin: 10px 0px;
	padding: 5px;
	width: 170px;
	background-color: #CCC;
	color: #000;
}
.galNoticias a:hover {
	border-color: #FFF;
}
/* MAPA GOOGLE */
.mapaGoogle {
	width: 425px;
	height: 260px;
}
/* Wallpaper */
.wallpaper {
	position: absolute;
	top: 50px;
	left: 500px;
}
.wallpaper img {
	border: 2px solid #666666;
}
.wallpaper h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	line-height: 18px;
	color: #333;
	margin: 10px 0px;
}
.wallpaper a {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #666;
	margin-right: 20px;
}
.wallpaper a:hover {
	color: #000;
}
.video {
	position: absolute;
	top: 80px;
	left: 480px;
}
.fichaTecnica {
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 16px;
}
.fichaTecnica .filaImpar th, .fichaTecnica .filaImpar td {
	background-color: #CCC;
}
.fichaTecnica .filaPar th, .fichaTecnica .filaPar td {
	background-color: #AAA;
}
.fichaTecnica th {
	text-align: right;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
}
.fichaTecnica td {
	text-align: left;
	font-weight: normal;
	padding: 5px 20px 5px 10px;
}
.fichaTecnica .sep td {
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	padding: 0px;
	margin: 0px;
}
/* COLUMNA DE TEXTO */

.cuadroTexto {
	position: absolute;
	border-width: 1px;
	border-style: none solid;
	border-color: #CCC;
}
.cuadro1 {
	left: 480px;
	width: 370px;
	height: 436px;
}
.cuadro2 {
	left: 570px;
	width: 370px;
	height: 436px;
}
.cuadro3 {
	left: 570px;
	width: 370px;
	height: 436px;
}
.cuadroTexto .areaTexto {
	position: absolute;
	width: 349px;
	height: 416px;
	border: 0px none transparent;
}
.cuadroTexto .conArchivos {
	position: absolute;
	width: 349px;
	height: 346px;
	border: 0px none transparent;
}
.cuadroTexto .areaTexto td {
	width: 349px;
	height: 406px;
	vertical-align: middle;
}
.cuadroTexto .conArchivos td {
	width: 349px;
	height: 336px;
	vertical-align: middle;
}
.cuadroTexto .fichaTecnica td {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.cuadroTexto .fichaTecnica .sep td {
	height: 5px;
}
/* AREA DE ARCHIVOS */
.cuadroTexto .areaArchivos {
	position: absolute;
	top: 375px;
	width: 370px;
	height: 60px;
	overflow: hidden;
}
.cuadroTexto .galArchivos {
	width: 370px;
}

.color {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 480px;
	overflow: hidden;
}

.archivosCascos {
	position: absolute;
	left: 550px;
	top: 375px;
	width: 270px;
	height: 60px;
	overflow: hidden;
}
.archivosCascos .galArchivos {
	width: 370px;
}
.archivosCascos a {
	color: #EEE;
}

#bCross .galVertical {
	left: 795px;
}
#bIntegral .galVertical {
	left: 795px;
}
