@charset "UTF-8";
/* Estructura y diagramacion */

#maincontainer{
width: 990px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
height:100%;
padding-bottom:60px
}

#header{
background-image:url(../images/header-internas.jpg);
background-position: top left;
background-repeat:no-repeat;
height:60px;
width:990px;
z-index:99999;
overflow:visible;
}

#header_home{
background-image:url(../images/header-home.gif);
background-position: top;
background-repeat:repeat-x;
height:350px;
width:990px;
}

#contentwrapper{
width: 970px;
margin: 0 auto; /*Center container on page*/
}

#right_column{
width:275px;
float:left;
margin-left:10px;
}

#left_column{
float: left;
width: 685px;
background-image:url(../images/vive-mexico-tn.gif);
background-repeat:no-repeat;
background-position:441px 0px;
}

#left_column_home{
float: left;
width: 685px;
}


#footer{
clear: left;
width: 860px;
text-align: center;
padding: 4px 0;
margin: 0 auto;
height: 100px;
font-size: 10px;
background-color:#FFFFFF;
}

 #detalle_destacados{
    display: block;
    background-image:url(../images/detalles-atracciones.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#666666;	
	text-decoration:none;
 }
 
 #detalle_promos{
    display: block;
    background-image:url(../images/detalles-promos.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:11px;
	color:#666666;	
	text-decoration:none;
 } 

#caja_1{
	float:left;
	width:275px;
	margin: 20px 0 20px 0;
	background-color:#40acff;
	text-align:left;
}
#caja_2{
	float:right;
	width:275px;
	padding-top:5px;
	margin: 20px 0 0 0;
	background-color:#40acff;
}

#caja_3{
	float:right;
	width:275px;
	background-image:url(../images/caja_3_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin: 21px 0 0 0;
	background-color:#40acff;
}
#lista_1{
	float:left;
	width:275px;
	margin: 10px 0 20px 0;
	text-align:left;
}
#lista_2{
	float:right;
	width:275px;
	margin: 10px 0 0 0;
	text-align:left;
}
#lista_3{
	float:right;
	width:275px;
	margin: 10px 0 0 0;
	text-align:left;
}
#banner{
	margin:38px 0 60px 62px;
}
#extras{
	margin-top: 10px;
}