@charset "utf-8";
/* CSS Document */


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#2B517F;}
a:hover{color:#FEAA01;}
a img {border-width:0;}


body{
	background-color:#2B517F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#330000;
}

#todo{
	position:relative;
	margin:0 auto 10px auto;
	width:768px;
	background-color:#FFFFFF;
	background-image:url("img/central.gif");
	background-repeat:repeat-y;
}

#escuchanos{
	display:block;
	position:absolute;
	left:18px;
	top:55px;
	padding-bottom:25px;
}

#escuchanos:hover{
	top:54px;
}

#hoy{
	position:absolute;
	left:510px;
	top:131px;
	width:250px;
	margin:0;
	color:#6FA2DF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

#menu{
	background-image:url("img/menu.gif");
	background-position:top;
	width:750px;
	height:36px;
	padding:2px 0 0 18px;
}

#menu a{
	display:block;
	float:left;
	width:120px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 2px 0 2px 0;
	border:#293076 1px solid;
	background-color:#ffffff;
	background-image:url("img/botonmenu.gif");
	background-position: left top;
}

#menu a:hover{
	background-position:left -10px;
}

#central{
	width:768px;
	padding: 10px 0 0 0;
}

h1{
	font-size:24px;
	color:#1F2E3F;
}

p{
	text-align:justify;
	margin:5px 50px 25px 50px;
	line-height: 140%
}

.barra{
	margin: 5px 0 30px 31px;
}

#barraprogramas{
	margin:2px 30px 20px 30px;
	padding: 0 0 12px 0;
	width:707px;
	background-color:#DBDBDB;
}
#barraprogramas a{
	padding:25px;
	font-size:15px;
	color:#2B517F;
}
#barraprogramas a:hover{
	color:#FDAB01;
}

#rss{
	float:right;
	background-image:url("img/rss.gif");
	background-position:left;
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin: 5px 50px 5px 20px;
}

#inferior{
	clear:both;
	width:768px;
	height:110px;
	background-image:url("img/inferior.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#inferior img{
	margin:15px 0 0 25px;
}
