/* 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(img/fondo_lateral.gif);
	background-color: #595959;
	background-repeat:   repeat-y;
    } 
   #cabecera {
	padding: 0;
	background-image: url(img/cabecera.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 109px;
	width: 808px;
    } 
 a {
	color: #333333;
	text-decoration: none;
	border: 0;
}

    #lateral {
	width: 182px;
	height: 571px;
	background-image: url(img/Lateral.jpg);
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-position: 0px 149px;
	float: left;
    }
     #central {
	width: 786px;
	float: right;
	padding-right: 0px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/izquierda.gif);
	padding-left: 22px;
	padding-bottom: 0px;
	margin: 0px;
    } 
	
	 #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;
	color: #CCCCCC;
	font-size: 75%;
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	background-color: #404040;
	background-image: url(img/fondo_lateral.gif);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
    } 
    #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:#CCCCCC;
	text-decoration:none;
	}
    .fotoder { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
    }
    .fotoizq { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .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(img/fondomenu.gif);
	background-repeat:  repeat-x;
	margin: 0;
	position: relative;
	height: 30px;
	clear: right;
	float: right;
	width: 808px;
	text-align: center;
}

/* Usado en Titulares*/
h1 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 /*Formulario ACCESO */
 
#login {
	padding: 5px;
	width: 230px;
	top: 20px;
	line-height: 1em;
	clear: right;
	position: relative;
	float: right;
}
.boton {
	margin-right: 0px;
	margin-left: 100px;
}
p  {
	padding-right: 8px;
	line-height: 135%;
	text-indent: 0px;

}
.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: 2px;
	margin-left: 1px;
}
#bloqueizq {
	position: relative;
	width: 70px;
	float: left;
}
#bloquecentro {
	width: 45px;
	margin-top: 2px;
	border: 0;
	margin-left: 13px;
	float: left;
	padding-left: 3px;
}
#bloqueder {
	float: right;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 200%;
	font-size: 85%;
}
#bloqueder a {
	color: #FFFFFF;
}
#bloqueder a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.enlace/* Enlace  para Volver a INICIO */
 {
	color: #FFCC00;

}	
.enlace   a {
	color: #FFCC00;
	text-decoration: none;
}
.enlace  a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
	
#portada {
	background-image: url(img/portada.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -22px;
	padding-top: 370px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
	height: 51px;
	font-size: 11px;
}
#menusup img {
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*FORMULARIO CONSULTAS*/


#formulario p{
margin-left:5px;
margin-bottom:0;
margin-top:0;
margin-right:0;
  
}

.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;
}
	  
.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: #D49E15;
	text-align: right;
	margin-bottom: 5px;
}
.nombre {
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-transform: none;
}
.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: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.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;
}
#desarrollo {
	background-repeat:       repeat-y;
	background-image: url(img/centro.gif);
	text-align: justify;
	min-height: 325px;
	margin: 0px;
	float: right;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 716px;
}
#superior {
	background-color: #525151;
	background-image: url(img/superior.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 710px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 76px;
	background-position: right;
	float: right;
}
#inferior {
	background-color: #525151;
	background-image: url(img/inferior.gif);
	background-repeat: no-repeat;
	padding: 0px;
	clear: right;
	float: right;
	width: 786px;
	margin: 0px;
	height: 44px;
}
#cabecera img {
	float: left;
	border: 0;
}
.titular {
	font-size: 110%;
	color: #FFCC00;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 0px;
}
#desarrollo li {
	line-height: 145%;
}
.logo {
	margin-bottom: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#pie a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
.nota {
	font-size: 11px;
	color: #CCCCCC;
}
#cuadros td {
	text-align: center;
	padding: 7px;
}
#cuadros {
	width: auto;
}
#web #central #desarrollo #cuadros img {
	border: 1px solid #FFFFFF;
}
