body
{
background:url(../../images/bg.jpg) repeat-x #e4e9ec top;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px auto auto auto;
color:#000;
}
/*----------------ENCABEZADO-------------*/
#main_container{
width:880px;
height:auto;
margin:auto;
padding:0px;
background-color:#FFFFFF;
}
#header{
width:880px;
height:159px;
margin:auto;
}
/*----------------MENU ARRIBA----------------------*/
#menu_tab{
width:880px;
height:36px;
background:url(../../images/menu_bg.gif) repeat-x;
}
ul.menu {
list-style-type:none; 
float:left; 
display:block;
width:880px; 
margin:0px; 
padding:0px;
background:url(../../images/menu_bg.gif) repeat-x;
}
ul.menu li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:36px;
}
ul.menu li.divider {
display:inline;
width:4px;
height:36px;
float:left;
background:url(../../images/menu_divider.gif) no-repeat center;
}
a.nav:link, a.nav:visited {
display:block; 
float:left; 
padding:0px 8px 0px 8px; 
margin:0 14px 0 14px;
height:36px;
text-decoration:none;
font-size:12px;
color:#FFFFFF;
}
a.nav:hover{
display:block;
float:left; 
padding:0px 8px 0px 8px; 
margin:0 14px 0 14px;
height:36px;
text-decoration:none;
color:#FFFF00;
}
/*-------------COLUMNA IZQUIERDA------------------*/
.left_content{
width:180px;
float:left;
padding:0 0 0 0;
background:url(../../images/col1-bot-bg.gif) repeat-y;
}
.title_box{
width:180px;
height:30px;
margin:2px 0 0 0;
background:url(../../images/menu_title_bg.gif) no-repeat center;
text-align:center;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
line-height:30px;
}
.img_tour{
margin:2px 0 0 0;
}
/*--------MENU IZQUIERDA---------*/
ul.left_menu{
width:180px;
padding:8px 0 0 0;
margin:0px;
list-style:none;
}
ul.left_menu li{
margin:0px;
list-style:none;
}
ul.left_menu li.odd a{
	padding: 6px 0 8px 15px;
	width: 80%;
	margin-left:13px;
	border-top: 1px solid #EFEFEF;
	display: block;
	color: #666666;
	background: url(../../images/arrow.png) no-repeat 0 8px;
	text-decoration:none;
	font-size:11px;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
	color: #3172B4;
	background: url(../../images/arrow2.png) no-repeat 0 8px;
	text-decoration: none;
}
/*-------------CONTENIDO------------------*/
#contenido{
width:700px;
float:right;
padding:0 0 0 0;
}
/*--------------FOOTER----------------*/
.footer{
width:880px;
clear:both;
height:65px;
background:url(../../images/footer_bg.gif) repeat-x top;
}
.center_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.center_footer a:hover{
text-decoration:none;
}
.center_footer{
float:left;
width:880px;
text-align:center;
color:#666666;
padding:15px 0 0 0;
}