html {
	height: 100%;
	width:1023px;
	overflow:hidden;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
    background:#FFFFFF;
	
}

body, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div
{
background-image:url(../images/NOTICIEROS.jpg);
background-repeat:repeat;
}


/*Cabecero */
div#top {
	position: absolute;
	display: block;
    right:0px;
	top: 55px;
	left:150px;
	width: 873px;
	height: 80px;
	text-align:left;
	vertical-align:middle;
}

div#Publitop {
	position: absolute;
	display: block;
	left: 0px;
	top: 55px;
	width: 150px;
	height: 80px;
	text-align:left; 
	vertical-align:middle;
	
}

/*Publicidad */
div#publicidad {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 1023px;
	height: 55px;
	text-align: center;
	vertical-align:middle;
	
}

/* Menus */
div#izq_menu {
	position: absolute;
	display: block;
	top: 135px;
	bottom: 0px;
	left: 0px;
	width: 106px;
	height:18px;
	background:#990000;
	overflow: hidden;
}

div#cent_menu {
	position: absolute;
	height: 200px;
	top: 135px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	background:#990000;
   	overflow:hidden;
	width: 670px;

	}


div#der_menu {
	position: absolute;
	height: 18px;
	top: 135px;
	left: 776px;
	right: 0px;
	bottom: 0px;
	background:#990000;
	overflow:hidden;
	width: 247px;
    font-weight:bold;
	font-size:13px;
	}


/* Div General de contenido */
div#center { 
	position: absolute;
    height:auto;
	top: 153px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow:auto;
	width:auto;
	

}

/* Menu Pagina izquierda */
div#left {
	position: absolute;
	height: 1300px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 106px;
	overflow: hidden;
}


/* Divs para notas, en la pagina de la nota individual */
div#Nota_izquierda{
	position: absolute;
	height:1430px;
	top: 50px;
	left: 105px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:290px;
	font-size:10px;
    color:#000000;
	background:#FFFFFF;
   /*text-align:justify;*/
}

div#Nota_centro{
	position: absolute;
	height:1430px;
	top: 50px;
	left: 395px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:330px;
    background:#FFFFFF;
	/*text-align:justify;*/
 
}

div#Nota_derecha_top{
	position: absolute;
	height: 1350px;
	top: 0px;
	left: 725px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:276px;
	text-align:left;
	padding:5;
	margin-left:10;
	background:#FFFFFF;
	color:#000000;
}

div#Nota_derecha_low{
	position: absolute;
	height:850px;
	top: 380px;
	left: 730px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:276px;
	text-align:left;
	padding:5;
	margin-left:10;
	background:#FFFFFF;
	color:#000000;
}


div#Nota_titulo{
	position: absolute;
	height: 50;
    width:625px;
	top: 0px;
	left:105px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	/*font-size:18px;*/
    /*color:#000000;
    text-align:justify;
	font-weight:bold;*/
	background:#FFFFFF;
}


div#Nota_tituloPpal{
	position: absolute;
	height: 50;
    width:580px;
	top: 0px;
	left:150px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
/*	font-size:12px;
    color:#000000;
    text-align:justify;
	font-weight:bold;*/
	background:#FFFFFF;
}


/* Divs para notas, en la pagina Principal */
div#Principal_izquierda_titulo{
	position: absolute;
	height: 70px;
	top: 0px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:334px;
	font-size:10px;
    color:#000000;
	background:#FFFFFF;
    vertical-align:top;
}

div#Principal_centro_titulo{
	position: absolute;
	height:114px;
	top: 0px;
	left: 440px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:290px;
	font-size:10px;
    color:#FFFFFF;
	background:url(../images/fondo_micro.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#Principal_derecha_titulo{
	position: absolute;
	height:114px;
	top: 0px;
	left: 730px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:276px;
	font-size:10px;
    color:#FFFFFF;
	background:url(../images/fondo_micro2.JPG);
	vertical-align:middle;
    /*text-align:justify;*/
}


div#Principal_izquierda_top{
	position: absolute;
	height:1829px;
	top: 70px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:334px;
	font-size:10px;
    color:#000000;
	background:#FFFFFF;
    /*text-align:justify;*/
}

div#Principal_izquierda_low{
	position: absolute;
	height:850px;
	top: 413px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:334px;
	font-size:10px;
    color:#000000;
	background:#FFFFFF;
   /*text-align:justify;*/
}



div#Principal_centro_top{
	position: absolute;
	height:1785px;
	top: 114px;
	left: 440px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:290px;
	background:#FFFFFF;
 	font-size:10px;
    color:#000000;
/*text-align:justify;*/
}

div#Principal_centro_low{
	position: absolute;
	height:850px;
	top: 413px;
	left: 440px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:290px;
	background:#FFFFFF;
 	font-size:10px;
    color:#000000;
	/*text-align:justify;*/
}


div#Principal_derecha_top{
	position: absolute;
	height: 1785px;
	top: 114px;
	left: 730px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:276px;
	text-align:left;
/*	padding:5;*/
	margin-left:10;
	background:#FFFFFF;
	color:#000000;
}

div#Principal_derecha_low{
	position: absolute;
	height:850px;
	top: 413px;
	left: 730px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:276px;
	text-align:left;
	padding:5;
	margin-left:10;
	background:#FFFFFF;
	color:#000000;
}



/* Div para la pagina de secciones */
div#Seccion_izquierda_top{
	position: absolute;
	height:1350px;
	top: 0px;
	left: 105px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:310px;
	font-size:10px;
    color:#000000;
	background:#FFFFFF;
   /*text-align:justify;*/
}

div#Seccion_izquierda_low{
	position: absolute;
	height:850px;
	top: 380px;
	left: 150px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:290px;
	font-size:10px;
    color:#000000;
	background:#FFFFFF;
    text-align:justify;
}

