body{
	background-color:#efefef;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#contenedor{
	float:left;
	margin:10px 0 0 10px;
	_margin:10px 0 0 5px;
	width:770px;
}

/**** HEADER ****/

#header{
	float:left;
	width:771px;
	background:url(../images/header.jpg) no-repeat 0 0;
	height:122px;
}

#header ul{
	float:right;
	margin:23px 33px 0 0;
	_margin:23px 16px 0 0;
}

#header ul li{
	float:left;
	margin-left:5px;
}

#header ul li a{
	float:left;
	height:21px;
}

#header ul li a.boton1{
	background:url(../images/header/industrias.jpg) no-repeat 0 0;
	width:73px;
	height:27px;
}
#header ul li a.boton2{
	background:url(../images/header/tel.jpg) no-repeat 0 0;
	width:73px;
}
#header ul li a.boton3{
	background:url(../images/header/map.jpg) no-repeat 0 0;
	width:60px;
}
#header ul li a.boton4{
	background:url(../images/header/rest.jpg) no-repeat 0 0;
	width:90px;
}
#header ul li a.boton5{
	background:url(../images/header/hoteles.jpg) no-repeat 0 0;
	width:60px;
}
#header ul li a.boton6{
	background:url(../images/header/turismo.jpg) no-repeat 0 0;
	width:60px;
}

#header ul li a.boton2:hover{
	background:url(../images/header/telH.jpg) no-repeat 0 0;
}
#header ul li a.boton3:hover{
	background:url(../images/header/mapH.jpg) no-repeat 0 0;
}
#header ul li a.boton4:hover{
	background:url(../images/header/restH.jpg) no-repeat 0 0;
}
#header ul li a.boton5:hover{
	background:url(../images/header/hotelesH.jpg) no-repeat 0 0;
}
#header ul li a.boton6:hover{
	background:url(../images/header/turismoH.jpg) no-repeat 0 0;
}





/**** CONTENEDOR ****/

#contenido{
	background:url(../images/bg-contenido-mid.jpg) repeat-y 0 0;
	width:766px;
	overflow:hidden;
}

#contenido_news{
	background:url(../images/bg-contenido-mid_news.jpg);
	width:766px;
	overflow:hidden;
}

#contenido-top{
	background:url(../images/bg-contenido-top.jpg) no-repeat 0 top;
	width:766px;
	overflow:hidden;
}

#contenido-bottom{
	background:url(../images/bg-contenido-bottom.jpg) no-repeat 0 bottom;
	width:766px;
	overflow:hidden;
}

#contenedor #contenido #contenido-top #contenido-bottom #left .articulo li {
	width: 500px;
	margin-left: 30px;
	color: #4F4F4F;
	list-style: disc;
	font-size:12px;
}



/****** LEFT ******/
/* BOTONERA */
#left{
	float:left;
	width:604px;
}
#left_news{
	float:left;
	width:766px;
}
.left-menu {
	width:604px;
	height:71px;
	float:left;
}
.left-menu_news {
	width:766px;
	height:27px;
	float:left;
}

#left img{
	float:left;
}

.left-menu ul{
	float:left;
	margin:13px 0 0 15px;
	_margin:13px 0 0 7px;
}

.left-menu ul li{
	float:left;
}

.left-menu ul li a{
	float:left;
	height:14px;
}

.left-menu ul li a.btn1{
	background:url(../images/btn/btn1.jpg) no-repeat 0 0;
	width:118px;
}
.left-menu ul li a.btn2{
	background:url(../images/btn/btn2.jpg) no-repeat 0 0;
	width:88px;
}
.left-menu ul li a.btn3{
	background:url(../images/btn/btn3.jpg) no-repeat 0 0;
	width:84px;
}
.left-menu ul li a.btn4{
	background:url(../images/btn/btn4.jpg) no-repeat 0 0;
	width:73px;
}
.left-menu ul li a.btn5{
	background:url(../images/btn/btn5.jpg) no-repeat 0 0;
	width:91px;
}
.left-menu ul li a.btn6{
	background:url(../images/btn/btn6.jpg) no-repeat 0 0;
	width:64px;
}

.left-menu ul li a.btn1:hover{
	background:url(../images/btn/btn1h.jpg) no-repeat 0 0;
	width:118px;
}
.left-menu ul li a.btn2:hover{
	background:url(../images/btn/btn2h.jpg) no-repeat 0 0;
	width:88px;
}
.left-menu ul li a.btn3:hover{
	background:url(../images/btn/btn3h.jpg) no-repeat 0 0;
	width:84px;
}
.left-menu ul li a.btn4:hover{
	background:url(../images/btn/btn4h.jpg) no-repeat 0 0;
	width:73px;
}
.left-menu ul li a.btn5:hover{
	background:url(../images/btn/btn5h.jpg) no-repeat 0 0;
	width:91px;
}
.left-menu ul li a.btn6:hover{
	background:url(../images/btn/btn6h.jpg) no-repeat 0 0;
	width:64px;
}


div.articulo{
	float:left;
	width:604px;
}

div.articulo_news{
	float:left;
	width:766px;
}

div.articulo div{
	padding:0 10px 0 0;
}

div.articulo div h2{
	width:240px;
	font-size:21px;
	color:#d43f11;
	margin:16px 30px 0 10px;
}

div.articulo div img{
	float:right;
	margin:16px 0 0 0;
	padding:0 0 10px 10px;
}

div.articulo div p{
	font-size:12px;
	color:#4f4f4f;
	margin:10px 0 0 10px;
}

div.articulo div p span{
	font-weight:bold;
	font-style:italic;
}

div.articulo div p span.blue{
	font-weight:bold;
	font-style:italic;
	color:#3872ad;
}

div.articulo div p a{
	text-decoration:none;
	color:#3872ad;
}


/****** RIGHT ******/
#right{
	float:left;
	width:162px;
	height:400px;
	background:url(../images/bg-right-mid.jpg) repeat-y 0 0;
}

#right .top{
	background:url(../images/bg-right-top.jpg) no-repeat 0 top;
	float:left;
	width:162px;
	height:400px;
}

#right .bottom{
	float:left;
	width:162px;
	height:400px;
	background:url(../images/bg-right-bottom.jpg) no-repeat 0 bottom;
}





/**** FOOTER ****/

#footer{
	background:url(../images/footer.jpg) no-repeat 0 0;
	float:left;
	width:765px;
	height:51px;
	margin:16px 0 0 0;
}

#footer a.logo1{
	float:left;
	margin:12px 0 0 10px;
}

#footer a.logo2{
	float:right;
	margin:12px 10px 0 0px;
}

#links{
	float:left;
	width:480px;
	margin:5px 0 0 65px;
}

ul.footer1{
	float:left;
	width:480px;
}

ul.footer1 li{
	float:left;
}

ul.footer1 li a{
	font-size:11px;
	color:#3872ad;
	text-decoration:none;
}
ul.footer1 li a:hover{
	color:#000;
}

ul.footer2{
	float:left;
	width:400px;
	margin:0 0 0 60px;
	_margin:0 0 0 30px;
}

ul.footer2 li{
	float:left;
	margin:0 0 0 5px;
	color:#85868a;
}

ul.footer2 li a{
	font-size:11px;
	color:#85868a;
	text-decoration:none;
}

ul.footer2 li a:hover{
	color:#000;
}
	
.titulo_news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #266aab;
}

.tips_news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 15px;
	color: #606060;
}

.mas_info_news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #838383;
}

.enviar_una_copia {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 12px;
	color: #606060;
}
