/* REDIFINICION DEL TAG HTML */
html {}

/* REDIFINICION DEL TAG BODY */
body {
margin:5px 0px 5px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#666666;
background-color:#FFF;
text-align:center;
}

/* PAGINA */
.page {
width:940px;
margin:0 auto;
font-size:12px;
line-height:inherit;
text-align:left;
}

/* CABECERA */
.header {
margin:0px;
padding:0px;
}
.image_header {}

/* CUERPO CENTRAL */
.content_body {
width:100%;
margin:10px 0px 0px 0px;
height:100%;
text-align:inherit;
overflow:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
} 

/* COLUMNA IZQUIERDA */
.left {display:none;} 

/* COLUMNA DERECHA */
.right {display:none;} 

/* COLUMNA CENTRAL */
.center {
width:100%;
font-size:1em;
line-height:inherit;
overflow:hidden;
text-align:inherit;
color:#7F7F7F;
background-color:inherit;
} 

/* MODULO DE NOTICIA */
.noticia {
width:100%;
margin:0px;
clear:both;
text-align:inherit;
} 

/* PIE DE PAGINA */
.foot {background:url(../images/foot.gif) no-repeat; width:940px; height:46px; color:#FFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.5em; margin:10px 0px 0px 0px;}
.foot_left {float:left; width:70%; text-align:left; padding:6px 0px 0px 7px;}
.foot_right {float:right; width:28%; text-align:right; padding:6px 7px 0px 0px;}

.foot a:link, .foot a:active, .foot a:visited {color:#FFF; background:inherit;}
.foot a:hover {color:#D9E5EF; background:inherit;}
/*-----------------------------------------------------------------------------------------------------------*/