body{
  font-family: arial;
  font-size: 12px;
  margin:auto;
  background-color: #EEEEEE;
/*  background:url(bg.png) repeat-x 0px -120px;   */
  background:url(imgs/style/barra_top.jpg) repeat-x;
}
A:link{
  color:#006699;
  text-decoration: none;
}
A:hover{
  color:#006699;
  text-decoration: underline;
}
A:visited{
  text-decoration: none;
  color:#999999;

}
.separador{
  height:20px;
}

/************** Divs Principales ***********/
#cont_general{
  width: 1078px;
  margin: auto;
  text-align: center;
/*  background:url(imgs/style/barra_top.jpg) repeat-x;
  background-color: #FFFFFF;

  border: solid 1px #DDDDDD;  */ 
}
#cont_cabecera_swf{
  
  width: 1024px;
  height:128px;
  margin: auto;
  text-align: center;
 /* background:url(imgs/style/verano.jpg) no-repeat top center;*/
    background:url(imgs/style/header.png) no-repeat top center;

}
#col_left{

}
#col_central{
    width:600px;
    min-height: 300px;
    text-align:center;
}
#col_right{

}
#pie{
    width:1024px;
	padding-top:5px;
	text-align: center;
	margin: auto;
	height:20px;
	background-color:#000000;
 /*   float:left;   */
}
/**************************************************/
/********     Tabalas Principales       ***********/
/**************************************************/
.col_centro{
  width: 600px;
  vertical-align: top;
  text-align:center;
}
.col_iz{
  width: 212px;
  vertical-align: top;
}
.col_dr{
  width: 212px;
  vertical-align: top;
}


/**************************************************/
/********     Marcos generales          ***********/
/**************************************************/
.cg{
    border:  1px #CCCCCC solid;
  /*  background:url(imgs/style/fondo_noticia.jpg) repeat-x bottom; */
    margin-top:20px;

}
.cg_titulo{
  height:20px;
  background:url(imgs/style/mini-check.png) no-repeat 5px;
  border-bottom:  1px #CCCCCC solid;
  background-color: #DEDEDE;
  text-align:left;
  padding-top:3px;
  padding-left:15px;
  color: #777777;
  font-weight: bold;
}
/**************************************************/
/********     Listado Noticias          ***********/
/**************************************************/
.noticias{
  width:100%;
  border-bottom: 1px  dotted #C8C8C8;
  float: left;
}
.noticias_fecha{
  font-size: 10px;
  text-align: right;
  color:#85C227;
  margin-right: 10px;
  font-weight: bold;
}
.noticias_titulo{
  font: Thaoma;
  text-align: left;
  font-weight: bold;
  color:#006699;
  margin-left: 5px;
  padding-left:25px;
  background:url(imgs/style/edit.png) no-repeat 5px;
}
.noticias_imagen{
  float:left;
  padding:2px;
  margin:5px;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
}
.noticias_introduccion{
  text-align: left;
  margin:5px;
}
.paginado_paginas{
  height:25px;
  padding-top:10px;
  background-color: #DDDDDD;
  border-top: 1px solid #BBBBBB;
}


/**************************************************/
/********         Desarrollo            ***********/
/**************************************************/
.desarrollo{
  width:598px;
  border-bottom: 1px  dotted #C8C8C8;
  overflow: auto;
}
.desarrollo_fecha{
  font-size: 10px;
  text-align: right;
  color:#888888;
  margin-right: 10px;
}
.desarrollo_titulo{
  font: Thaoma;
  text-align: left;
  font-weight: bold;
  color:#006699;
  margin-left: 5px;
  padding-left:25px;
  background:url(imgs/style/edit.png) no-repeat 5px;
}
.desarrollo_imagen{
  float:left;
  padding:2px;
  margin:5px;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
}
.desarrollo_introduccion{
  text-align: left;
  margin:5px;
}
.desarrollo_contenido{
  text-align: left;
  margin:5px;
}
/**************************************************/
/********     Portada          ***********/
/**************************************************/
#portada_encabezado{
  width: 598px;
  padding-top:5px;
  height: 25px;
  text-align: left;

}
#marco_portada{
  width: 600px;
  height: 402px;
  background: url("imgs/style/fondo_noticia.jpg") repeat-x bottom;
  border-top: 1px solid #03679A;
  border-bottom: 1px solid #006699;
  border-left: 1px solid #006699;
  border-right: 1px solid #006699;
  overflow: auto;
  background-color: #FFFFFF;
}

