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

                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;
}

h2 {
	font-size: 2em;
	color: #84B4AD;
}

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;
}

body.b01 #cabecera,
body.b0 #cabecera {
	background: #2C48A6 url(/img/cabecera/serie1/01.jpg) no-repeat center -50px;
}

body.b02 #cabecera {
	background:  #2C48A6 url(/img/cabecera/serie1/02.jpg) no-repeat center -50px;
}

body.b03 #cabecera {
	background:  #2C48A6 url(/img/cabecera/serie1/03.jpg) no-repeat center -50px;
}

body.b04 #cabecera {
	background:  #2C48A6 url(/img/cabecera/serie1/04.jpg) no-repeat center -50px;
}

body.b05 #cabecera {
	background:  #2C48A6 url(/img/cabecera/serie1/05.jpg) no-repeat center -50px;
}
body.b06 #cabecera {
	background:  #2C48A6 url(/img/cabecera/serie1/06.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: 20px;
	top: 77px;
	text-align: left;
	color: #fff;
	font-size: 0.65em;
	font-weight: bold;
	-moz-opacity:0.5 !important;
	filter: alpha(opacity=50) !important;
	width: 140px;
}



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

#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.servicios #principal {
	width: 520px;
}

body.servicios #principal p {
	font-size: 1.2em;
}

body.inicio #principal .contenido1 {
	float: left;
	margin-right: 10px;
	width: 250px;
}

body.inicio hr.clear {
	width: 0;
	border: none;
	background: none;
	color: none;
}

body.inicio #principal .contenido2 p {
	padding-left: 20px !important;
}

body.inicio #principal ul {
	float: left;
}

body.inicio #principal li {
	width: 170px;
	margin-right: 10px;
	float: left;
}	

body.inicio #principal .clear {
	padding-right: 20px;
}

body.inicio #destacado {
	padding-left: 15px;
}

body.inicio  #destacado img {
	margin-left: 0;
}

body.inicio #destacado h3 {
	margin-top: 0.8em;
	color: #23507B;
}

/* ie5.5 y 6 no leen multiples clases */
body.marcaspresentacion #principal div {
	width: 220px;
	float: left;
	padding-right: 1em;
	border-right: 1px dotted #999;
	margin-right: 2em;
}

body.marcaspresentacion #principal h2 {
	position: relative;
	top: 115px;
}

body.marcaspresentacion #principal h1 {
	font-size: 3.1em;
	margin-bottom: 0.3em;
}

body.marcaspresentacion #principal img {
	position: relative;
	top: -2.3em;
}

body.marcaspresentacion #principal div.last {
	border: none;
	margin-right: 0;
	padding-right: 0
}

body.marcas #principal hr {
	clear: left;
	width: 0;
	background: none;
	color: none;
	border: none;
}

body.alubat #principal .seminarrow,
body.tullioabbate #principal .seminarrow,
body.latitude46 #principal .seminarrow {
	float: left ;
	width: 535px;
	padding-right: 2em;
	border-right: 1px dotted #999;
	margin-right: 2em;
}

body.alubat #secundario ul,
body.tullioabbate #secundario ul,
body.latitude46 #secundario ul {
	display: inline-block;
	width: 180px !important;	
}

body.alubat #secundario p,
body.tullioabbate #secundario p {
	margin-bottom: 1em;
}

body.alubat #secundario h2,
body.tullioabbate #secundario h2,
body.latitude46 #secundario h2 {
	font-size: 2.0em;
	
}

body.alubat #principal .modelos img,
body.tullioabbate #principal .modelos img,
body.latitude46 #principal .modelos img {
	margin-right: 15px;
}

body.alubat #principal .modelos dl,
body.tullioabbate #principal .modelos dl,
body.latitude46 #principal .modelos dl {
	margin-left: 5px;

}

body.alubat #principal p.primero,
body.tullioabbate #principal p.primero,
body.latitude46 #principal p.primero {
	font-size: 1em !important;
}

body.latitude46 #principal h2 {
	clear: left;
	margin-top: 1em;
}



#principal.paginamodelo #primario {
	width: 560px !important;
	padding-right: 2em !important;
	border-right: 1px dotted #999;
	float: left;
}

#principal.paginamodelo h2 {
	clear: none !important;
}

#principal.paginamodelo #secundario {
	margin-left: 600px;
}

#principal.paginamodelo #secundario dl,
#principal.paginamodelo #secundario ul {
	margin-left: 10px;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

