/* CSS Document */

/* para resetear todas las propiedades*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:10px; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
a img,:link img,:visited img {
	border:0px;
	bottom: 0px;
}
address { font-style:normal }
/*fin del reseteo*/

body {
    height:100%;
	margin: 1px auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	background-color: #f0bdbc;
	background-image: url(../images/fondo2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	overflow:hidden;
}
html,body{
height:100%;
}
/*fondo con la "e"*/
#contenedor {
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 0px;
	border: 0px;
	margin:0px;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#contenidos {
	width: 1000px;
	height: 100%;
	top: 0px;
	margin:0 auto 0 auto;
	font-weight: bold;
}

#cabecera {
	width: 1000px;
	height: 125px;
	padding: 0px;
	bottom: 0px;
}

#izda {
	width: 400px;
	height: 122px;
	float: left;
}

#drcha {
	width: 500px;
	height: 76px;
	float: right;
	padding-right: 50px;
	padding-bottom: 48px;
}


.logo {
	width: 163px;
	height: 76px;
	float: left;
	padding-left: 62px;
}
.logo h1{
	display: none;
}
.logo2 {
	width: 163px;
	height: 76px;
	float: left;
	padding-left: 10px;
}
.titulo {
	color: #ffffff;
	font-size: 16px;
	_line-height: 28px;
	width: 205px;
	float: left;
	text-align: right;
	padding-left: 20px;
	border-bottom: 2px solid #ffffff;
	vertical-align: bottom;
	margin-top: 22px;
	}
	.titulo h2{
	font-size: 18px;
	}
.submenu {
	float: right;
	width: 500px;
	font-size: 12px;
	list-style-type: none;
	text-align: right;
	margin-top: 8px;
	background-image: url(../images/f_submenu.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #ffffff;
}

.submenu ul{
	list-style-type: none;
	display: inline;
	float: none;
	list-style: none;
	padding-right: 9px;
	_padding-right: 5px;
}
.submenu li{
	display: inline;
	list-style-type: none;
	padding-left: 6px;
}
.submenu li a {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.submenu li a.activo {
	color: #000;
}
.submenu li a:hover{	
	color: #000000;
}
	
.registro {
	float: right;
	width: 500px;
	margin-top: 17px;
	height: 31px;
}
.registro form {
	float: right;
	}
.registro form label{
	height: 18px;
	text-align:right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
.registro form input{
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	border: #fff 1px solid;
	background-color: #000000;
}
#cuerpo_int {
	float: left;
	width: 1000px;
	height: auto !important;  /*para los navegadores buenos*/
	height: 390px;  /*para IE5+ */
	min-height: 390px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	font-size:0.7em;
	background-image: url(../images/fondo_int3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}
#cuerpo_int2{
	float: left;
	width: 1000px;
	height: auto !important;  /*para los navegadores buenos*/
	height: 390px;  /*para IE5+ */
	min-height: 390px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	font-size:0.7em;
	background-color:#000000;
}

#pie {
	float: left;
	width: auto;
	text-align:left;
	margin-top:10px;
	margin-left:62px;
	_margin-left:35px;
}
.telefono {
	width: 150px;
	text-align: left;
	color: #b8211c;
	font-size:24px;
	font-weight:bold;
	height: 20px;
	margin-top:10px;
	line-height: 24px;
}
.telefono2 {
	width:150px;
	text-align: left;
	color: #000;
	font-size:16px;
	font-weight:bold;
	height: 10px;
	line-height: 16px;
}
.enova_plus{
	width: 163px;
	height: 76px;
	float: left;
	padding-left: 62px;
	
}
.telefonos{
	float:left;
	width:151px;
}

.der {
	float:left;
	width:auto;
	margin-top: 40px;
	width:230px;
	height:250px;
}

.izq{ height:330px; float:left; width: auto;}

.text1{
	background-image:url(../images/fondo_text.png);
	_background-image:url(../images/fondo_text.jpg);
	width:480px;
	height:190px;
	margin-top:40px;
	margin-left:60px;
	_margin-left:30px;
	padding:20px;
	background-repeat:repeat;
	float: left;
}
.text1 p{ margin-bottom:10px; _margin-bottom:5px;}

.col_izq{
	float:left;
	width:230px;
	text-align:justify;
	color:#FFFFFF;
}
.col_der{
	float:right;
	width:230px;
	text-align:justify;
	color:#FFFFFF;
}

/*********************************************************************/
/**************************    menu    *******************************/
/*********************************************************************/
.menu {
	position:relative;
	width:1000px;
	font-weight:bold;
	font-size:11px;
	margin-top: 22px;
	_margin-top: 8px;
	margin-left: 2px;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
width:auto;
height:22px;
}

.menu li{
float:left;
}
.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#fff;
text-decoration:none;
font-size:1.2em;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:left;
}
.menu a b, .menu :visited b {
	background-color:#2f2f2f;
	display:block;	
	float:left;
	height:27px;
	line-height:1.9em;
	cursor:pointer;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px; border-left-style: solid; border-left-color: #2f2f2f;
}
.menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:22px;
top:-22px;
left:62px;;
width:550px;
background:#7e7e7e;
font-weight:normal;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
	color:#b8211c;
}
.menu .activo {
	color: #b8211c;
}
.menu a:hover em.lft {
}
.menu a:hover em.rgt {
}

