@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana;

}

.e {
	background-color: #9e1b32;
	border: 1px solid #fff;
	color: #fff;
	padding: 3px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 10px;
}

body {
	margin: auto;
	color: #000;
	font-size: 12px;
	font-family: Verdana;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #828283;
	text-decoration: none;
}
/************************GENERAL************************************/

#principal {
	margin: auto;
	width: 951px;
	margin-top:37px;
}
#contenedor-sup{
	width:951px;
	height:386px;
 	background-image:  url("img/portada.png");
	background-repeat:no-repeat;
	overflow:auto;
	margin-bottom:16px;

}
#contenedor-inf{
	width:100%;
	height:190px;

}
#frase1{
	margin:auto;
	float:left;
	width:191px;
	height:130px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	display:inline;
	padding-top:60px;
	font-weight: bold;
}
#azul1{
	margin:auto;
	float:left;
	width:190px;
	height:190px;
	text-align:center;
	display:inline;
	
}

/*******************NOTICIA PORTADA 1******************/
#noticia1{
	margin:auto;
	float:left;
	display:inline;
	width:380px;
	background-color:#d9dadb;
}
#noticia1 #img{
	float:left;
	width:160px;
	height:160px;
	margin:15px;
	display:inline;
}
#noticia1 #texto{
	float:right;
	width:160px;
	height:160px;
	margin:15px;
	display:inline;
	background-color:#fff;
}

/*******************NOTICIA PORTADA 2******************/
#noticia2{
	margin:auto;
	float:left;
	display:inline;
	width:380px;
	background-color:#ffff00;
}
#noticia2 #img{
	float:left;
	width:160px;
	height:160px;
	margin:15px;
	display:inline;
}
#noticia2 #texto{
	float:right;
	width:160px;
	height:160px;
	margin:15px;
	display:inline;
	background-color:#fff;
}
#texto dl{
	margin-top:10px;
	margin-left:10px;
	margin-right:2px;
	font-size:10px;
	line-height:10px;
	height:115PX;
}
#texto dl dt{

	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:13px;
	color:#000;
	padding-bottom:14px;
}
#texto dl dt dd{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#000;
}
#texto .boton{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#828283;
	text-align:right;
	padding-right:5px;
	padding-bottom:5px;
}
#texto .boton a{
	color:#828283;
}
#texto .boton a:hover{
	color:#000;
}


/********************menu**************************/
#menu{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	margin-top:44px;
	margin-left:16px;
	width:160px;
	height:140px;
}
#menuportada{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	margin-top:204px;
	margin-left:16px;
	width:160px;
	height:140px;
}
.w160{
	width:165px;
	height:12px;
	background-color:#FFF;
	color:#000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size:10px;
	font-weight: bold;
	
}
.h14{
	width:160px;
	height:14px;
}
#logotip{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	top:14px;
	left:16px;
	width:250px;
	height:160px;
	z-index:2000px;
}
#logotip2{
	position:relative;
	margin:0;
	padding:0;
	float:left;
	top:14px;
	left:16px;
	width:160px;
	height:160px;
	z-index:2000px;
}

/*********************pie*************************************************/
#pie {
	clear:both;
	float:right;
	width:601px;
	height: 29px;
	text-align: right;
	font-size: 10px;
	color:#000;
	padding-top:12px;	
}
#pie p{
	text-align: right;
}


#pie a{
	font-size:10px;
	color:#000;
}
#pie a:hover{
	text-decoration: none;
	color: #666;
}

