BODY {
	line-height: 1.5em;
	font-family: Verdana,"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	background-image: url("../img/web/background.jpg");
	background-repeat: repeat-x;
	background-position: center top;  
	color: #565a65;
}

div .clear { clear:both; }

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

IMG{
	border: none;	
}

/* main */

* {	margin: 0; padding: 0; }

#main {
	margin: 0 auto; /*Center container on page*/
	width: 100%; /*Width of main container*/
}

#main_table {
	width:100%;
	border-bottom:3px solid #EEE;
	padding:0;
	margin:0;
}
#main_table TD {
	width:33%;
}

/* HEADER */

#row_header {
	background-image: url("../img/web/background.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	height: 333px;  
}
#main_separator {
	background-image: url("../img/web/separador.jpg");
	background-repeat: repeat-x;
	height:8px;
}
#header {
	width:963px;
	color:#FFF;
}
#header_sup {
	position:relative;
	height:36px;
}
#header_sup_lang {
	position: absolute;
	top:12px;
	left:25px;
	width: 200px;
}
#header_sup_lang A {
	color:#fff;	
}

#header_sup_stars {
	/*position: absolute;
	top:12px;
	left:400px;
	width: 100px;*/
}
#header_sup_stars {
	position: absolute;
	top:12px;
	left:442px;
	width: 81px;
	height:10px;
	background-image: url("../img/web/stars.jpg");
	background-repeat: no-repeat;
}
#header_sup_phone {
	position: absolute;
	top:9px;
	right:10px;
	font-size:20px;
	color:#FAFAFA;
	font-weight:bold;
}

#cabereca_especial{
	position:relative;
	width: 961px;
	height: 282px;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header_image {
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	width: 961px;
	height: 243px;
}

#header_flash {
	position: absolute;

}

#header_image #logo{
	position: absolute;
	left:45px;	
}

#header_image #logo_tierra{
	position: absolute;
	left:20px;	
}

#destacados {
	margin-bottom:34px;
	margin-top:10px;
}

/* MENU */

#menu {
	height: 31px;
	font-family: arial;
	font-size: 12px;
	width: 963px;
}

#menu A{
	text-decoration: none;
	color:#000;	
}

#menu A:hover{
	text-decoration: underline;	
}

#menu TD{
	width: 145px;
	text-align: center;	
	background-image: url("../img/web/medio.jpg");
	background-repeat:repeat-x;
	background-position:left;
	height: 31px;
}

#menu TD.largo{
	width: 150px;	
}

#menu TD.selected{
	text-align: center;	
	background-image: url("../img/web/seleccionado.jpg");
	background-repeat:repeat-x;
	background-position:left;
	height: 31px;
}

#menu TD.selected A{
	font-size: 12px;
	font-weight: bold;
	color:#fff;	
}

#menu TD.puntos{
	background-image: url("../img/web/puntos.jpg");
	background-repeat: no-repeat;
	width:1px;
}

#menu TD#ini{
	background-image: url("../img/web/izkierda.jpg");
	background-repeat: no-repeat;
	background-position: left;
	width: 6px;
}

#menu TD#fin{
	background-image: url("../img/web/derecha.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 7px;
}

#menu TD#fin_ele{
	background-image: url("../img/web/derecha_verde.jpg");
	background-position: right;
	width: 7px;
	background-repeat: no-repeat;
}

#menu TD#ini_ele{
	background-image: url("../img/web/izkierda_verde.jpg");
	background-repeat: no-repeat;
	background-position: left;
	width: 6px;
}

/* SUBMENU */

#submenu {
	height: 22px;
	font-family: arial;
	font-size: 11px;
	width: 961px;
	background-color: #25461b;	
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

#submenu TD{
	width: 120px;
	text-align: center;	
	height: 22px;
	padding-left: 10px;
	padding: 0 5px;
}

#submenu TD.selected{
	width: 120px;
	text-align: center;	
	height: 22px;
	padding-left: 10px;
	background-color: #172c10;	
}

#submenu A{
	text-decoration: none;
	color:#fff;	
}

#submenu A:hover{
	text-decoration: underline;	
}