.menu li:hover > a b {
color:#b8211c; border-left-width: 1px; border-left-style: solid; border-left-color: #7e7e7e;
}
.menu li:hover > a em.lft {
}
.menu li:hover > a em.rgt {
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:-22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7e7e7e;
}

.menu ul :hover ul li {
display:block; 
background:#7e7e7e; 
height:22px;
border-left:1px solid #999999; 

}
.menu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:22px; 
line-height:22px; 
width:auto; 
float:left; 
color:#ffffff; 
padding:0 10px;
font-size:1em;
}
.menu ul :hover ul li a.activo {
	color: #191919;
	font-weight: bold;
}
.menu ul :hover ul li a:hover {
	color: #191919;
}
.menu span{ display:none}
.ecoenova{height:40px; width:110px; display:block; background-image:url(../images/ecoenova.png); _background-image:url(../images/ecoenova.gif);background-repeat: no-repeat;}
.ecoenova a{height:40px; width:110px; display: block;}
.ecoenova a:hover{display: block; background-image:url(../images/ecoenova2.png);_background-image:url(../images/ecoenova2.gif);background-repeat: no-repeat;}
.barra_menu{height:27px; width:62px; background-color:#2f2f2f;}
.barra_menu2{height:27px; width:615px; background-color:#2f2f2f;}

/*********************************************************************/
/**************************  fin menu  *******************************/
/*********************************************************************/

/*************************** colecciones *******************************/

.izq ul { margin-left:20px; margin-top:20px; }
.izq li { margin-bottom:1px;}
.izq li span{ display:none;}

.flash{margin-top:20px;  margin-right:20px;}
.flash_interiores {
	height: 310px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
/*********************************************************************/
/*************************** submenu *********************************/

.menu_lateral {
	width: 224px;
	_width:225px;
	height: 330px;
	_height:346px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:1px;
	float:left;
	text-align:right;
	font-size:15px;
}

/*************SHOWROOM****************/
.menu_lateral_bis {
	width: 165px;
	height: 330px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:1px;
	float:left;
	text-align:right;
	font-size:14px;
	padding-left:60px;
}
.menu_lateral_bis li{
	background-color:#b7b7b7;
	margin-top:2px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	width: 165px;
}
.menu_lateral_bis li ul li a{
	color:#000;
	margin-right:10px;
	font-size:11px;
	font-weight:normal;
}
.menu_lateral_bis li ul li{
	color:#b7b7b7;
	background-color:#FFFFFF;
	margin-bottom:2px;
	_width:165px;
	font-size:15px;
}
.menu_lateral_bis li a {
	color:#000000;
	margin-right:10px;
}
.menu_lateral_bis a:hover {
	color:#b8211c;
}
.menu_lateral_bis a.activo {
	color:#b8211c;
}

.seccion_tiendas{
	height: 330px;
	width:773px;
	float:right;
	margin-left:2px;
}
.col_1 {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_showroom.jpg);
	margin-top:3px;
}
.col_caspe {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_caspe.jpg);
	margin-top:3px;
}
.col_vitoria {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_vitoria.jpg);
	margin-top:3px;
}
.col_madrid {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_madrid.jpg);
	margin-top:3px;
}
.col_valencia {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_valencia.jpg);
	margin-top:3px;
}
.col_coso {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_coso.jpg);
	margin-top:3px;
}
.col_tarragona {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_tarragona.jpg);
	margin-top:3px;
}
.col_reus {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_reus.jpg);
	margin-top:3px;
}
.col_vigo {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_vigo.jpg);
	margin-top:3px;
}
.col_andorra {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_andorra.jpg);
	margin-top:3px;
}
.col_inicio {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_showroom1.jpg);
	margin-top:3px;
}

/**CONTACTO GRAL**/

/*************************** contacto *******************************/

