/* CSS Document */
    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #FFFFFF;
	background-color: #CCCCCC;
    }
	body, html {
	   scrollbar-face-color: #525151;
	   scrollbar-highlight-color: #646362;
	   scrollbar-track-color: #999999;
	   scrollbar-darkshadow-color: #404040;  
 
	 }
    #web {
	width: 990px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	font-family: Verdana, Tahoma, Courier, arial;
	font-size: 12px;
	padding:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(imagenes/fondo_lateral.gif);
	background-color: #4E4A3A;
	background-repeat:   repeat-y;
    } 
   #cabecera {
	padding: 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	height: 119px;
	background-image: url(imagenes/cabecera.gif);
	background-position: right;
	background-repeat: no-repeat;
    } 
 a {
	color: #FF9900;
	text-decoration: none;
	border: 0;
	font-size: 95%;
}

    #lateral {
	width: 182px;
	height: 362px;
	background-image: url(imagenes/Lateral.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
    }
     #central {
	border: 0;
	background-color: #4E4A3A;
	width: 786px;
	float: right;
	padding-right: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(imagenes/centroIzq.gif);
	padding-left: 22px;
	padding-bottom: 0px;
	margin: 0px;
	height: auto !important;
	height: 421px;
	min-height: 421px;
    } 
	
	 #centralInicio {
	background-position: right;
	background-repeat: no-repeat;
	border: 0;
	background-color: #515151;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 346px;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 245px;
	background-image: url(imagenes/inicio.jpg);
    } 
    #pie {
	background-repeat: no-repeat;
	height: 20px;
	left: 0px;
	top: 571px;
	width: 980px;
	color: #000000;
	font-size: 75%;
	padding-top: 7px;
	float: right;
	text-align: right;
	padding-right: 10px;
	background-color: #91A011;
	background-image: url(imagenes/fondo_lateral.gif);
	margin: 0;
    } 
    #pie p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
    }
	#pie a {
	color:#000000;
	text-decoration:none;
	}
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
  #menusup {
	background-image: url(imagenes/barra.gif);
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
	height: 31px;
	padding-left: 271px;
}
  #desarrollo {
	text-align:justify;
	overflow: auto;
	font-size: 100%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Usado en Titulares*/
h1 {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #91A011;
}

 /*Formulario ACCESO */
 
#login {
	padding: 5px;
	height: 55px;
	width: 230px;
	top: 8px;
	line-height: 1em;
	clear: right;
	position: relative;
	float: right;
}
.boton {
	margin-right: 0px;
	margin-left: 100px;
}
p  {
	line-height: 135%;

}
form {
	padding: 0px;
	white-space: normal;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 4px;
}
.campo {
	background-color: #EFECE9;
	font-family: Verdana, Tahoma, Courier, arial;
	border: 1px solid #666666;
	font-size: 75%;
	text-align: center;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#bloqueizq {
	position: relative;
	width: 70px;
	height: 60px;
	float: left;
}
#bloquecentro {
	width: 45px;
	margin-top: 8px;
	border: 0;
	margin-left: 13px;
	float: left;
	padding-left: 3px;
}
#bloqueder {
	float: right;
	margin-top: 12px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 125%;
	font-size: 85%;
}
#bloqueder a {
	color: #FFFFFF;
}
#bloqueder a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Enlace  para Volver a INICIO */
.inicio {
	font-size:90%;
	margin-left: 10px;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;

}	
a:hover {
	font-size: 95%;
	text-decoration: underline;
}

.inicio a {
	color: #CCCCCC;
	text-decoration: none;
}

.inicio a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#contactar {
	margin-right: 45px;
	margin-left: 30px;
}
	
#portada {
	background-image: url(imagenes/inicio.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 422px;
	float: right;
	background-color: #372D24;
	background-repeat: no-repeat;
	width: 786px;
}


/*FORMULARIO CONSULTAS*/


#formulario p{
margin-left:5px;
margin-bottom:0;
margin-top:0;
margin-right:0;
  
}

#Consulta {
	padding-right: 25px;
	padding-left: 25px;
}

.apartado {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-top: 15px;
	float: left;
	width: 510px;
	margin-bottom: 10px;
}

.campoCons {
	background-color: #CCCCCC;
	border: 1px solid #666;
	margin-left: -3px;
}


.asterisco {
	color: #F5A925;
	margin-left: 3px;
	font-size: 100%;
	font-weight: bold;
	line-height: 60%;
}

.bloqueizdCons { 
	float: left;
	margin-left: 15px;
	clear: none;
}
.bloquederCons {
	float: right;
	margin-right: 15px;
	text-align: justify;
}

.finfila { /* separa una fila de otra en los formularios */
	clear:both;
	margin-botton: 10px;
	background-color: #515151;
	color: #515151;
	border: 0;
	height: 1px;
}

.botonCons {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
#Consulta p {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.botonCons  input {
	background-color: #333333;
	margin: 5px;
	cursor: pointer;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
textarea {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 100%;
	width: 600px;
}
#formulario {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*LOCALIZACION*/


.mapaloc {
	width: 450px;
	margin-bottom: 0px;
	clear: right;
	float: right;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}
#empresa {
	margin-top:12px;
	margin-bottom: 0px;
	margin-right: 15px;
	  
}	  
	  
.mapaloc p {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
}


/*PRODUCTOS*/


.familia {
	clear: both;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 14px;
	margin-right: 8px;
}
.familia a {
	color: #FFFFFF;
}
.familia img {
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
}
.precio {
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	margin-bottom: 5px;
}
.nombre {
	font-weight: bold;
	color: #CCCC00;
	padding-bottom: 5px;
}
.categoria {
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF962E;
	font-size: 90%;
}
.familia a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.detalle {
	clear: both;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.detalle img {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
.detalle .nombre {
	width: 400px;
	float: left;
}
.detalle .referecia {
	float: right;
	width: 280px;
	text-align: right;
	color: #CCCCCC;
}
.detalle .precio {
	text-align: right;
	width: 690px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 0px;
}
.detalle .info {
	clear: both;
	margin-bottom: 3px;
}
.detalle .descarga {
	text-align: left;
	width: 690px;
	padding-top: 0px;
	border-top-color: #999999;
	padding-bottom: 4px;
}
.detalle .enlace {
	text-align: right;
	width: 690px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 5px;
}
.nombre a {
	color: #D49E15;
}
.nombre a:hover {
	text-decoration: underline;
}

/* AVISO */

#aviso {
	margin-top: 10px;
	font-size: 90%;
}
#aviso li {
	margin-right: 10px;
	margin-left: -15px;
	margin-bottom: 10px;
}
#aviso p {
	margin-left: 25px;
}
#centro {
	background-repeat:     repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 721px;
	background-image: url(imagenes/cont_centro.gif);
}
#superior {
	background-color: #525151;
	background-image: url(imagenes/Cont_superior.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 786px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right;
}
#inferior {
	background-color: #525151;
	background-image: url(imagenes/cont_inferior.gif);
	background-repeat: no-repeat;
	height: 44px;
}
#cabecera img {
	float: left;
	border: 0;
}
.imgVertical {
	margin-right: 30px;
	margin-left: 15px;
	float: right;
	margin-top: 20px;
	border: medium double #382D24;
}
.nueva {
	margin: 25px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgGeneral {
	float: right;
	margin-top: 20px;
	margin-left: 15px;
	border: medium double #382D24;
}
em {
	padding-top: 0px;
	padding-right: -5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 700px;
}
#contPortada {
	background-image: url(imagenes/inicio.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	float: right;
	width: 808px;
	height: 421px;
}