/************************modulos interior******************************/
#colum-left{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:380px;
	height:585px;

}
#modulo1{
	width:380px;
	height:380px;
 	background-image:  url("img/menu_interior.png");
	background-repeat:no-repeat;
	overflow:auto;
	margin-bottom:15px;	
}
#modulo2{
	width:380px;
	height:190px;
	background-color:#ffff00;	
}
#colum-central{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:350px;
	height:585px;
	margin-left:15px;
}
#modulo3{
	width:350px;
	height:190px;
	background-color:#cc9900;
}
.titular{
	float:right;
	padding-top:140px;
	padding-right:20px;
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #FFF;
}
.titularloc{
	float:right;
	padding-top:116px;
	padding-right:15px;
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #FFF;
	text-align:right;
	line-height:30px;
}
.titularcat{
	float:right;	
	padding-top:15px;
	padding-right:15px;
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #FFF;
	text-align:right;
}
#titularprincipal{
	position:relative;
	float:right;
	padding-top:140px;
	padding-right:20px;
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #FFF;
	z-index:1000;
	
}
#modulo4{
	width:350px;
	height:300px;
}
#modulo5{
	width:350px;
	height:95px;
	background-color:#cc9900;
}
/******modulos instalaciones**************/
#modulo3ins{
	width:350px;
	height:190px;
	background-color:#996633;
}
#modulo4ins{
	width:350px;
	height:300px;
}
#modulo5ins{
	width:350px;
	height:95px;
	background-color:#996633;
}
/*********modulo catálogo**************/
#modulo3cat{
	width:350px;
	height:190px;
	background-color:#f08a1a;
}
#modulo4cat{
	width:350px;
	height:394px;
}
#modulo4cat2{
	width:350px;
	height:340px;
}
#modulo5cat	{
	width:350px;
	height:54px;
	background-color:#f08a1a;
}
/*********modulo novedades**************/
#modulo3nov{
	width:350px;
	height:190px;
	background-color:#cc3333;
}
#modulo4nov{
	width:350px;
	height:340px;
}
#modulo4det{
	width:350px;
	height:176px;
}
#modulo5nov	{
	width:350px;
	height:53px;
	background-color:#cc3333;
}
#modulo5det{
	width:350px;
	height:190px;
	background-color:#fff;
	
}
/*********modulo localizacion**************/
#modulo3loc{
	width:350px;
	height:190px;
	background-color:#cccc00;
}
#modulo4loc{
	width:350px;
	height:205px;
}
#modulo5loc	{
	width:350px;
	height:190px;
	background-color:#cccc00;
}
/*********************************************/
#colum-right{
	margin:0;
	padding:0;
	float:right;
	display:inline;
	width:190px;
	height:585px;
	background-color:#ffff00;
}
#img{
	float:left;
	width:160px;
	height:160px;
	margin:15px;
	display:inline;	
}
#img-bajo{
	float:left;
	width:160px;
	height:160px;
	margin:15px;
	padding-top:15px;
	display:inline;	
}
#modulo6{
	width:190px;
	height:190px;
}
#modulo7{
	width:190px;
	height:190px;
}
#img-central{
	float:left;
	width:320px;
	height:60px;
	margin:15px;
	display:inline;
	
}
#img-loc{
	margin:0;
	padding:0;
	float:left;
	width:320px;
	height:160px;
	margin:15px;
}
#img-nov{
	float:left;
	width:350px;
	height:175px;
	margin-top:15px;
	display:inline;
	
}
#img-nov img{
	display:block;
 	position:absolute;
	/*clip: rect(0px 350px 175px 0px);*//* top right bottom left*/
	overflow:hidden;
	cursor:hand;
	margin-right: 12px;
}
#img img{
	display:block;
 	position:absolute;
	/*clip: rect(0px 160px 160px 0px);*//* top right bottom left*/
	overflow:hidden;
	cursor:hand;
	margin-right: 12px;
}

#texto-central{
	float:right;
	width:320px;
	height:270px;
	margin:15px;
	display:inline;
}
#texto-central-det{
	float:right;
	width:320px;
	height:190px;
	margin:15px;
	display:inline;
	overflow-y:scroll;
}
#texto-central2{
	float:right;
	width:330px;
	height:270px;
	margin:5px;
	display:inline;
}
#texto-centralcat{
	float:right;
	width:330px;
	/*height:395PX;*/
	margin:5px;
	display:inline;
	/*overflow-y:scroll;*/
}

