/* CSS Document */

h1 { font-size:18px;  margin:0px;}
h2 { font-size: 16px; margin:0px;}
h3 { font-size: 14px; margin:0px;}
p { color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}


/* estilo NOTICIAS -------------------------------*/
.contenidoNoticias {
                    width:66%; 
					height:auto;
					float:left;
					padding: 10px 10px 0px 10px;
                   }
.contenidoNoticias a {color:#000077; text-decoration:none;}
.contenidoNoticias a:hover {text-decoration:underline;}
.noticiasColI {
               float:left;
			   padding:0px 6px 6px 6px;
			   width: 64%;
			   padding-left:0px;

			  }
.noticiasColD {
               float:left;
			   width:33%;
			   padding:0px 6px 6px 6px;
			   border-left: 1px solid #CCCCCC;
              }
.noticiasColD p { font-size:12px; }

/* estilo DEPORTES --------------------------*/
.contenidoDeportes {
                    width:100%;
					float:left;
					padding: 0 0 6px 0;
                   }
.contenidoDeportes p { font-size:12px; }
.tituloDeportes {
                 font-weight:bold;
				 color:#CC0000;
				 border-bottom: 1px solid #CC0000;
                }
.tituloDeportes a {color:#CC0000; text-decoration:none;}
.deportesNoticia {
				  padding:6px 0 6px 0;
                  width:100%;
                 }
.fotoDeportes {
			    float:left;
			    margin: 0 5px 0 0;
              }
.deportesNoticiaI {
                   float:left;
				   width:48%;
				   padding:6px 6px 6px 0;
				   border-right: 1px solid #CCCCCC;
				  }
.deportesNoticiaD {
                   float:left;
				   width:48%;
				   padding:6px;
                  }

/* estilo SECCIONES --------------------------*/
.EN{
    color:#CC0000;
	font-size:14px;
	font-weight:bold
   }
.SIETESEMANALCOM {
                  color:#000000;
	              font-size:14px;
				  font-weight:bold;
                 }
.contenidoSecciones{
                    width:100%;
					float:left;
					border-top: 1px solid #CCCCCC;
				   }
.seccionPortada {
          font-size:14px;
		  border-bottom: 1px solid #999999;
		  font-weight:bold;
         }
.seccionPortada a { color:#000000; text-decoration:none;}
.seccionesI {
             width:48%;
			 float:left;
			 padding:6px;
			 padding-left:0px;
			}
.seccionesD {
             width:48%;
             float:left;
			 padding:6px;
			}
