/* CSS Document */
html,body{
	margin:0; /*** Do NOT set anything other than a left margin for the page as this will break the design ***/
	padding:0;
	border:0;
	height:100%;
}
body {
	background-color: #3185E4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}
body, input, textarea, select, optgroup {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
input, textarea, select, optgroup, table, tr, th, td, h1, h2, h3, h4, h5, h6   {
	font-size: 100%;
}
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.6em;
	color: #222;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
acronym, abbr {
	cursor: help;
}
a img {
	border: 0;
}
label{
	cursor: pointer;
}
.ayuda-acces {
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size: 1px;
	line-height: 1%;
}
div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#contenedor {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 971px;
	height: auto!important; 
	height: 100%;
	min-height: 100%;
	/*position: relative;*/
}
#espacio-pie{
	height: 8em;
}
/*-----------------------Estilos de Index--------------*/
#index #cabecera {
	width: 971px;
	height: 229px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/index-cabecera.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#index #menu-aux{
	float: right;
}
#index #menu-aux li{
	float: right;
	margin: 0 1px 0 0;
}
#index #cabecera h1{
	float: right;
	width: 219px;
	margin: 77px 50px 0 0;
	padding: 0 0 0 0;
	position: relative;
}
#index #cabecera h1 span{
	position: absolute;
	left: 0;
	top: 0;
}
#info-home{
	background-color: #366AA5;
	background-image: url(../images/index-ff-titulo.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 24px 0;
	width: 100%;
}
#info-home h2 {
	width: 555px;
	padding: 0 175px 0 246px;
	margin: 0 auto;
	color: #FFF;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
}
#destaque-home {
	width: 971px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url(../images/ff-menu.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#index #menu{
	float: left;
	margin: -230px 0 0 0;
	position: relative;
	/*position: absolute;
	left: 0;
	top: -230px;*/
	width: 211px;
	background-image: url(../images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 0;
	color: #222;
}
#menu ul{
	width: 209px;
	background-color: #FFF;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}
#menu ul ul{
	width: auto;
	border: 0;
}
#menu ul li{
	width: 194px;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #D1D1D1;
}
#menu ul li li{
	width: auto;
	border: 0;
	margin: 10px 0 10px 5px;
	padding: 0 0 0 10px;
	background-image: url(../images/piti1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
#menu ul a{
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
#menu ul li.seleccionado a{
	color: #3180D7;
}
#menu ul a:hover{
	color: #366AA5;
}
#cont-home {
	width: 740px;
	float: left;
}
.producto-home{
	width: 340px;
	float: left;
	margin: 25px 0 25px 25px;
}
.producto-home .imagen{
	float: left;
	width: 110px;
	text-align: center;
	background-image: url(../images/puntos-v.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0 15px 15px 0;
	height: 180px;
}
.producto-home p a{
	color: #222;
	text-decoration: none;
}
.producto-home p a:hover{
	text-decoration: underline;
}
.producto-home h3{
	margin: 0 0 10px 0;
}
.producto-home h3 a{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	text-decoration: none;
	color: #366AA5;
}
.producto-home h3 a:hover{
	text-decoration: underline;
}
/*-----------------------Estilos de Interior--------------*/
#interior #cabecera {
	width: 971px;
	height: 185px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/interior-cabecera.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0;
	background-color: #FFF;
}
#interior #menu-aux{
	float: right;
}
#interior #menu-aux li{
	float: right;
	margin: 0 1px 0 0;
}
#interior #cabecera #logo{
	float: right;
	width: 219px;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
}
#info-interior{
	background-color: #366AA5;
	background-image: url(../images/index-ff-titulo.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 10px 0;
	width: 100%;
}
#migas{
	width: 720px;
	margin: 0 auto;
	padding: 0 20px 0 231px;
}
#migas li{
	font-size: 0.95em;
	display: inline;
	margin: 0 5px 0 5px;
	padding: 0 0 0 10px;
	background-image: url(../images/piti2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	color: #FFF;
}
#migas li a{
	color: #FFF;
}
#migas li a:hover{
	text-decoration: none;
}
#cont-interior {
	width: 971px;
	margin: 0 auto;
	padding: 0;
	/*padding: 0 0 0 211px;
	position: relative;*/
	background-image: url(../images/ff-menu.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#altura-min-cont {
	height: 210px;
	width: 1px;
	margin: 0 0 0 -10px;
	float: left;
}
#interior #menu{
	/*position: absolute;
	left: 0;
	top: -78px;*/
	position: relative;
	margin: -78px 20px 0 0;
	float: left;
	width: 211px;
	background-image: url(../images/menu-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 0;
	color: #222;
	z-index: 1000;
}
#contenido-interior {
	padding: 34px 0 0 25px;
	width: 710px;
	float: left;
}
#contenido-interior h1{
	color: #3180D7;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
