@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background:url(../img/fondo.jpg) repeat-x top #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
}

h1{
	float:left;
	}
h2{
	float:right;
	font-weight:normal;
	font-size:120%;
	margin:40px 20px;
}

a{
	color:#333;
}

a:hover{
	text-decoration:none;
}

a:visited{
	text-decoration:#666;
}

address{
	font-style:normal;
}

address span{
font-size:85%;
}

/*----------------------------*/
#contenedor{
	width:945px;
	min-height:350px;
	border:1px solid #666;
	margin:auto;
	margin-top:30px;
	background-color:#FFF;
}

#cabecera{
	clear:both;
	height:138px;
	background:url(../img/cabecera.jpg) bottom no-repeat;
}

#menu{
	/*padding-top:9px;
	padding-bottom:8px;*/
	background:url(../img/rojo-gris.jpg) bottom repeat-x;
	height:35px;
}

#menu li{
		float:left;
		list-style:none;
		/*height:36px;*/		
		background:url(../img/rojo-gris.jpg) top repeat-x ;
		color:#FFF;
		text-transform:uppercase;
		font-size:90%;
		font-weight:bold;
		}
		
#menu li.bobinados{
	padding: 9px 4% 9px 4%;
	background:url(../img/rojo.jpg) top repeat-x ;
	color:#FFF;
}



#menu li a{
	display:block;
	float:left;
	/*height:36px;*/
	padding: 9px 30px 9px 30px;
	background:url(../img/rojo-gris.jpg) bottom repeat-x ;
	color:#000;
	text-decoration:none;
}

.aqui{
	padding: 9px 30px 9px 30px;
	background:url(../img/rojo-gris.jpg) bottom repeat-x ;
	color:#000;
}

#menu li a:hover{
	background:url(../img/rojo-gris.jpg) top repeat-x;
	color:#fff;
}

#menu li a.ubicacion{
	padding-right:32px;
}



#pie{
	width:945px;
	margin:auto;
	
	font-size:80%;
}

/*------ Elementos INDEX ---------------------------------------------*/

div.destacado{
	width:230px;
	height:280px;
	border:1px solid #9A9A9A;
	background-color:#666;
	float:left;
	margin:20px 35px;
}

div.destacado h3{
	
	font-weight:normal;
	margin:10px;
	font-size:150%;
}

div.destacado h3 a {
	color:#fff;
	text-decoration:none
}

div.destacado h3 a:hover {
	text-decoration:underline;
}

div.destacado span{
	color:#CBCBCB;
	display:block;
	font-size:80%;
}

div.destacado img{
	margin-left:20px;
}

div.destacado ul{
	margin-left:20px;
	font-size:90%;
	color:#CBCBCB;
	list-style:none;
	margin-top:5px;
}

/*------ Elementos INTERIORES ---------------------------------------------*/
div.col-izda{
	float:left;
	width:20%;
	height:70px;
	border:1px solid #999;
	margin:10px;
	text-align:center;
}

div.col-izda h3{
	font-size:110%;
	border:1px solid #999;
	padding:2px;
	margin:20px 0 0 0;
	font-weight:normal;
	}

div.col-dcha{
	float:right;
	width:75%;
	min-height:350px;
	margin:10px;
}

div.col-dcha h3{
	text-transform:uppercase;
	font-weight:normal;
	padding:2px;
	color:#999;
	font-size:100%;
	border-bottom:1px solid #999;
}

div.col-dcha h4{
	font-weight:normal;
	font-size:120%;
	margin-top:15px;
	margin-bottom:15px;
}

div.col-dcha p{
	font-size:80%;
	margin-bottom:15px;
}

div.texto{
	width:70%;
	float:left;
}

div.col-dcha img{
	border:2px solid #CCC;
}


div.imagenes{
	float:right;
	width:28%;
	margin:5px;
}


div.imagenes img{
	border:2px solid #CCC;
	margin-bottom:10px;
}

div.texto ul, div.col-dcha ul{
	margin-bottom:20px;
}

div.texto li, div.col-dcha li{
	font-size:80%;
	margin-left:20px;
}

div.producto{
	border-bottom:3px double #666;
}

div.producto img{
	float:left;
	width:300px;
	margin-bottom:40px;
	margin-right:20px;
}

/*ul.descripcion li{
	margin-left:50px;
}*/

/*---- COMODINES ----------------------*/
.clear{clear:both;}



.series{
	float:left;
	padding-left:3px;
	font-size:90%;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../icons/icon_pdf.gif) no-repeat center right;
}

/*FORMULARIO*/

#formulario{
/*padding: 0; 
margin: 0;*/
font-size:80%;
margin-top:20px;
padding-bottom:20px;
width:80%;
}

#formulario label{
	float: left; 
	width: 90px; 
	text-align:right;
	height:18px;
	margin-bottom:4px;
	margin-left:10px;
	padding-top:2px;
}


#formulario input{
	float: right; 
	border-bottom:1px dashed #999;
	background-color:#F0F0F0;
	width:250px; 
	margin-right:30px; 
	height:20px;
	margin-bottom:4px;
	padding-left:5px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
 }
 

#formulario input.boton{
	border:1px solid #C4291E;
	width: 90px; 
	height:20px;
	cursor: pointer;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:100%;
	margin-top:10px;
}

#formulario textarea{
	float: right; 
	width: 250px; 
	padding:2px;
	margin:2px;
	margin-right:30px;
	padding-left:5px;
	border-bottom:1px dashed #999;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
	color:#666;
	font-size:90%;

}


#formulario input.check{
	width:20px;
	background-color:transparent;
	margin-left:0px;
	border:0px;
}

#formulario label.checklabel{
	float:right;
	width:300px;
	margin-right:0px;
	font-size:80%;
}

#formulario label.checklabel a{
	text-decoration:underline;
	color:#000000;
}


/*----- Google Maps --------------------------*/
iframe{
	width:480px;
	height:300px;
}