#texto-loc{
	float:right;
	width:320px;
	height:175px;
	margin:10px;
	display:inline;
}
#texto-central p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;	
}
#texto-central2 p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;	
}
#frase-right{
	margin:auto;
	float:left;
	width:190px;
	height:130px;
	text-align:left;
	color:#000;
	font-size:13px;
	display:inline;
	padding-top:45px;
	font-weight: normal;
	margin:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#frase-left{
	margin:auto;
	float:left;
	width:160px;
	height:115px;
	text-align:RIGHT;
	color:#000;
	font-size:13px;
	display:inline;
	padding-top:45px;
	font-weight: normal;
	margin:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.frase-left-cat{
	margin:auto;
	float:left;
	width:180px;
	height:60px;
	text-align:left;
	color:#000;
	font-size:13px;
	display:inline;
	font-weight: normal;
	margin:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.grande{
	font-size:33px;
	padding-right:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
.grande2{
	font-size:30px;
	padding-right:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
.peque{
	font-size:16px;
	padding-right:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.peque0{
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.peque2{
	font-size:16px;
	margin-right:40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	float:right;
}
.peque3{
	font-size:16px;
	padding-right:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	float:right;
}
.peque4{
	font-size:16px;
	padding-right:30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	float:right;
}
/**************************novedades**************************************/
dl{
	
}
dt.titular2{
	float:left;
	width:280px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display:inline;
	padding-bottom:10px;
}
dt.titularnov{
	float:left;
	width:280px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display:inline;
	padding-bottom:15px;

}
dt.enlace{
	float:right;
	width:40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #828283;
	margin-top:27px;
	padding-bottom:20px;
}
dt .enlace a{
	color: #828283;
}
dt .enlace a:hover{
	color:#000;
}
dd{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;

}

/*******************CATALOGO*************************************************/
#colum-left-cat{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:190px;
	height:585px;

}
#modulo1cat{
	width:190px;
	height:380px;
 	background-image:  url("img/menu_catalogo.png");
	background-repeat:no-repeat;
	overflow:auto;
	margin-bottom:15px;	
}
#modulo2cat{
	width:190px;
	height:90px;
	background-color:#ffff00;	
}
#modulo3ofertas{
	width:190px;
	height:300px;
	background-color:#ffff00;
	margin-top:15px;
}
#colum-right-cat{
	margin:0;
	padding:0;
	float:right;
	display:inline;
	width:745px;
	
}
#modulo3titulo{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:540px;
	height:95px;
	background-color:#ee7d00;
	margin-right:15px;
}
#modulo4foto{
	margin:0;
	padding:0;
	float:right;
	display:inline;
	width:190px;
	height:95px;
}
#modulo5catalogo{
	margin:0;
	padding:0;
	float:right;
	display:inline;
	width:745px;

	margin-top:15px;
}
.busqdadirecta{
	margin:0;
	padding:0;
	width:730px;
	height:27px;
	background-color:#ffff00;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	padding-top:12px;
}
#buscadordirect{
	margin:0;
	padding:0;
	width:730px;
	height:35px;
	background-color:#ffffd9;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	padding-top:12px;
}
#buscadorcategoria{
	margin:0;
	padding:0;
	width:730px;
	background-color:#ffffd9;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	padding-top:12px;
}
li a{
	color:#000;
}
li a:hover{
	color:#005e9f;
}
#detalle{
	margin:0;
	padding:0;
	width:740px;
	background-color:#ffffd9;
	color:#000;
	clear:both;
}
/* FORMULARIOS */
input,select,textarea{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 1px;
}
fieldset legend{
	text-transform: uppercase;
	margin-bottom: 7px;
	margin-left: 10px;
	display: none;
}
fieldset{
	width: 100%;	
}
fieldset .dato{
	width: auto;
	display: block;
	height: 20px;
	margin-bottom: 3px;	
} 
fieldset label{
	display: block;
	width: 335px;
	float: left;	
}
fieldset input.dato{
	background-image: url('img/combo.png');
	width: 137px;
	height:16px;
	float: left;
	font-size:9px;
	padding-left:44px;
}
fieldset select.dato{
	background-image: url('img/combo.png');
	width: 167px;
	height:22px;
	float: left;
	font-size:11px;
	padding-left:44px;
}
fieldset .mini input{
	
	width: 40px;
	float: left;
}
fieldset textarea{
	margin-bottom: 5px;
	width: 80%;
	height: 40px;
}
fieldset .enviar{
	text-align: right;
}
.enviar{
	/*margin-right: 50px;
	text-align: center;*/
	background-image: url('img/buscar.png');
	width: 77px;
	height: 16px;
	cursor: pointer;
	margin-left:87PX;
}