/* FOOTER */

#footer{
	margin: 0 auto; 
	width: 963px;
	height: 100px;
	position: relative;
}

#footer P {
	padding-top: 10px;
	text-align: center;
	color: #BBB;
}

#footer .footer_col_1 {
	border-right: 1px solid #FFFFFF;
	color: #BBB;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
	width: 282px;
}

#footer .footer_col_2 {
	color: #BBB;
	float: left;
	padding-left: 10px;
	text-align: left;
}

#footer A {
	text-decoration: underline;
}

#footer A:active {
	text-decoration: underline;
	color: #BBB;
}

#footer A:visited {
	text-decoration: underline;
	color: #BBB;
}

#footer A:link {
	text-decoration: underline;
	color: #BBB;
}

#footer A:hover {
	color: #BBB;
	text-decoration: underline;
}

#footer IMG {
	border: none;
	margin-right: 5px;
}

/* MAPA */

#mapaweb{
	width:580px;
	text-align: center;
	margin: 1px 0 0 25px; 	
}

/* box */

.box {
}
.box .item {
	padding:10px;
	font-size:11px;
	border-bottom:1px solid #FAFAFA;
}
.box .end {
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.box .end A { text-decoration: none; }
.box .end A:hover { text-decoration: underline; }
.box .button {
	margin-top:10px;
	text-align:right;
}
.box H2 {
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
}
.box H2 A {	text-decoration: none; }
.box H2 A:hover { text-decoration: underline; }
.box H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.box H3 A {	text-decoration: none;}
.box H3 A:hover { text-decoration: underline; }

	/* grey */

.box_grey {
	background-color:#F7F7F7;
}
.box_grey H2 {
	border-bottom:4px solid #777;
	background-image: url("../img/web/box/title_grey_small.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.box_grey H2 A { color:#FFFFFF; }
.box_grey .item { color: #777; border-bottom:3px solid #EEE; }
.box_grey H3 A { color: #235A93; }
.box_grey .end { 
	background-image: url("../img/web/box/ofertas_abajo.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}
.box_grey .end A { color:#FFFFFF; }

	/* grey */

.box_yellow {}
.box_yellow H2 {
	border-bottom:4px solid #C6993E;
	background-image: url("../img/web/box/title_yellow_meddium.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
}
.box_yellow H2{ color:#FFFFFF; }
.box_yellow .item {  border-bottom:3px solid #EEE; }
.box_yellow H3{ color: #C6993E; }
.box_yellow H3 A{ color: #C6993E; }
	/* blue */

.box_blue {}
.box_blue H2 {
	border-bottom:4px solid #849BC7;
	background-image: url("../img/web/box/title_blue_meddium.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.box_blue H2 A { color:#FFFFFF; }
.box_blue .item { color: #777; border-bottom:3px solid #EEE; }
.box_blue H3 A { color: #849BC7; }

/* brown */

.box_brown {}
.box_brown H2 {
	height:23px;
	background-image: url("../img/web/box/categorias.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.box_brown H2 { color:#FFFFFF; }
.box_brown .item { color: #777; border-bottom:none; }
.box_brown H3 A { color: #46241b; font-size:11px;}


	/* green */

.box_green {}
.box_green H2 {
	border-bottom:4px solid #6EAC56;
	background-image: url("../img/web/box/title_green_meddium.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.box_green H2 A { color:#FFFFFF; }
.box_green .item { color: #777; border-bottom:3px solid #EEE; }
.box_green H3 A { color: #6EAC56; }

.box_green .end { 
	background-image: url("../img/web/box/noticias_abajo.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}
.box_green .end A { color:#FFFFFF; }


/* opiniones */

.box_opi {}
.box_opi H2 {
	border-bottom:4px solid #5682ac;
	background-image: url("../img/web/box/blue.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.box_opi H2 A { color:#FFFFFF; }
.box_opi .item { color: #777; border-bottom:3px solid #EEE; }
.box_opi H3 A { color: #5682ac; }

.box_opi .end { 
	background-image: url("../img/web/box/blue2.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}
.box_opi .end A { color:#FFFFFF; }

.box_opiniones_home{
	border-bottom:4px solid #5682ac;
	background-image: url("../img/web/box/box_opiniones.gif");
	background-repeat: no-repeat;
	background-position: left top;		
	height: 16px;
	padding: 3px 0 0 8px;
	font-size: 12px;	
	color:#fff;
}

/* ofertas */

.box_ofertas {
	width:227px; 
}

.box_ofertas_home{
	border-bottom:4px solid #1b3d46;
	background-image: url("../img/web/box/box_ofertas.jpg");
	background-repeat: no-repeat;
	background-position: left top;		
	height: 16px;
	padding: 3px 0 0 8px;
	font-size: 12px;	
	color:#fff;
}

/* presentacion */

.box_presentacion {
	width:470px; 
}

	/* video */

.box_video {
	width:227px;
	margin-bottom:20px;
}
.box_video .item {
	background-color:#EFEEF4;
	padding:5px;
}

	/* galeria */

.box_galeria {
	width:227px; 
}
.box_galeria .item {
	background-color:#EFEEF4;
	padding:3px;
}

/* noticias */

.box_news {
	width:227px; 
}
.box_news .item {
	background-color:#f7f7f9;
	padding:10px;
	width:207px;
}

/* categorias */

.box_cats {
	width:227px; 
}
.box_cats .item {
	background-color:#fff;
	padding:3px 0 5px 10px;
	margin-top: 3px;
}

.activa{
	background-image: url("../img/web/box/flecha.gif");
	background-repeat: no-repeat;
}

.activa A{
	color:red !important;	
}

/* ESTRUCTURAS DE COLUMNAS 3 columnas */

#col_izq{
	width: 227px !important;	
	padding-bottom: 20px;
}

#col_cen{
	width: 509px !important;	
	padding-left: 18px;
	padding-bottom: 20px;
}

#col_der{
	width: 227px !important;
	padding-bottom: 20px;	
}

/* ESTRUCTURAS DE COLUMNAS 2 columnas */

#col_izq_2{
	width: 227px !important;	
	padding-bottom: 20px;
}

#col_der_2{
	width: 736px !important;	
	padding-left: 18px;
	padding-bottom: 20px;
}

/* MENU NAV */

#menu_nav{
	font-family: verdana;
	font-size: 10px;
	color:#88888a;	
}

#menu_nav A{
	color:#88888a;
}

/* recuadro opiniones_home */

A.opiniones_facebook{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 140px;
	background-color:#2c578e;
	padding: 2px;
}

A.opiniones_facebook:hover{
	text-decoration: underline;
}

A.opiniones_twitter{
	background-color: #4ce2e7;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 155px;
	padding: 2px;	
}

A.opiniones_twitter:hover{
	text-decoration: underline;
}

.fecha_new{
	font-size:10px;
	font-family:tahoma,arial;
	color:#555;
} 

.seccion_opi{
	margin-left: 0px !important;
	color:#fff !important;
}

.activa a {
	color:#fff !important;
}

TABLE#fondo_video{
	position: absolute;
	background-image: url("../img/web/fondo_video.gif");
	background-repeat: no-repeat;
	width: 237px;
	height: 197px;
	right:16px;
	top:23px;
	Z-index: 1;
}

TABLE#fondo_video TD{
	height: 67px;	
	width: 45%;
	padding-top: 10px;
}

TABLE#fondo_video TD.campo_nombre{
	padding-right:5px;
	padding-top: 0px;
	padding-left: 5px;
	width: 55%;
}

TABLE#fondo_video TD.campo_nombre_2{
	padding-right:5px;
	padding-top: 8px;
	padding-left: 5px;
	width: 55%;
}

TABLE#fondo_video IMG{
	border: 1px solid black;
	width: 86px;
	height:65px;
}

TABLE#fondo_video A{
	color:#414141;
	text-decoration: none;
	font-weight: bold;
}

TABLE#fondo_video A:hover{
	color:#414141;
	text-decoration: underline;
}

TABLE#fondo_video IMG.ver_video{
	width: 97px;
	height: 23px;
	border: none;
}