*html .text_naranja{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/fondo_naranja.png", sizingMethod="scale");
	z-index:0;	
}
.text_naranja{
	background-image:url(../images/fondo_naranja.png);
	width:554px;
	height: auto !important;  /*para los navegadores buenos*/
	height: 294px;  /*para IE5+ */
	min-height: 294px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	margin:20px 0px 10px 60px;
	_margin:20px 0px 10px 30px;
	padding:18px;
	background-repeat:repeat;
	float: left;
	text-align:left;
	z-index:0;
}
.text_naranja p {
	text-align:justify;
	color:#FFFFFF;
	margin-bottom:8px;
}
.der_contacto {
	float:right;
	margin-top: 20px;
	width:300px;
	padding-right:50px;
	height: auto !important;  /*para los navegadores buenos*/
	height: 330px;  /*para IE5+ */
	min-height: 330px; /*para los navegadores buenos*/
	color:#FFFFFF;
	text-align:justify;
	background-image:url(../images/contacto.jpg);
	background-repeat:no-repeat;
}
.der_contacto_tex{
	margin-left:120px;
	margin-top:260px;
	font-size:11px;
	letter-spacing: 1px;
}
#form1{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	padding-top:15px;
	position:relative;
	z-index:1;
}
#form1 legend {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#form1 fieldset {
	border:none;
	margin-bottom:10px;
}
#form1 .form_input {
	border:#ffffff 1px solid;
	width:200px;
	background-color:#000000;
	color:#ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#form1 textarea {
	border:#ffffff 1px solid;
	width:200px;
	height:80px;
	background-color:#000000;
	color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}
#form1 select {
	border:#ffffff 1px solid;
	width:200px;
	background-color:#000000;
	color:#ffffff;
	font-size: 11px;
}
#form1 option:hover {
	background-color:#ffffff;
	color:#000000;
}
#form1 .label_span{
	width:200px;
	float:left;
	font-weight:bold;
}
#form1 .boton{ 
	border:none;
	border:1px solid #000;
	background-color:#b8211c;
	color:#FFF;
	width:100px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
}
#form1 .boton:hover{
	background-color:#FFF;
	border-left:1px solid #868686;
	color:#b8211c;
}
#form1 .aviso{
	font-size:10px;
}
#form1 .botones{
	margin-left:200px;
}

/*************************** fin contacto *******************************/

/***FIN CONTACTO GRAL**/

*html .col_contacto{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fondo_blanco.png", sizingMethod="scale");
	z-index:0;	
}
.col_contacto {
	width:390px;
	height:327px;
	float:left;
	background-image: url(../images/fondo_blanco.png);
	background-repeat:repeat;
	margin-top:3px;
	z-index:0;
}
.col_contacto p{
	text-align:justify;
	color:#FFFFFF;
	margin-bottom:8px;
}
.col_2 {
	width:380px;
	height:327px;
	float:right;
	background-color:#CCCCCC;
	margin-top:3px;
	margin-left:2px;
}

.text_tienda {
	margin-top:221px;
	margin-left:30px;
	text-align:left;
	color:#FFFFFF;
	line-height:17px;
}
.text_tienda a{
	color:#b8211c;
	font-weight:bold;
	text-decoration:underline;
}
.ciudad {
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;	
}
.calle {
	font-size:14px;
	font-weight:bold;
}
.codigo {
	letter-spacing: 1px;
	font-weight:bold;
}


#form2{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	padding-top:30px;
	text-align:left;
	margin-left:30px;
	z-index:1;
	position:relative;
}
#form2 legend {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#form2 fieldset {
	border:none;
	margin-bottom:10px;
}
#form2 .form_input {
	border:#ffffff 1px solid;
	width:140px;
	background-color:#000000;
	color:#ffffff;
	font-size: 11px;
}
#form2 textarea {
	border:#ffffff 1px solid;
	width:120px;
	height:80px;
	background-color:#000000;
	color:#ffffff;
	font-size: 11px;
}
#form2 select {
	border:#ffffff 1px solid;
	width:140px;
	background-color:#000000;
	color:#ffffff;
	font-size: 11px;
}
#form2 option:hover {
	background-color:#ffffff;
	color:#000000;
}
#form2 .label_span{
	width:180px;
	float:left;
	font-weight:bold;
}
#form2 .boton{ 
	background-color:#b8211c;
	color:#FFFFFF;
	width:140px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	margin-bottom:2px;
	border:none;
}
#form2 .boton:hover{
	background-color:#FFF;
	color:#b8211c;
}
#form2 .aviso{
	font-size:10px;
}
#form2 .botones{
	margin-left:180px;
}
#form2 #mensajes_email {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	display: block;
}
#form2 #mensajes_email ul {
	margin-left: 30px;
}
#form2 #mensajes_email ul li {
	list-style: disc;
}
#form2 #mensajes_email ul li strong {
	font-weight: bold;
	color: #b8211c;
	background-color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}
/*****************FIN SHOWROOM*******************/


