/*FORMATO*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
	font:.83em Tahoma, Geneva, sans-serif;
	color:#444444;
	background-color: #DBDEE1;
}

/*--------------------------------------------Todo---------------------------------*/
#todo{
	padding:0px;
	width:1000px;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 -12px 12px #ccc;
	-moz-box-shadow: 0 -12px 12px #ccc;
	box-shadow: 0 -12px 12px #ccc;
}

#modal{
	display: none;
}

/*-------------------------------------------------Top------------------------------------*/
#top{
	width:990px;
	height: 228px;
	position: relative;
	margin:0 0 0 2px;
	padding:0;
	background-image: url(/i/fondo_top.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
	z-index: 11;
}
/*--------------------------------------------Top Arriba--------------------------------*/
#top_arriba{
	float: left;
	width: 982px;
	margin: 0 0 5px 0;
}

/*-------------------------------------------Logo-------------------------------------*/
#logo{
	float: left;
	margin: 13px 0 0 25px;
	padding:0;
}
/*------------------------------------------Idiomas----------------------------------*/
#idiomas{
	float: right;
	margin: 22px 15px 0 0;
	padding:0;
}
/*-------------------------------------------Usuarios Registrados-------------------*/
#usuarios_registrados{
	float: right;
	height: 70px;
	margin: 13px 5px 0 0;
	padding:0 0 5px 23px;
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(/i/fondo_usuarios_registrados.png);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
}
#usuarios_registrados_dentro{
	float: left;
	padding: 7px 23px 5px 0;
	height: 45px;
	background-image: url(/i/fondo_final_usuarios_registrados.png);
	background-repeat: no-repeat;
	background-position: 100% 0;

}
#usuarios_registrados form{
	float: left;
}
#usuarios_registrados form label{
	float: left;
	width: 100%;
	padding: 0 0 3px 2px;
}

.usuario_registro_arriba{
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
}

.contrasinal_registro_arriba{
	float: left;
	width: 95px;
}
#usuarios_registrados .inputboton{
	float: left;
	margin: 15px 0 0 5px;
}

/*---------------------------------------Menu--------------------------------*/
#menu{
	font-family: georgia, serif;
	float:left;
	width: 980px;
	margin: 15px 0 0 5px;
	padding:0;
}

#menu ul{
	float: left;
	margin:10px 0 0 15px;
	padding:0;
	list-style-type:none;
}
#menu li{
	float: left;
	width: 106px;
	height: 25px;
	padding: 18px 10px 12px 10px;
	margin: 4px 5px 0 5px;
	background-image: url(/i/fondo_menu.png);
	background-repeat: no-repeat;
	text-align: center;
}
#menu li a{
	font-size: 14px;
	color: #8A8A8A;
	font-weight:normal !important;
	
}
#menu li a:hover{
	text-decoration: none;
	color: #383838;
}
/*--------------------------------------Banner Portada---------------------------------*/
#banner_portada{
	float: left;
	width: 990px;
	height: 515px;
	margin: -45px 0 20px 13px;
	background-repeat: no-repeat;
	overflow:hidden;
	position:relative;
}

.mascara_banner{
	float: left;
	width: 996px;
	margin: 0 0 0 -9px;
	position: relative;
	z-index: 3;
}


/*-------------------------------------------Contenidos---------------------------------*/
#contenidos{
	float:left;
	width:990px;
	margin:0 0 30px 1px;
	padding:20px 0 0 0;
	background-image: url(/i/fondo_contenido.png);
	background-repeat: no-repeat;
}

/*----------------------------------------Ofertas---------------------------------*/
#ofertas{
	float: left;
	width: 980px;
	margin: 0 0 0 10px;
}

#ofertas h3{
	margin: 0 12px 0 9px;
}	

.item_oferta{
	float: left;
	width: 306px;
	margin: 15px 10px 0 10px;
}
.item_oferta .foto_oferta{
	display: block;
	height: 158px;
	overflow: hidden;
	margin: 0 0 20px 0;
	background-position: 0 50%;
}
.item_oferta p{
	height: 100px;
	margin: 10px 0 10px 5px;
}

.precio{
	color: #001A39;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0 5px;
}
.enlace_mas_ofertas{
	float: left;
	width: 950px;
	margin: 30px 0 0 5px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #A9B0B7;
	text-transform: lowercase;
	
	text-align: right;
}
.enlace_mas_ofertas a{
	color: #FFF;
	font-weight: bold;
	background-color: #A9B0B7;
	border: 1px solid #A9B0B7 !important;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	
	
	-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}


.enlace_mas_noticias{
	float: left;
	width: 280px;
	margin: 30px 0 0 5px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #A9B0B7;
	text-transform: lowercase;
	
	text-align: right;
}
.enlace_mas_noticias a{
	color: #FFF;
	font-weight: bold;
	background-color: #A9B0B7;
	border: 1px solid #A9B0B7 !important;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	
	
	-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}