#contenido-interior .boton-volver{
	float: right;
	background-color: #494949;
	background-image: url(../images/boton-volver-izq.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 1.45em;
}
#contenido-interior .boton-volver a{
	color: #FFF;
	text-decoration: none;
	padding: 1px 5px 0 8px;
	display: block;
	float: left;
}
#contenido-interior .boton-volver a:hover{
	color: #59A4F8;
}
#interior h2 {
	font-size: 140%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
	margin: 10px 0 10px 0;
}
#interior h2 span{
	color: #3180D7;
}
#interior h3 {
	color: #3180D7;
	border-bottom: 1px solid #E5E5E5;
	margin: 10px 0 5px 0;
}
#interior .azul {
	color: #3180D7;
}
#interior #contenido-interior .boton01{
	background-image: url(../images/boton-entrar-ff.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #3180D7;
	width: 55px;
	height: 1.65em;
	color: #FFF;
	padding: 0;
	border: 0;
	margin: 0;	
	font-size: 90%;
	font-weight: bold;
	float: none;
}
#interior p.primero {
	margin: 20px 0 0 0;
}
#interior .img-centro {
	text-align: center;
}
/*----------------Estilos EMPRESA---------------------*/
.empresa #col-aux{
	margin: 0 0 0 25px;
	width: 220px;
	border-left: 1px solid #E1E1E1;
	text-align: center;	
	float: right;
}
.empresa #col-aux a{
	color: #3180D7;
	margin: 5px 0;
	display: block;
}
.empresa p {
	margin: 15px 0 10px 0;
}
.empresa span {
	color: #3180D7;
	font-weight: bold;
}

/*----------------Estilos Productos FAMILIAS---------------------*/
ul#familias {
	margin: 30px 0 0 0;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
ul#familias li {
	width: 305px;
	border-top: 1px solid #E1E1E1;
	padding: 2px 0 0 0;
	margin: 0 0 2px 0;
	float: left;
}
ul#familias li.izq {
	margin: 0 50px 0 0;
}
ul#familias li.der {
	clear: right;
}
ul#familias li.impar a{
	display: block;
	border-left: 2px solid #3180D7;
	padding: 0 0 0 2px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	background-image: url(../images/familia-ff01.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 4.8em;
}
ul#familias li.impar a:hover{
	border-left: 2px solid #000;
	color: #3180D7;
}
ul#familias li.impar span.texto-familia{
	float: right;
	display: block;
	width: 123px;
	height: 3.7em;
	padding: 20px 20px 0 10px;
	margin: 0;
}
ul#familias li.impar span.img-familia{
	display: block;
	margin: 7px 0 0 15px;
}

ul#familias li.par span.img-familia{
	margin: 5px 0 0 15px;

}
ul#familias li.par a{
	display: block;
	border-right: 2px solid #3180D7;
	padding: 0 2px 0 0;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	background-image: url(../images/familia-ff02.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 4.8em;
}
ul#familias li.par a:hover{
	border-right: 2px solid #000;
	color: #3180D7;
}
ul#familias li.par span.texto-familia{
	display: block;
	width: 123px;
	height: 3.7em;
	padding: 20px 10px 0 20px;
	margin: 0 40px 0 0;
	float: left;
}
ul#familias li.par span.img-familia{
	display: block;
	margin: 7px 0 0 15px;
}
/*----------------Estilos Productos Listado de MODELOS---------------------*/
ul#modelos {
	margin: 20px 0;
}
ul#modelos li {
	margin: 10px 5px 0 0;
	width: 225px;
	float: left;
	height: 11em;
}
ul#modelos li a{
	display: block;
	height: 6.3em;
	text-decoration: none;
	width: 225px;
	color: #222222;
	font-size: 110%;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}