#principal.paginamodelo #secundario dl {
	float: left;
}

#principal.paginamodelo #secundario dt {
	font-weight: bold;
	padding-right: 0.5em;
	float: left;
	clear: left;
	line-height: 1.7em;
}

#principal.paginamodelo #secundario dd {
	line-height: 1.7em;
	margin-left: 1em;
}

#principal.paginamodelo #primario ul.modelos li {
	float: left !important;
	height: 125px;

}

body.construccion ul.modelos li {
	height: 130px;
}

body.aluminio #principal .wide {
	width: 650px !important;
}

body.aluminio #principal img {
	float: left;
	margin-right: 20px;
}

body.aluminio #principal img.right {
	float: right;
	margin-left: 20px;
}

body.aluminio #principal ol {
	margin-left: 60px;
	font-size: 1em;
	line-height: 1.9em;
}

body.aluminio #principal h2 {
	font-size: 1.8em;
	margin-top: 1.2em;
}

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.segundamano #principal {
	margin-top: 1em;
	float: left;
	width: 540px;
	margin-right: 2em;
	border-right: 1px dotted #E0E0E0;
}

body.segundamano #principal .post {
	float: left;
	width: 150px;
	height: 265px;
}

*html body.segundamano #principal .post {
	height: 255px;
}
*html body.segundamano #principal .post h3 {
	font-size: 1.3em;
}

body.segundamano #principal>.post {
	margin-right: 25px;
}

body.segundamano  #principal .post p {
	float: left;
}

body.segundamano #principal .post h3 {
	margin: 0;
}

body.segundamano #principal .post ul {
	width: 140px;
}

body.segundamano #principal .post li,
body.segundamano #principal .post small {
	display: block;
	float: none;
}

body.segundamano #principal .post small {
	font-size: 1.1em;
}



body.segundamano #destacado img,
body.segundamano #destacado h3,
body.segundamano #destacado ul {
	margin-left: 5px;
}

body.segundamano #destacado ul {
	font-size: 0.8em;
}

body.segundamano #principal.single {
	border: none;

}

body.segundamano #principal .single {
	float: none;
}

body.segundamano #principal .single ul {
	float: none;
}

body.segundamano #principal .single li {
	display: block;
	float: none;
	width: 500px;
	margin-bottom: 0.7em;
}

body.segundamano #principal .single p {
	
}

body.segundamano #principal .single img {
	display: inline !important;
	margin-right: 10px;
}

body.segundamano #destacado label {
	display: block;
	margin-bottom: 0.5em;
}

body.segundamano ul.submenu {
	width: 100%;
	margin-bottom: 1em;
}

body.segundamano ul.submenu li {
	position: relative;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

body#portada {
	background: #000;
}

body#portada #wrapper {
/*	background: #5F93BC url(/img/portada_argonautica_partida.jpg) no-repeat center top;*/
	text-align: center;
	margin: 0 auto;
	margin-top: 0;
/*	height: 450px;*/
}



body#portada #argonautica-series,
body#portada #argonautica-luxury {
/*	width: 49%;*/
	min-width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-top:150px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #000;
	height: 375px;
}

body#portada #argonautica-series {
	background: url(/img/portada/fondo_series_portada.jpg) repeat-x right center;
	width: 49%;
}

body#portada #argonautica-luxury {
	background: url(/img/portada/fondo_luxury_portada.jpg) repeat-x left center;
}

body#portada #argonautica-series div {
	position: relative;
	top: 60px;
	background: url(/img/portada/fondo_azul_portada.png) repeat;
	padding: 1em;
	width: 350px;
	height: 100px;
}

body#portada #argonautica-luxury div {
	position: relative;
	top: 60px;
	background: url(/img/portada/fondo_gris_portada.png) repeat;
	padding: 1em;
	width: 350px;
	height: 100px;
}

body#portada #corporativo {
	clear: left;
	padding: 1em;
	padding-bottom: 80px;
	background: #0F4D99;
	position: relative;
	top: -20px;
}

body#portada h1 a {
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
}

body#portada h1 a:hover {
	color: #692824;
	border-bottom: 1px dotted #692824;
}

body#portada ul {
	margin-top: 20px;
}

body#portada #argonautica-series {
	float: left;
}

body#portada #argonautica-luxury {
	margin-left: 48%;
}

body#portada #argonautica-series div,
body#portada #argonautica-luxury div{
	text-align: center;
	margin: 0 auto;
}
