/* -----------

                ELEMENTOS XHTML PRINCIPALES

-----------  */


body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	text-align: center;
	color: #8A8A8A;
	margin: 0;
	padding-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	color: #23507B;
	margin: 0;
}





h1 {
	font-size: 3.2em;
	margin-bottom: 10px;
}

h2 {
	font-size: 2em;
	color: #84B4AD;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5em;
	color: #84B4AD;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #DD8A25;
	text-decoration: none;
	/* para resolver el problema de links not clickable sobre pngs en ie 6 */
	position: relative;
	
}
a:hover {
	color: #000;
}
a:active {
	color: #2A3CA8;
}

a img {
	border: none;
}


ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}



acronym {
	font-style: italic;
	cursor: help;
	text-decoration: none;
	border-bottom: none;
}








/* -----------

                contenedor principal (wrapper)
					  todo esta dentro de este div para dar el ancho etc 

-----------  */

#contenedor { 
	position: relative;	
	margin: 0 auto;
	background: #fff url(/img/compartido/fondo_body2.jpg) repeat-y center top;
}

/* ni idea de la razon
   pero IE 6 mueve el contenedor 1 px hacia la izquierda
*/


#contentpaneopen {
	margin: 0 auto;
}

/* -----------

                 CABECERA Y MENU

-----------  */

#cabecera {
	position: relative;
	width: 850px;
	height: 180px;
	margin: 0 auto;
	background: #2C48A6 url(/img/cabecera/01.jpg) no-repeat center -50px;
	
}



#logo,
#slogan {
	position: absolute;
}

#logo {
	left: 10px;
	top: 10px;
	-moz-opacity:0.8 !important;
	filter: alpha(opacity=80) !important;
}

#slogan {
	left: 25px;
	top: 90px;
	text-align: left;
	color: #fff;
	font-size: 0.85em;
	font-weight: normal;
	-moz-opacity:0.5 !important;
	filter: alpha(opacity=50) !important;
	width: 400px;
}



/*  MENU  */
#cabecera ul {
	position: absolute;
	top: 118px;
	left: 20px;
}

#cabecera li {
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 1.5em;
}

#cabecera li a {
	padding: 0.3em 0.3em 0.3em 1.2em;
	text-align: left;
	display: inline-block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

/* standard-compliant browsers */
#cabecera li>a {
	background: url(/img/cabecera/arrow_menu.png) no-repeat left center;
}
#cabecera li>a:hover {
	background: url(/img/cabecera/arrow_menu_hover.png) no-repeat left center;
	color: #DD8A25;
}

/* nasty ie 6 and bellow */
* html body  #cabecera li a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cabecera/arrow_menu.png',sizingMethod='crop');
}

* html body  #cabecera li a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cabecera/arrow_menu_hover.png',sizingMethod='crop');
	color: #DD8A25;
}


/* detacamos la sección actual en el menu */
body.inicio #inicio>a,
body.marcas #marcas>a,
body.segundamano #segundamano>a,
body.accesorios #accesorios>a,
body.servicios #servicios>a,
body.sobrenosotros #sobrenosotros>a,
body.contacto #contacto>a {
	background: url(/img/cabecera/arrow_menu_hover.png) no-repeat left center;
	color: #DD8A25
}
* html body.inicio #inicio a,
* html body.marcas #marcas a,
* html body.segundamano #segundamano a,
* html body.accesorios #accesorios a,
* html body.servicios #servicios a,
* html body.sobrenosotros #sobrenosotros a,
* html body.contacto #contacto a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cabecera/arrow_menu_hover.png',sizingMethod='crop');
	color: #DD8A25;
}



/* -----------

                BREADCRUMB

-----------  */


#breadcrumb {
	font-size: 0.7em;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	color: #999 !important;
}

#breadcrumb h4,
#breadcrumb p {
	display: inline;
	padding-right: 0 0.1em;
}

#breadcrumb h4 {
	padding-right: 0.2em;
	color: #999 !important;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.95em;
}





/* -----------

                CONTENIDO

-----------  */

#contenido {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-bottom: 2em;
	text-align: left;
}

#contenido img {
	border: 1px solid #D4D4D4;
	padding: 3px;
	margin: 3px 0;
}

#contenido a img {
	border: 1px solid #FFDEBA;
}

#contenido #principal {
	font-size: 0.75em;
}