.seccion_menu{
	width: 214px;
	height: 26px;
	background-color:#ffffff;
	color:#b7b7b7;
	padding-right:10px;
	padding-top:5px;
}
.sub_seccion{
	height: 26px;
	color:#ffffff;
	padding-top:5px;
	text-align:left;
	font-size:15px;
	margin-left:10px;
	float:left;
}
.sub_seccion strong{
	color:#ffffff;
	text-align:left;
	font-size:15px;
	background-image: url(../images/mas.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 25px;
	margin-left: 5px;
	font-weight: normal;
}
.menu_lateral li {
	width: 214px;
	height: 26px;
	background-color:#b7b7b7;
	margin-top: 2px;
	color:#000000;
	padding-right:10px;
	padding-top:5px;
}
.menu_lateral li a {color:#000000;}
.menu_lateral li a:hover {color:#b8211c;}

/*************************** fin submenu *********************************/

/*************************** submenu con productos *********************************/

.miniaturas{ margin-top: 3px; float:right;}

/**********************************************************************/
/************************** galeria productos  ************************/

/*needed for IE to make :active state work first time */

#container_right {
	position:relative;
	width:775px;
	background-color: #000;
	float: left;
	height: 290px;
	margin: 0px;
	padding: 0px;
}
#container_right img {
	border:0;
	float: left;/**/
	margin-left:10px;
	margin-top:1px;
	/*text-align:center;
	background-color: #0FF;*/
}
/*miniaturas de la derecha*/
#container_right .thumbs {
	position:absolute;
	right:0px;
	top:0px;
	width: 175px;
}


#container_right a.gallery:active, #container_right a.gallery:focus {border:0px solid #000;}
#container_right a.gallery:active em, #container_right a.gallery:focus em {
	display:block;
	position:absolute;
	width:585px;
	height:315px;	
	top:0px;
	/*para colocar la foto grande que se muestra al pinchar las pequeñas en la izda */
	left:-600px;
	padding:0px;
	color:#000;
}
*html #container_right a.gallery:active em, #container_right a.gallery:focus em {
	display:block;
	position:absolute;
	width:585px;
	height:315px;	
	top:0px;
	/*para colocar la foto grande que se muestra al pinchar las pequeñas en la izda */
	left:-594px;
	padding:0px;
	color:#000;
}

/* common styling for all galleries */
a.gallery, a.gallery:visited {
	text-decoration:none;
	border:0px solid #000000;
	width:75px;
	height:75px;
	float: left;
	display:block;
	background-color: #CCCCCC;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
a.slidea {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.slideb {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.slidec {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.slided {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.slidee {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.slidef {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
	}
a.slideg {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.slideh {
	background-repeat: no-repeat;
	background-image: url(../images/minimini.jpg);
}
a.gallery em, a.gallery span {
	display: none;
/*	text-align:center;
	background-color: #FF0;*/
}
a.gallery:hover {
	border:0px solid #fff;
}

/*********************  fin galeria productos  ************************/
/**********************************************************************/

.texto{
	font-size:11px;
	color:#000;
	text-align:justify;
	background-image:url(../images/fondo_text.png);
	_background-image:url(../images/fondo_text_g.jpg);
	_background-repeat:no-repeat;
	margin-left:62px;
	margin-top: 11px;
	margin-right: 50px;
	padding:15px;
	height:290px;
	_height:306px;
}
   
h3{
	font-size:12px;
	margin-bottom:3px;
	letter-spacing: 2px;
}
.texto p{
	margin-bottom:10px;
	font-weight: normal;
}
.texto a { color:#191919; text-decoration:underline;}
.texto a:visited { color:#191919; text-decoration:underline;}
.texto a:hover{ color:#b8211c;}
.texto li ul{ margin-left:40px;}
.texto ul{ margin-left:50px;}
.texto li{list-style-image: url(../images/lista.gif);}

.columna_izq { 
	width:410px;
	float:left;
	height:auto;
}
.columna_izq2 { 
	width:350px;
	float:left;
	height:auto;
	padding-left:60px;
}
.columna_der {
	width:410px;
	float:right;
	height:auto;
}

/******************* fin accesibilidad, mapa y aviso legal ***********************/

/******************* aviso en construcción ***********************/
#aviso {
	width: 324px;
	_width:325px;
	height: 330px;
	_height:346px;
	margin-top:1px 0px 0px 0px;
	float:left;
	text-align:left;
	font-size:13px;
	font-weight: normal;
	padding: 25px 0px 0px 15px;
	color: fff;
}
/******************* fin aviso en construcción ***********************/
.volver {
	clear:both;
}
.volver a{
	float:left;	
	font-size:16px;
	text-decoration:underline;
	color:#FFFFFF;
	margin-top:40px;
	font-weight:bold;
}