.portada_cont{
  width: 300px;
  height: 200px;
  float: left;
  overflow: hidden;

}
.portada_img{
 /* float:left;
  padding:2px;
  margin:5px;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;  */

}
.portada_introduccion{
  font-size: 10px;
  padding-left:10px;
  font-weight: bold;
  text-align: left;
}
.portada_titulo{
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  padding-left:10px;
  padding-top:10px;
}
/*******************************************/
/********** Secciones IZQUIERDA ***********/
/******************************************/
.secciones{
 	width: 205px;
	padding: 10px;
    background:url(imgs/style/fondo_noticia.jpg) repeat-x bottom;
    /*border-top: 1px solid #cccccc ; */
    overflow: auto;
}

.titulo_secciones{
	margin-left: 5px;
	text-align: left;
	color: #006699;
	font-size: 12px;
}
.txt_secciones_introduccion{
 	text-align: left;
	margin-top: 5px;
	font-size: 11px;
}
.separa_secciones{
    height: 10px;
}
.secciones_img{
	  float:left;
	  border: 1px solid #006699;
	  padding: 2px;
      margin:5px;
}
.secciones_fecha{
   font-size: 10px;
   text-align:right;
}


/********************************/
/********* FIN SECCIONES *******/
/*******************************/
.navmenu{
float:left;
}
.navmenu li{
    margin-right: 30px;
    color:#003E57;
    display: inline;
    padding-left:18px;
    background: url(imgs/style/mini-archive.png) no-repeat 0px -2px;
}
.navmenu li a{
    color:#797979;
    font-size: 12px;
    font-weight:bold;
    text-shadow: 1px #000000;
}
.navmenu li a:hover{
    color:#003366;
    font-weight:bold;
}

/********************************/
/********* Deportes *******/
/*******************************/

.deportes{
	width: 212px;
	margin-top: 10px;
	margin-bottom: 10px;
    overflow:  auto;
}

.deportes_titulo{
	margin-left: 5px;
	text-align: left;
	color: #006699;
	font-size: 10px;
}
.deportes_introduccion{
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 10px;
}
.separa_deportes{
    height: 10px;
}
.deportes_img{
	  float:left;
	  border: 1px solid #cccccc;
	  padding: 2px;
      margin:5px;
}
/********************************/
/********* Banners DR *******/
/*******************************/
.banners_dr_img{

   /*	  border: 1px solid #cccccc;    */
      margin:5px;
}
/********************************/
/********* Noticias Vistas *******/
/*******************************/

.noticias_vistas{
 width:450px;
 height:80px;
 margin:5px;
 padding:10px;
 border-bottom: 1px  dotted #ffffff;
 float:left;
}
.noticias_vistas_titulo{
 text-align:left;
 font-weight: bold;

}
.noticias_vistas_img{
  max-height:60px;
  padding:2px;
  border: 1px solid #FFFFFF ;
  margin:5px;
  float:left;
  overflow:hidden;

}
.noticias_vistas_intro{
margin-top:5px;
text-align:left;
color: #FFFFFF;

}
.noticias_vistas a{
  color: #FFFFFF;

}
/*****************************
        Titulo Listados
*****************************/

.titulo_listados{
  font-style: italic ;
  font-size: 16px;
  font-weight:  bold;
  float: right;
  margin-right:5px;
  color: #006699;
}
/*****************************
       Imagenes
*****************************/
.fotos_portada{
  max-height: 110px;
  max-width: 110px;
  padding:2px;
  margin:5px;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
  float:left;

}
.fotos_noticia{
  max-height: 90px;
  max-width: 90px;
}
.fotos_desarrollo{
  max-height: 250px;
  max-width: 250px;
}
.separa_banner{
	background: url("imgs/rayas.png") repeat;
	width: 600px;
	height: 10px;
	text-align:center;
	margin:auto;
}

/***************** SECCION DOCUMENTOS ***************/
#documentos{
width: 197px;
min-height:35px;
padding-top: 20px;
text-align: center;
/*background-color: #0066CC; */
/*border: 1px  solid #006699;*/
margin: auto;
}
#documentos_titulo{
font-size: 10px;
text-align:left;
}
#documentos_icon{
float: left;
background: url("imgs/docs.jpg") no-repeat;
width: 25px;
height: 25px;
}