ul#modelos li a:hover{
	color: #3180D7;
}
ul#modelos li span img{
	cursor: pointer;
	padding: 2px;
	border: 1px solid #DBDBDB;
	float: left;
	margin: 5px 0 0 0;
}
ul#modelos li a:hover img{
	border: 1px solid #3180D7;
}
/*----------------Estilos Productos FICHA---------------------*/
#menu-secundario{
	width: 211px;
	float: right;
	margin: 0 0 0 15px;
}
#menu-secundario #opciones{
	background-image: url(../images/menu-secun-bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3180D7;
	padding: 0 0 13px 0;
	margin: 5px 0 0 0;
}
#menu-secundario #opciones ul{
	background-image: url(../images/menu-secun-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
}
#menu-secundario #opciones ul ul{
	padding: 0;
	background: none;
}
#menu-secundario #opciones ul li{
	margin: 5px 0 5px 13px;
	padding: 0 0 0 11px;
	background-image: url(../images/flecha1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	color: #FFF;
}
#menu-secundario #opciones ul li a{
	color: #FFF;
}
#menu-secundario #opciones ul li a:hover{
	text-decoration: none;
}
#menu-secundario #opciones ul li.seleccionado a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#menu-secundario #galeria{
	background-image: url(../images/galeria-fondo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 8px 0 0 0;
	padding: 10px 0 0 5px;
}
#menu-secundario #galeria #imagen-med{
	margin: 0 10px;
	text-align: center;
}
#menu-secundario #galeria #ampliar {
	text-align: center;
	background-image: url(../images/galeria-marco-ampliar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0; 
}
#menu-secundario #galeria #ampliar a{
	color: #797979;
	text-decoration: none;
}
#menu-secundario #galeria #ampliar a:hover{
	color: #3180D7;
}
#menu-secundario #galeria #ampliar img{
	margin: 0 5px 0 0;
}
#menu-secundario #galeria #imagen-mini{
	background-color: #EFEFEF;
	padding: 5px 0;
}
#menu-secundario #galeria #imagen-mini img{
	margin: 0 5px 5px 0;
}
#menu-secundario #banner1{
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	background-image: url(../images/fondo-banner1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}
#menu-secundario #banner1 a{
	color: #3180D7;
	text-decoration: none;
	display: block;
	height: 5.8em;
}
#menu-secundario #banner1 a:hover{
	color: #797979;
}
#interior.ficha h3 {
	margin-right: 221px;
}

/*----------------Estilos Productos FICHA TECNICA---------------------*/
#imagen-datos{
	margin: 40px 0;
	text-align: center;
}
#tabla-datos p{
	margin: 10px 0 10px 205px;
}
#tabla-datos a.cambiar-datos{
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #3180D7;
	background-image: url(../images/piti1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-size: 95%;
}
#tabla-datos a:hover{
	text-decoration: none;
}
/*----------------Estilos SOLUCIONES A MEDIDA---------------------*/
body.soluciones .imagen-izq {
	float: left;
	margin: 20px 15px 0 0;
}
body.soluciones p {
	margin: 15px 0 10px 0;
}
/*----------------Estilos CONTACTO---------------------*/
body.contacto #datos {
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #D6D6D6;
}
body.contacto #datos p{
	float: left;
	width: 163px;
	margin: 0 0 0 23px;
	line-height: 1.7em;
}
body.contacto #datos p span{
	color: #3180D7;
	font-weight: bold;
}
body.contacto #datos p a{
	color: #3180D7;
}
body.contacto #datos p a:hover{
	text-decoration: none;
}
body.contacto #datos p a.google{
	color: #000;
	font-size: 95%;
}
body.contacto #datos p.izq{
	width: 440px;
	padding: 0 15px 0 0;
	margin: 0;
	border-right: 1px solid #D6D6D6;
}
body.contacto #datos p.izq img{
	float: left;
	margin: 0 15px 0 0;
}
body.contacto #errores {
	border: 1px solid #FF0000;
	padding: 10px;
	margin: 10px 0;
	width: 510px;
}
body.contacto #errores ul {
	margin: 10px 0 0 0;
}
body.contacto #errores li{
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	background-image: url(../images/flecha2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
body.contacto #contenido-interior input.campo-mal{
	border-color: #D10000;
	background-color: #FFCCFF;
}
body.contacto #fomulario label {
	float: left;
	clear: left;
	width: 170px;
	margin: 4px 0;
	padding: 0 0 0 15px;
	background-image: url(../images/piti1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-weight: bold;
}
body.contacto #fomulario {
	margin: 15px 0;
}
body.contacto #fomulario input {
	float: left;
	width: 345px;
	border: 1px solid #B6B6B6;
	margin: 4px 0;
}
body.contacto #fomulario input.corto {
	width: 200px;
}
body.contacto #fomulario textarea {
	float: left;
	width: 345px;
	border: 1px solid #B6B6B6;
}
body.contacto .botones-contacto {
	margin: 15px 0;
	text-align: center;
}
/*----------------Estilos DESCARGAS---------------------*/
body.descargas #contenido-interior h2 {
	color: #3180D7;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