.separa100h{
	widht:10px;
	height:16px;
}

/* FIN FORMULARIOS */
BR{
	height:2PX;
}

.clip{
	display:block;
 	position:absolute;
	clip: rect(0px 160px 160px 0px);/* top right bottom left*/
		overflow:hidden;
	cursor:hand;
}
.clip2{
	display:block;
 	position:absolute;
	clip: rect(0px 350px 175px 0px);/* top right bottom left*/
		overflow:hidden;
	cursor:hand;
}
.clip3{
	display:block;
 	position:absolute;
	clip: rect(0px 320px 65px 0px);/* top right bottom left*/
		overflow:hidden;
	cursor:hand;
}
.clip4{
	display:block;
 	position:absolute;
	clip: rect(0px 320px 160px 0px);/* top right bottom left*/
		overflow:hidden;
	cursor:hand;
}

.clip5{
	display:block;
 	position:absolute;
 	margin:0;
 	padding:0;
	clip: rect(0px 230px 240px 0px);/* top right bottom left*/
		overflow:hidden;
	cursor:hand;

}

/************************* familias ***********************/
#buscadorcategoria ul{
	margin-top:20px;
	 
}
#buscadorcategoria li{
	margin:0;
	padding:0;
	width:175px;
	height:30px;
	display:inline;
	float:left;
	margin-bottom:10px;

}
#buscadorcategoria li div{
	float:right;
	margin:0;
	padding:0;
	position:relative;
	width:139px;
	height:30px;
	padding-top:6px;
	*margin-top:-25px !important; 	

}
#buscadorcategoria li div.dos{
	float:right;
	margin:0;
	padding:0;
	position:relative;
	width:139px;
	height:30px;
	padding-top:auto;
}
.limpiar{
	clear:both;
}
.seleccion{
	margin-left:60px;
	margin-right:0px;
}
.seleccion input{
	margin-left:10px;
	margin-right:10px;
}
.seleccion select{
	margin-left:10px;
	margin-right:10px;
}
.resultados{
	clear:both;
	text-align:center;
}
.resultados span{
	margin:0;
	padding:0;
	padding-left:5px;
	color:#12619a;
	font-weight: normal;
}
.separa25{
	width:100%;
	height:25px;
}
.volver{
	width:100%;
	background-color:#FFF;
	margin-top:5px;
	font-size:10px;
	text-align:center;
}
.volver a{
	color:#000;
	text-align:center;
	font-weight: bold;
}
.volver a:hover{
	color:#000;
	text-align:center;
	font-weight: bold;
	text-decoration: underline;	
}
#gamaalta{
	margin:0;
	padding:0;
	width:730px;
	height:17px;
	background-color:#cb3332;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	
}
#gamamedia{
	margin:0;
	padding:0;
	width:730px;
	height:17px;
	background-color:#ef7e08;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	
}
#gamabasica{
	margin:0;
	padding:0;
	width:730px;
	height:17px;
	background-color:#45a32b;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left:15px;
	
}
#cierraficha{
	margin:0;
	padding:0;
	width:740px;
	height:17px;
	background-color:#f3e500;
}
#productos{
	margin:0;
	padding:0;
	width:630px;
	height:auto;
	margin-left:35px;
	overflow:auto;
}
.producto{
	width: 200px;
	height: 80px;
	padding-right: 5px;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	margin-right:5px;
	margin-top:10px;
} 
a.imgdescuento{
	float: left;
	margin-right:5px;
	
}
.producto span{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;	
}
.producto span a{
	color:#000;
	text-decoration: none;
}
.producto span a:hover{
	color:#000;
	text-decoration: underline;
}
.ref{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
}
<!-- Inicio Paginación -->

