html, body{
	font-family: Arial;
	font-size:12px;

}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0;
	padding:0;
}

h1, h2, h3{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p{
	margin:10px 0px;
	line-height:16px;
}

a img,:link img,:visited img{
	border:none;
}

a{
	color:#000066;
	outline:none;
}

a:hover{
	text-decoration:none;
}

ul,ol{
	list-style:none;
}

input{
	font-size:11px;
	padding:1px 3px;
}

acronym, abbr {
	border-bottom: 1px dotted #FF9900;
	cursor: help;
}

.hidden{
	display:none;
}

h1{
 color:#333;
 font-size:24px;
}

h2{
float:left;
width:680px;
font-family:"Arial";
font-size:16px;
color:#666;
margin:15px 0 0 0;
}


h3{
font-size:14px;
font-weight:bold;
margin:0;	
}

#container {
  width: 900px;
  margin: 0 auto;
  padding:0;
}

#header{
	float:left;
	position:relative;
	width:900px;
	height:80px;
	background:#fff url(../images/header_bckg.png);
	margin:0 0 20px 0;
}

.logo{
	float:right;
	margin:20px;
}

#header a{
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

#header a:hover{
	text-decoration:underline;
}

#menu{
	position:absolute;
	bottom:0;
	left:10px;
	width:64px;
	height:24px;
	margin:0;
	background: url(../images/menu_bckg.gif);
}

#menu p{
	margin:5px 0 0 17px;
}

#menu ul{
	float:left;
	margin-left:85px;
}

.publish{
	float:right;
}

.publish p{
	background: url(../images/add_user.gif) no-repeat 0 2px;
	padding:0 0 3px 25px;

}

#contenido{
	float:left;
	width:900px;
	margin: 0;
}

#left_content{
	float:left;
	width:680px;
}

.counter{
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin:0 0 10px 0;
}
#buscador{
	background:url(../images/buscador_bckg.png);
	height:32px;
	margin:10px 0 0 0;
	
}

#buscador form{
	float:left;
	width:400px;
	margin:5px 10px;
}

#buscador input{
	margin-left:5px;
}

#buscador p{
	float:right;
	margin:5px 10px;
}

#provincias{
background:#f2f2f2;
width:640px;
float:left;
margin:0 0px 0 10px;
padding:10px;
font-size:10px;
}

#provincias ul{
	float:left;
}

#provincias li{
	margin:2px 5px;
	width:150px;
}

.gris{
	color:#999;
}

.no_tienda{
	float:left;
	margin:10px 0;
}

.tienda{
	float:left;
	width:680px;
	border-bottom:1px solid #333;
	margin-top:10px;
	padding-bottom:10px;
}

.tienda p{
	font-size:11px;
	margin:0;
}

.img_tienda{
	float:left;
	width:100px;
}

.img_tienda img{
	margin-top:2px;
	padding:2px;
	border:1px solid #ccc;
}

.datos_tienda{
	float:left;
}

.direccion{
	margin-top:5px;

}

#contacto{
	float:left;
	margin:20px 0 20px 200px;
	text-align:right;
	width:300px;
}

#contacto li {
	margin:5px 0;
}

#contacto input {
	width:177px;
	margin-left: 5px;
}

#contacto textarea {
	margin-left: 5px;
	height:100px;
}

#contacto .boton{
	width:80px;
}

#right_content{
	margin:0;
	padding:0;
	width:190px;
	float:right;
}

#banner_nl{
	background:#000;
	margin-top:10px;
}

.logo_nl{
	padding:20px 5px;
}

.outlet{
	height:63px;
	width:174px;
	float:left;
	margin:0;
}

.outlet img{
	float:left;
	margin:0 7px;
}

.outlet span{
	font-size:12px;
	float:left;
	width:115px;
	margin-top:8px;
	
}

#banner_nl p{
	margin:0;
	float:left;
	background:#333;
	padding:8px;
	color:#fff;
	font-size:11px;
}

#banner_nl .links{
	width:190px;
	float:left;
	text-decoration:none;
	color:#fff;
	text-align:center;
	padding:4px 0;
	background:#000;
	margin:0;
}

#banner_nl a{
	color:#fff;
	text-decoration:none;
}

#banner_nl a:hover{
	text-decoration:underline;
}

#footer{
	margin:10px 0;
	padding:3px 0 5px 3px;
	background:#003366;
	width:900px;
	float:left;
	text-align:center;
}
#footer li{
	display:inline;
	margin: 0 5px;
}
#footer a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .enlaces a {
	font-size:10px;
}