#contenido #principal h1 {
	margin-top: 0.2em;
}

#destacado {
	margin-left: 550px;
}

#destacado h2 {
	color: #84B4AD;
}

#destacado h3 {
	font-size: 1.2em;
}

#destacado p {
	font-size: 0.8em;
}

#destacado p,
#destacado h3,
#destacado img {
	margin-left: 20px;
}


#contenido .seminarrow {
	width: 520px !important;
}

#contenido .indent {
	margin-left: 30px;
}
 
#principal .wide {
	clear: left;
	border: none;
	width: 750px !important;
}

#contenido .widecols {
	width: 410px;
	float: left;
}


#contenido .clear {
	clear: both;
}


#contenido #principal p.primero {
	margin-left: 20px;
	font-size: 1.4em;
	color: #84B4AD;
}

#contenido #principal p.segundo {
	margin-left: 20px;
}

#contenido .secundario h3 {
	color: #23507B !important;
}

/* -----------
                 PIE
-----------  */

#pie {
	font-size: 0.7em;
	background: #fff url(/img/compartido/fondo_pie.jpg) no-repeat center bottom;
	padding-bottom: 3.5em;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#pie ul  {
	width: 800px;
	margin: 0 auto;
}

#pie li {
	display: inline;
	padding: 0 0.8em;
	border-right: 1px dotted #999;
	
}




/* -----------

                 GENERAL CLASSES

-----------  */

.last {
	border-right: none !important;
}



ul.modelos li {
	float: left;
	margin-bottom: 0.7em;
	height: 180px;
}

ul.modelos dl {
	margin-top: 0;
}

ul.modelos dd,
ul.modelos dt {
	font-size: 0.9em;
}

ul.modelos dt.nombre {
	display: none;
}

ul.modelos dd.nombre {
	margin-left: 0;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	top: -0.2em;
}

ul.modelos dt {
	float: left;
	clear: left;
}


.primerparrafo {
	margin-left: 18em;
	margin-bottom: 0.5em;
}

.clear {
	clear: both;
}

.solotexto {
	display: none;
}

/* -----------

                PARA CADA PAGINA

-----------  */

body.inicio #principal,
body.contacto #principal,
body.servicios #principal {
	width: 540px;
	float: left;
	border-right: 1px dotted #999;
	padding-right: 15px;
}



body.contacto #secundario {
	margin-left: 570px;
}

body.servicios #secundario {
	margin-left: 550px;
}

body.contacto #secundario dl,
body.servicios #secundario dl {
	font-size: 0.8em;
}

body.contacto #secundario dd,
body.servicios #secundario dd {
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 1em;
}

body.contacto #secundario h3,
body.servicios #secundario h3 {
	font-size: 1.0em;
}

body.contacto #principal h1 {
	margin-bottom: 0.5em;
}

body.contacto input,
body.contacto textarea {
	display: block;
	width: 250px;
}

body.contacto textarea {
	width: 350px;
	height: 150px;
}

body.contacto input#enviar {
	width: auto;
	background: #91CAFF;
	font-weight: bold;
}




body.sedes #secundario {
	float: right;
	margin-top: 60px;
}

body.sedes #principal h2 {
	margin-bottom: 0;
}

body.sedes #secundario h3 {
/*	font-size: 1.5em !important;*/
}

body.sedes #principal {
	width: 380px;
	float: left;
	padding-right: 1em;
}

body.sedes .gmnoprint {
	font-size: 0.9em;
}

body.sedes h2 {
	margin-top: 15px;
}
body.sedes address {
	margin-left: 15px;
}


body.concepto #secundario,
body.tiendas #secundario,
body.royal-yachting #secundario,
body.equipo #secundario,
body.series #secundario,
body.luxury #secundario {
	float: right;
	padding-top: 40px;
}

body.tiendas #secundario {
	padding-top: 10px;
}

body.royal-yachting #secundario {
	padding-top: 100px;
}

body.concepto #principal,
body.tiendas #principal,
body.royal-yachting #principal,
body.equipo #principal,
body.series #principal,
body.luxury #principal {
	float: left;
	width: 480px;
}

body.concepto #principal strong,
body.luxury #principal strong {
	text-transform: uppercase;
}

body.royal-yachting h2,
body.equipo h2 {
	line-height: 110%;
	margin-bottom: 10px;
}