#paginacion{
	margin:0;
	padding:0;
	width:730px;
	clear: both;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}
.paginacion{
	padding-top:10px;
	margin-top:10px;
	text-align:center;
	font-size: 10px;
}
.paginacion a{
	text-align: center;
	color: #000;
	font-size: 10px;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.paginacion a:hover{
	font-size: 10px;
	color: #000;
	padding: 2px;	
}
.paginacion b{
	
	padding: 2px;	
	color: #fff;
}
.rojo{
	color:#FF0000;
}
<!-- Fin Paginación-->
#modulo5catalogo #detalle{
	margin:0;
	padding:0;
	width:730px;
	background-color:#ffffd9;
	height:100%;
	overflow:hidden;
}
#modulo5catalogo #gal{
	float: left;
	width: 230px;
	display:inline;

}
#modulo5catalogo #gal #imagendet{
	width: 230px;
	text-align: center;
	margin-top:15px;

}

#modulo5catalogo #fichaproducto{
	float: right;
	margin-left: 0px;
	width: 500px;
	display:inline;
	background-color:#ffffd9;
	padding-bottom:90px;
}
#modulo5catalogo #fichaproducto ul{
	margin-left: 20px;
	margin-top:25px;
}
#modulo5catalogo #fichaproducto ul li{
	list-style:none;	
}
#modulo5catalogo #fichaproducto ul li span{
	list-style:none;
	font-weight: bold;
}
span.ref2{
	font-size:12px;
	color:#272415;
	line-height:40px;
}
span.nombre{
	font-size:14px;
	line-height:40px;
}
.limpia{
	clear:both;
}

/************************* usuario *******************************/

#csuperior-usu{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;

}
#imagen-usu{
	margin:0;
	padding:0;
	width:100%;
}
#texto2u{
	margin:0;
	padding:0;
	float:left;
	width:90%;
	margin-left:15px;
	margin-right:15px;
	display:inline;

}
fieldset.formulario{
	padding-bottom: 20px;
	background-image: url('img/separador.png');
	background-position:  left top;
	padding-top: 5px;
	margin-top: 8px;
}
fieldset{
	margin-top:10px;
	color:#000;

}
fieldset.formulario .dato{
	width: 330px;
	height: 25px;
	margin-bottom: 5px;
}
fieldset.formulario label{
	display: block;
	width: 110px;
	float: left;
	font-size: 11px;
	margin-top: 22px;
}
fieldset.formulario label.auto{
	width: auto;
}
fieldset.formulario .dato input, select{
	border: 1px solid #acb1b5;
	padding: 2px;
	width: 206px;
	float: left;
	margin-top: 18px;
	font-size:13px;
	font-weight: bold;
}
fieldset.formulario textarea{
	font-size: 13px;
	font-weight: bold;
	float: right;
	border: 1px solid #acb1b5;
	padding: 2px;
	width: 584px;	
	height: 100px;
}
fieldset.formulario .e{
	clear: both;
	margin-bottom: 3px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.bot_off{
	/*background-image: url('img/bot_off.png');*/
	width: 100px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	margin-left:220PX;
}
.bot_off:hover{
	/*background-image: url('img/bot_on.png');*/
}
.bot_off2{
	/*background-image: url('img/bot_off.png');*/
	width: 150px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	margin-left:170PX;
}
.bot_off2:hover{
	/*background-image: url('img/bot_on.png');*/
}
#texto2u p a{
	margin:0;
	padding:0;
	color:#000;
	text-decoration: none;
}
#texto2u p a:hover{
	margin:0;
	padding:0;
	color:#000;
	text-decoration: underline;
}

