
body {
margin:0;
padding:0;
font: 100% Geneva, Arial, Helvetica, sans-serif;
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: #663300;
}

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

a:hover {
color:#999900;
text-decoration:none;
}

img {
border:0;
}

/*backgrounds*/

#header_bg {
width:100%;
height:230px;
margin:0;
padding:0;
background:#fff url(../images/bg_header_bg.jpg) repeat-x;
}

#banner_bg {
width:100%;
height:295px;
margin:0;
padding:0;
background:#fff url(../images/bg_banner_bg.jpg) repeat-x;
}

#menu_bg {
width:100%;
height:34px;
margin:0;
padding:0;
background:#fff url(../images/bg_menu_bg.jpg) repeat-x;
border-top:#f3f3f3 solid 3px;
border-bottom:#f3f3f3 solid 3px;
}
#content_bg {
width:100%;
float:left;
margin:0;
padding:0;
background:#fff url(../images/bg_content_bg.jpg) repeat;
}

#footer_bg {
width:100%;
float:left;
margin:0;
padding:0;
background:#fff url(../images/bg_content_bg.jpg) repeat;
}

/*HEADER*/

#header_box {
width:950px;
height:230px;
margin:0 auto;
padding:0;
background:none;
}

#header_left {
width:520px;
height:230px;
float:left;
margin:0;
padding:0;
background:none;
}

#header_left_1 {
width:100%;
height:50px;
float:left;
margin:0;
padding:0;
background:none;
}

#header_left_2 {
width:100%;
height:180px;
float:left;
margin:0;
padding:0;
background: url(../images/tractor.png) no-repeat bottom left;
text-align:left;
font-size:75%;
}

#header_right {
width:290px;
height:230px;
float:right;
margin:0;
padding:0;
background:url(../images/keka.png) no-repeat bottom right;
}

/*BANNER*/

#banner_box {
width:950px;
height:295px;
margin:0 auto;
padding:0;
background:none;
}

#banner_left {
float:left;
width:470px;
height:189px;
margin:7px 0 0 0;
padding:0;
text-align:left;
background:url(../images/bg_banner_text.png) top left no-repeat;
}

#banner_right {
float:right;
width:50%;
margin:0;
padding:0;
background-color:none;
}

/*MENU*/

#menu_box {
width:950px;
height:34px;
margin:0 auto;
padding:0;
background:none;
}

/*CONTENT*/

#content_box {
width:950px;
margin:0 auto;
padding:0;
background:none;
}

#main_box {
width:650px;
float:left;
margin:20px auto;
padding:0;
background:none;
}

.main_box_box {
float:left;
width:640px;
margin:20px 0;
text-align:left;
background:none;
color:#330000;
font-size:80%;
}

.main_box_left {
width:310px;
float:left;
}

.main_box_right {
width:320px;
float:right;
text-align:left;
margin:0;
padding:0;
}

.main_box_icons {
float:left;
background:url(../images/bg_main_info.png) no-repeat;
width:630px;
height:310px;
margin:0;
padding:0;
}

/*SIDEBAR RIGHT*/

#sidebar_right {
width:274px;
float:right;
margin:0;
padding:0px;
background:url(../images/bg_sidebar_right.jpg) repeat-y;
}

.sidebar_box {
padding:5px;
text-align:left;
float:left;
width:100%;
}

.sidebar_box2 {
margin:10px 10px;
font-size:80%;
color:#333300;
float:left;
width:100%;
}

.img_titulos {
margin:10px 0;
}

/*FOOTER*/

#footer_box {
width:950px;
margin:0 auto;
padding:0;
background:none;
font-size:75%;
color:#333300;
}
#footer_box a {
color:#333300;
text-decoration:none;
}
#footer_box a:hover {
color:#999900;
text-decoration:none;
}

.idiomas {
padding-top: 60px;
padding-right:15px;
}

.banner_text {
text-align:left;
padding:15px 15px;
}

.banner_img {
padding:13px;
margin:0;
background:url(../images/bg_banner_img.png) top left no-repeat;
}

/*LISTAS */
/*Listas sidebar right*/
ul.iconos {
	list-style:none;
	text-align: left; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	padding:0;
	display:inline; /* Just some margin to align the blue border below the menu */
	color:#333300;
	}
ul.iconos li {
	width:200px;  
	padding-left:40px;
	padding-top:8px;
	height:35px;
	float:left;
	list-style:none;
	}
/*Listas segundas páginas*/
ul.iconos2 {
	list-style:none;
	text-align: left; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	padding:0;
	display:inline; /* Just some margin to align the blue border below the menu */
	}
ul.iconos2 li {
	width:200px;  
	padding-left:40px;
	padding-right:20px;
	padding-top:8px;
	margin-bottom:5px;
	height:35px;
	float:left;
	list-style:none;
	}
	
#capacidad {
	background:url(../images/iconos/li_capacidad.png) left top no-repeat;
	}
#habitaciones {
	background:url(../images/iconos/li_habitaciones.png) left top no-repeat;
	}
#banos {
	background:url(../images/iconos/li_banos.png) left top no-repeat;
	}
#piscina {
	background:url(../images/iconos/li_piscina.png) left top no-repeat;
	}
#discapacidad {
	background:url(../images/iconos/li_discapacidad.png) left top no-repeat;
	}
#tele {
	background:url(../images/iconos/li_tele.png) left top no-repeat;
	}
#lavadora {
	background:url(../images/iconos/li_lavadora.png) left top no-repeat;
	}
#calefaccion {
	background:url(../images/iconos/li_calefaccion.png) left top no-repeat;
	}
#juegos {
	background:url(../images/iconos/li_juegos.png) left top no-repeat;
	}
#caminar {
	background:url(../images/iconos/li_caminar.png) left top no-repeat;
	}
#btt {
	background:url(../images/iconos/li_btt.png) left top no-repeat;
	}
#caballo {
	background:url(../images/iconos/li_caballo.png) left top no-repeat;
	}
#carro {
	background:url(../images/iconos/li_carro.png) left top no-repeat;
	}
	
#telefono {
	background:url(../images/iconos/li_telefono.png) left top no-repeat;
	}
#mail {
	background:url(../images/iconos/li_mail.png) left top no-repeat;
	}
#mail a {
	color:#333300;
	display:block;
	text-decoration:none;
	text-align:left;
	}
#mail a:hover {
	color:#999900;
	}

.entorn_list ul, li {
line-height:20px;
}