@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:#004391;}

a{
	text-decoration: none;
	color: #FFF;
}

a:hover{
	color: #FFCC00 ;
}

#wrapper{
	width:100%;
	height:auto;
	margin-top:20px;
	/*background:url(../images/fond-pag.jpg) center top no-repeat;*/
	}
	
#container{
	width:800px;
	margin:0 auto;
}


#general{
	padding:0 20px 10px 20px;}
	
#top{
	float:left;
	}

#dial{
	float: left;
	width:760px;
	height:100px;
	background:url(../images/top.jpg) no-repeat bottom;}
#dialBog{
	float: left;
	width:760px;
	height:100px;
	background:url(../images/top-bog.jpg) no-repeat bottom;}
}
#dial img{
	float:left;
	margin-top:8px;
	}

#player{
	width: 760px;
/*	background:url(../images/fondoplayer_05.jpg) no-repeat;
*/	float:left;}

#logo{
	width:139px;
	height:97px;
	margin:10px 0 10px 55px ;
	float:left;
	}

#audio{
	float: right;
	background:#ebebeb;
	border-radius:20px;
	margin:23px 21px 23px 0;
	padding:15px;
	}
#ciudades{
	width:440px;
	height:23px;
	background:url(../images/ciudad.jpg);
	float: right;
	margin-top:57px;
	padding:10px 0;
}

#textCiudad{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:14px;
	float:left;
	margin-left:60px;
	margin-right:10px;
	margin-top:2px;}

#ciudades ul{
	list-style: none;
	padding: 0;
	margin: 2px 0 0;
	float: right;
	padding-right: 15px;
}

.last-li{
	border-right: 0 solid #FFF !important;	
}

#ciudades ul li{
	display: inline-block;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	border-right: 1px solid #FFF;
	padding:0 5px;
}
	
#componentes{
	width:758px;
	float:left;
	border:#000 solid 1px;
	}

#titu-compo{
	background:#000;
	float:left;
	padding:5px 15px;
	width:729px;
	}
	
#opinion{
	width:365px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
/*	font-weight:bold;*/	
	font-size:14px;
	color:#FFF;
	margin-right:20px;}

#programa{
	width:343px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	/*font-weight:bold;*/
	font-size:14px;
	color:#FFF;}

#cuadros{
	padding:15px;
	float:left;}

#twitter{
	width:350px;
	margin-right:23px;
	float:left;
	border:#999 solid 1px;
	}
#titwitter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background: url(../images/tit_tw_03.jpg);
	width: 240px;
	padding: 3px 0 0 110px;
	height: 25px;
	font-weight: bold;
}
	
#facebook{
	width:350px;
	float:left;
	border:#999 solid 1px;
	}
	
#publicidad{
	width:728px;
	background:#ebebeb;
	padding:15px 35px;
	}
	
#derechos{
	padding:10px 0;
	text-align:center;}
	
#textAire{
	padding:10px;
	}

#textAire h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
	}

#textAire p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
	}

#footer{
	width:600px;
	margin-left:200px;
	margin-right:200px;
	float:left;
	text-align:center;
	border-top:#00acec 1px solid;
	margin-bottom:20px;
	padding-top:20px;
}	
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
