@charset "utf-8";
/* CSS Document */
<style type="text/css">

 	
BODY {
   font: 14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 5 5 5 5px;
 }

h2{
   font-size: 25px;
   text-shadow: 3px 3px 2px #696;
   color: #666;
}
h3{
   font-size: 23px;verdana
      }
                               
cabecera{               
   width: 99.6%;        
   display: inline-block;
   background-color: #00F;
   color: #333300;
   font-size: 10pt;
   text-align:left;
   font-weight: bold;
   }
                           
publicidad{             
   width: 99.6%; 
   overflow:hidden;        
   display: inline-block;
   background-color:#F60;
   text-align:center;
   vertical-align: top;
   }
 
                          
radioformula{          
      width:25%;height:520px;
      overflow:hidden; 
      display: inline-block;
      text-align:center;
      background-color: #00F;
}
                         
principal{              
   display: inline-block;
   position: relative;
   text-align:center;
   width:74%;height:520px;
   vertical-align: top;
   background-color:#FFF;
  
   
   }
                         
#navi {                 
	list-style:none;   //controles del menu.
	text-align:center;
	margin:1px;
	padding:0;
	
}

#navi li {
	margin:1px;
	padding:1px;
	width:23%;
	border:1px solid#CCCCCC;
	float:left;
	}
#navi li a {
	display:block;       //Convertimos el vínculo en un bloque.
	
	padding:3px 0;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	background-color:#003366;
}

#navi li a:hover {
	color:#99CC00;
	background-color:#000000;
}

.importante {font-weight: bold; font-size: 1.1em;}
                          
a {                      
	text-decoration:none;  //propiedades de los enlaces.	
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #27E02D;
  }

#noticia{                   
   width: 80%; 
   height: 60px; 
   display: inline-block;
   background-color: #808080;
   font-size:18pt;color="#FFFFFF";
   font-weight: bold;
   text-align:center;
   } 
                               
#espaciopubli{         
    width:40%; 
    overflow:hidden;             
    padding-left:6%;
    	display:inline-block;
	float:left;
}                  


programacion{ 
position: absolute;
text-align:center;
background-color: #808080;
overflow-y: scroll;
	top: 370px;
   	left: 0;
	right: 0;
	width: 80%;
	height: 80px;
	margin: auto;                 
}


#enlaces{               
 position: absolute;
	top: 452px;	
	left: 0;
	right: 0;
	width: 100%;
	height: 62px;
	margin: auto;       
}
                        
pie{                   
   width: 99.6%;height:15px;     
   display: inline-block;
   background-color: #00F;
   font-size:10pt;color="#FFFFFF";
   font-weight: bold;
   text-align:right;
   } 



 @media (max-width: 600px) {
IMG {  
 max-width:90%;  

 }
radioformula{          
      width:100%;height:520px;
      
}
                         
principal{              
   width:100%;height:520px;
   
 } 
canalnoticias{              
   width:100%;height:30px;
   
 } 
 #navi li {
	margin:0;
	width:23%;
	float:left;
	}
#espaciopubli{         
    width:44%;              
   	display:inline-block;
	float:left;
}
programacion{ 
	width: 98%;
	            
}

 }
 
 