body, div, td {
    margin: 0;
    padding: 0;
	font-family: "Lucida Grande", 'Lucida Sans Unicode', Helvetica, sans-serif;}
/*----------------HEADER----------------------*/
#container {
	width:100%;
	min-width:1310px;
	}
#header {
	width: 1310px;
    height: 100px;
	left:50%;
	margin-left:-635px;
	position:relative;
	}
#logo {
float: right;
width:460px;
position: relative;
top: -50px;
margin-right: 50px;
	}
/*----------------MENU ARRIBA----------------------*/
#menu_tab{
float:left;
width: 850px;
position: absolute;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-o-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}
ul{
list-style:none;
padding:12px;
margin:0;
}
.nav > li {
float:left;
margin:-5px 0 5px 5px;
}
.nav li a {
color:#000;
text-align: center; 
text-decoration: none; 
cursor: pointer;  
font-size:26px; 
font-family:'Lobster',Arial, Helvetica, sans-serif;
padding:5px 10px 5px 10px; 
background:#FC0;
-webkit-border-radius: 10px 0px 10px 0px;
-moz-border-radius: 10px 0px 10px 0px;
-o-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
display:block;
line-height:40px;
}
.nav li a:hover {
background:#FF0;
}
.nav li ul {
display:none;
position:absolute;
}
.nav li:hover > ul {
display:block;
z-index:1;
}
.nav li ul li {
position:relative;
}
.nav li ul li ul {
right:-193px;
top:0px;
}
#menu_tab ul li a.navblue {
background:#FC3;
font-size:18px; 
margin-top:1px;
margin-left:-34px;
line-height:20px;
}
#menu_tab ul li a.navblue:hover{
background:#FF0;
}
/*-------------CONTENIDO------------------*/
#cmindex{
	top:-60px;
	width: 1260px;
    height: 100%;
    padding: 5px 5px 5px 5px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
	}
.medioleft{
	width:420px;
	float:left;
	padding: 15px 15px 15px 75px;
}
#medioright {
    float: left;
    padding: 0 0 0 20px;
    width: 620px;
}
dl.callout_small {
    width: 370px;
    padding: 0;
}
.left {
    float: left;
	margin: 0;
}
dl.callout dt {
	border-bottom: solid 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    color:#008000;
	}
dd.callout_content {
    background:url(../images/noticias/bgnotiv.png) repeat-x;
    margin: 0;
	text-align:justify;
	padding: 10px;
}
dl.right {
    margin: 0;
}
dl.callout_small {
    width: 370px;
    padding: 0 0 0 30px;
}
.right {
    float: left;
	padding: 10px;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 0;
    text-transform: uppercase;
	color:#009;
}

dl.articulo {
    width: 650px;
    padding: 0 0 10px 0;
}
dl.articulo dt {
    border-bottom: solid 1px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:bold;
    padding: 0 0 9px 0;
	color: #1BA6DF;
}
#medioright .articulo_contenido {
    min-height: 0;
	margin:0;
}
dd.articulo_contenido {
    background:url(../images/noticias/bgnoti.png) repeat-x;
    margin: 0;
    padding: 10px 5px 10px 5px;
	text-align:justify;
}
/*-------------BOTON LEER MAS------------------*/
a.readon {
	float: left;
	width: 170px;
	background: url(../images/noticias/readon.jpg) no-repeat top left;
	font-size: 12px;
	line-height: 25px;
	text-indent: 35px;
	height: 25px;
	text-decoration: none;
	margin-top:5px;
}
a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/noticias/readon.jpg) no-repeat bottom left;
	color: #666666;
	text-decoration: none;
	}
/*--------------FOOTER----------------*/
.footer{
position:relative;
clear:both;
height:170px;
color: #3D4A54;
font-size: 13px;
padding: 2px 0 0 5px;
background:#E8E8E8;
min-width:1310px;
}
.left_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.left_footer a:hover{
text-decoration:none;
}
.left_footer{
float:left;
width:53%;
text-align:right;
color:#666666;
padding:8px 0 0 0;
position:absolute;

}
.right_footer{
float:right;
width:45%;
padding:12px 0 10px 0;
}
/* Botón Ir Arriba
----------------------------------------------- */
#IrArriba {
position: fixed;
bottom: 110px; /* Distancia desde abajo */
right: 30px; /* Distancia desde la derecha */
}
#IrArriba span {
width: 45px; /* Ancho del botón */
height: 45px; /* Alto del botón */
display: block;
background: url(../images/up.png) no-repeat center center;
}