/*----------------------------------------------------Accesos Abajo-----------------------------------------*/
#accesos_abajo{
	float:left;
	width:990px;
	margin:0 0 30px 0;
	padding:20px 0 0 0;
	background-image: url(/i/fondo_contenido.png);
	background-repeat: no-repeat;
}
#accesos_abajo .destacado{
	display: block;
}
#accesos_abajo ul{
	margin:0 0 0 15px;
	padding:0;
}
#accesos_abajo ul li{
	margin: 3px 0 3px 0;
}
#meteo{
	float: left;
	width: 303px;
	margin: 0 11px 0 20px; 
	padding: 0 8px 0 8px;
	background-image: url(/i/fondo_meteo.png);
	background-repeat: no-repeat;
}
#usuarios_registrados_abajo{
	float: left;
	width: 280px;
	margin:0 14px 0 0;
	padding: 0 8px 0 8px;
	background-image: url(/i/fondo_usuarios.png);
	background-repeat: no-repeat;
}

.inputboton{
	color: #FFF;
	font-weight: bold;
	background-color: #A9B0B7;
	border: 1px solid #A9B0B7 !important;
	cursor: pointer;
}
#actualidad_bottom{
	float: left;
	width: 303px;
	margin:0;
	padding: 0 8px 0 8px;
	background-image: url(/i/fondo_contacto.png);
	background-repeat: no-repeat;
}
.item_noticia_abajo{
	float: left;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #E1E1E1;
}
.fecha_noticia_abajo{
	display: block;
	font-size: 0.8em;
	padding: 0 0 3px 0;
}
.item_noticia_abajo:last-child{
	border:none;
	padding:0;
}
.item_noticia_abajo p{
	margin:0;
	padding:3px 0 0 0;
}
.abajo_dentro{
	padding: 15px 20px 0 10px;
}
.titulo{
	font-family: Georgia, serif;
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	padding: 13px 0 10px 10px;
}


/*-------------------------------------------------------BOTTOM-------------------------------------------*/

#bottom{
	width:950px;
	padding: 20px 0 40px 0;
	margin: 0 20px 0 20px;
	
	border-top: 1px dotted #A9B0B7;
}

.enlaces_bottom{
	margin: -48px 0 0 0;
	text-align: right;
}

#marcas{
	border-bottom: 1px dotted #A9B0B7;
}
/* REDEFINICIONES */
img{
	border:none;
}
a{
	color:#001A39;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{
	display:none;
}

h2{
	font-family: Georgia, serif;
	color:#001A39;
	font-size:40px;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding: 0;
}
h2 span{
	display:block;
}
h3{
	font-family: Georgia, serif;
	color:#001A39;
	font-size:20px;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding:0 0 3px 3px;
	border-bottom: 1px dotted #A9B0B7;
}
h3 span{
	display:block;
}
h4{
	font-family: Georgia, serif;
	color:#001A39;
	font-size:22px;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	margin:0;
	padding: 0 0 0 5px;
}
h4 span{
	display:block;
}
h4 a{
	font-weight: normal;
}
h4 a:hover{
	text-decoration: none;
}
h5{
	font-family: Georgia, serif;
	color:#444444;
	font-size:18px;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	margin:4px 0 0 0;
	padding: 0 0 0 5px;
}
h5 span{
	display:block;
}

.mispedidos{
	padding: 0 0 5px 23px;
	background-image: url(/i/ico_pedido_item.png);
	background-repeat: no-repeat;
}
.misdatos{
	padding: 0 0 5px 23px;
	background-image: url(/i/datos_usuario.png);
	background-repeat: no-repeat;
}
.cerrarsesion{
	padding: 0 0 5px 23px;
	background-image: url(/i/cerrar_sesion.png);
	background-repeat: no-repeat;
}
input{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	
	border: 1px solid #DBDBDB;
}
textarea{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	
	border: 1px solid #DBDBDB;
}
select{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	
	border: 1px solid #DBDBDB;
}

.destacado{
	font-weight: bold;
	color: #444444;
}

/*** mapaweb ***/

#mapaweb ul{
	list-style-type:none;
}
#mapaaweb ul ul{
	list-style-type:none;
	padding-left: 10px;
}
#mapaweb ul ul ul{
	font-size:9px;
	list-style-type:none;
}
#mapaweb a{
	color:#424242;
	text-decoration:none;
}

#mapaweb li li{
	margin:0;
	padding: 10px 0px 0px 15px;
	background-image:url(/i/li.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}


#mapaweb li .ultima{
	margin:0;
	padding: 10px 0px 0px 15px;
	background-image:url(/i/liultima.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}

#mapaweb div{
	margin:0;
	width:140px;
	border-color: #626F6A;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding:3px 1px 3px 15px;
} 