div#Seccion_centro_top{
	position: absolute;
	height:1350px;
	top: 0px;
	left: 415px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:310px;
	background:#FFFFFF;
 	font-size:10px;
    color:#000000;
	/*text-align:justify;*/
}

div#Seccion_centro_low{
	position: absolute;
	height:850px;
	top: 380px;
	left: 440px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:290px;
	background:#FFFFFF;
 	font-size:10px;
    color:#000000;
	/*text-align:justify;*/
}


div#bottom_uno_uno{
	position: absolute;
	height:114px;
	top: 1899px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:75px;;
	font-size:10px;
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif; 
    color:#FFFFFF;
	background-image:url(../images/backBot1_1.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_uno_dos{
	position: absolute;
	height:114px;
	top: 1899px;
	left: 181px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:275px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot1_2.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}
div#bottom_uno_tres{
	position: absolute;
	height:114px;
	top: 1899px;
	left: 456px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:275px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot1_3.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_uno_cuatro{
	position: absolute;
	height:114px;
	top: 1899px;
	left: 731px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:275px;;
	font-size:10px;
	font-weight:bold;
    font-family:Arial, Helvetica, sans-serif; 
    color:#FFFFFF;
	background-image:url(../images/backBot1_4.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_dos_uno{
	position: absolute;
	height:114px;
	top: 2013px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:75px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot2_1.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_dos_dos{
	position: absolute;
	height:114px;
	top: 2013px;
	left: 181px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:165px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot2_2.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}
div#bottom_dos_tres{
	position: absolute;
	height:114px;
	top: 2013px;
	left: 346px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:165px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot2_3.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_dos_cuatro{
	position: absolute;
	height:114px;
	top: 2013px;
	left: 511px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:165px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot2_3.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}


div#bottom_dos_cinco{
	position: absolute;
	height:114px;
	top: 2013px;
	left: 676px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:165px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot2_3.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_dos_seis{
	position: absolute;
	height:114px;
	top: 2013px;
	left: 841px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:165px;;
	font-size:10px;
    color:#FFFFFF;
	background-image:url(../images/backBot2_4.JPG);
	vertical-align:middle;	
    /*text-align:justify;*/
}

div#bottom_tres{
	position: absolute;
	height:170px;
	top: 2127px;
	left: 106px;
	right: 0px;
	bottom: 0px;
	overflow:hidden;
	width:900px;
	font-size:10px;
    color:#FFFFFF;
	background:url(../images/Directorio.PNG);
	vertical-align:middle;	
    /*text-align:justify;*/
}



/* Ordenar Notas */

p {
	color:#000000; 
	/*text-align:justify;*/
	padding-right:10px;
	padding-left:10px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
  
p img {margin: 1px;
       border: 1px solid #666;
       padding: 2px;
	   } 

a img{ border:0px;}
	   
p.lista{font-size:10px;}
p.micronota{color:#FFFFFF; font-weight:bold;font-size:14px;vertical-align:middle;}
p.deportes{color:#FFFFFF; font-weight:bold;font-size:12px;vertical-align:middle;}
p.portada{color:#FFFFFF; font-weight:bold;font-size:12px;}
	   
img.right {float: right;} /* Para alinear a la derecha */
img.left {float: left} /* Para alinear a la izquierda */
img.nota{ border:0; width:310px; height:227px; text-align:center;   border: 1px solid #666; }
img.seccion{ border:0; width:290px; height:213px; text-align:center;   border: 1px solid #666; }
img.nac{ border:0; width:270px; height:198px; text-align:center;   border: 1px solid #666; }
img.afondo{ border:0; width:280px; height: 51px; text-align:left;}
img.micro {float: left; border:0; width:145px; height:90px;} /* Para alinear a la derecha */
img.portada {float: left; border:0; width:44px; height:90px;} /* Para alinear a la derecha */

span.titulo{/*Cabeza de nota espcifica */
		   color:#005680;
		   /*text-align:justify;*/
		   font-weight:bold;
		   /*text-align:justify;*/
		   font-size:21px;
		   font-family:Verdana, Arial, Helvetica, sans-serif;
	   }
	   
 span.tituloppal{ /********* BUSCAR DONDE SE OCUPA ***************/
 		   color:#000000;
		   font-weight:bold;
		   font-size:19px;
		   font-family:Verdana, Arial, Helvetica, sans-serif;
		   width:200px;
	   }
	   
span.titulochico{/* Cabeza de las demas notas */
		   color:#005680;
		   font-size:23px;
		   /*text-align:justify;*/
		   /*text-align:justify;*/
	   }
	   
span.titulonac{/* Cabeza de las demas notas */
		   color:#005680;
		   font-size:21px;
		   /*text-align:justify;*/
		   /*text-align:justify;*/
	   }
	   	   
	   
span.titulouno{ /*Cabeza de la nota 1 */
		   color:#005680;
		   font-size:23px;
		   font-weight:bold;
	   }
	   
span.paranoticieros
		{
		 color:#666666;
		 font-size:10px;
		 text-align:left;
		}
span.autor
		{
		 color:#0000FF;
		 font-size:10px;
		 text-decoration:underline;
		 font-style:italic;
		 text-align:left;
		}

span.chat
{
position: absolute;
top: 350px;
left: 290px;
}

span.top10
{
position: absolute;
top: 350px;
left: 0px;
}

p.credito
{
color:#000000;
font-size:12px;
font-style:italic;
font-weight:bold;
text-align:right;
}




hr
{
color:#e6e5dc;
margin:4px;
}

a {
    text-decoration: none;
    color:#666666;
}
 
 a.micro
 {
    text-decoration: none;
    color:#FFFFCC;
}