body.descargas #contenido-interior p{
	margin: 10px 0;
	text-align: center;
}
body.descargas #contenido-interior p.texto{
	text-align: left;
}
#clientes{
	margin: 20px 0 0 0;
	width: 320px;
	float: left;
}
#clientes div, #invitacion div{
	margin: 20px 0;
}
#clientes label{
	width: 95px;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0 0 0 10px;
	background-image: url(../images/piti1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-weight: bold;
	color: #3E3E3E;
}
#clientes input{
	width: 200px;
	float: left;
	margin: 5px 0 0 0;
	border: 1px solid #B6B6B6;
}
#clientes p a{
	color: #3E3E3E;
}
#clientes p a:hover{
	text-decoration: none;
}
#invitacion {
	float: left;
	width: 345px;
	padding: 0 0 0 20px;
	margin: 20px 0 0 20px;
	border-left: 1px solid #E1E1E1;
}
#invitacion h4{
	color: #5A5A5A;
	margin: 15px 0 0 0;
}
#contenido-interior #invitacion p.aviso {
	color: #3180D7;
	text-align: left;
	font-size: 95%;
	margin: 5px 0 0 0;
}
#invitacion label{
	width: 155px;
	float: left;
	clear: left;
	margin: 5px 5px 0 0;
	padding: 0 0 0 10px;
	background-image: url(../images/piti1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-weight: bold;
	color: #3E3E3E;
}
#invitacion input{
	width: 165px;
	float: left;
	margin: 5px 0 0 0;
	border: 1px solid #B6B6B6;
}
#invitacion input.corto{
	width: 120px;
}
#invitacion textarea{
	width: 170px;
	float: left;
	margin: 5px 0 0 0;
	border: 1px solid #B6B6B6;
}
body.descargas #contenido-interior div.error {
	border: 1px solid #D10000;
	padding: 10px;
}
body.descargas #contenido-interior div.error p{
	text-align: left;
	margin: 0
}
body.descargas #contenido-interior div.error ul{
	margin: 5px;
}
body.descargas #contenido-interior div.error ul li{
	padding: 0 0 0 10px;
	background-image: url(../images/flecha2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
body.descargas #contenido-interior input.campo-mal{
	border-color: #D10000;
	background-color: #FFCCFF;
}
/*----------------Estilos LOCALIZACION---------------------*/
body.localizacion #datos {
	background-image: url(../images/localiza-ff1.gif);
	background-repeat: repeat-y;
	background-position: 310px;
	margin: 20px 0 20px 0;
}
body.localizacion #datos p{
	float: left;
	width: 163px;
	margin: 0 0 0 23px;
	line-height: 1.7em;
}
body.localizacion #datos p span{
	color: #3180D7;
	font-weight: bold;
}
body.localizacion #datos p a{
	color: #3180D7;
}
body.localizacion #datos p a:hover{
	text-decoration: none;
}
body.localizacion #datos p a.google{
	color: #000;
	font-size: 95%;
}
body.localizacion #datos p.izq{
	width: 300px;
	margin: 0;
}
body.localizacion #imagen-localiza{
	border-top: 1px solid #D6D6D6;
	padding: 5px 0 0 0;
	margin: 0;
}
body.localizacion #imagen-localiza img{
	border: 5px solid #F5F5F5;
}
/*----------------Estilos AVISO LEGAL---------------------*/
#interior.aviso_legal h2{
	color: #3180D7;
	border-bottom: 1px solid #E5E5E5;
	margin: 20px 0 5px 0;
}
#interior.aviso_legal h3{
	color: #5A5A5A;
	border: none;
	margin: 10px 0 5px 0;
}
#interior.aviso_legal #contenido-interior p{
	margin: 10px 0;
}
#interior.aviso_legal #contenido-interior a{
	color: #3180D7;
}
#interior.aviso_legal #contenido-interior a:hover{
	text-decoration: none;
}
#interior.aviso_legal ol li{
	margin: 10px 0 10px 20px;
	list-style-type: decimal;
}
#interior.aviso_legal dt{
	font-weight: bold;
}
#interior.aviso_legal dd{
	margin: 3px 0 5px 10px;
}
/*----------------Estilos pie---------------------*/
#pie-ancho{
	background-image: url(../images/ff-pie.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3185E4;
	width: 100%;
	min-width: 971px;
	height: 7.8em;
	/*position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths 
	left: 0;*/
	 position:relative;
	 margin-top: -7.8em;
}
#pie{
	width: 971px;
	margin: 0 auto;
	padding: 10px 0;
}
#pie a{
	color: #FFF;
	text-decoration: none;
}
#pie a:hover{
	text-decoration: underline;
}
#pie p.dere{
	float: right;
	text-align: right;
}
#pie p{
	font-size: 0.95em;
	color: #FFF;
	line-height: 1.5em;
}
