@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0
}
img {
	border:none
}
body {
	background: #bf3e04 url(../imagenes/fondo.gif) repeat-x;
	font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif
}
#pagina {
	width: 906px;
	background: url(../imagenes/fondo-pagina.gif);
	margin: 15px auto 0 auto
}
#encabezado {
	background: url(../imagenes/encabezado.jpg);
	height: 274px;
	position:relative
}
#flash {
	position:absolute;
	right:3px;
}
#radio {
	width:260px;
	height:269px;
	background: url(../imagenes/radio1.jpg);
	position:absolute;
	right: 3px;
	top:171px;

}
#radio p {
	font-size:10px;
	line-height:10px;
	position:absolute;
	bottom:21px;
	width:100%;
	text-align:center
}
#radio p a {
	color:#fff;
	text-decoration:none;
}
#radio p a:hover {
	color:#FF6600;
}
.reproductor {
	float:right;
	position:relative;
	top:-3px;
*top:-3px;
	left:59px
}
#contenido {

	width: 615px;
	float:left;
	margin: -48px auto 0 auto;
	padding: 0 0 50px 10px
}
/*****************************************************************MENU PRINCIPAL****************************************************************************************/
#menu {
	position:absolute;
	top:178px;
	left:8px;
	background:transparent url(../imagenes/menu.gif);
	overflow:hidden;
	width:561px;
	height:28px
}
#menu li {
	list-style:none;
	float:left;
	display:inline;
}
#menu a {
	display:block;
	float:left;
	height:0;
	overflow:hidden;
	text-decoration:none;
	padding-top:28px;
}
#menu a:hover {
	background:transparent url(../imagenes/menu-hover.gif) no-repeat 561px 28px
}
#menu a#inicio {
	width:66px;
	position:relative;
	left:0px;
}
#menu a#programacion {
	width:128px;
	position:relative;
	left:0px;
}
#menu a#quienes-somos {
	width:127px;
	position:relative;
	left:0px;
}
#menu a#anunciar-aqui {
	width:124px;
	position:relative;
	left:0px;
}
#menu a#contactanos {
	width:115px;
	position:relative;
	left:0px;
}
#menu a#inicio:hover {
	background-position: 0 0;
	z-index:50;
}
#menu a#programacion:hover {
	background-position: -66px 0;
	z-index:50;
}
#menu a#quienes-somos:hover {
	background-position: -194px 0;
	z-index:50;
}
#menu a#anunciar-aqui:hover {
	background-position: -321px 0;
	z-index:50;
}
#menu a#contactanos:hover {
	background-position: -445px 0;
	z-index:50;
}
/*********************************************************************MENU NOTICIAS**************************************************************************************/
#menu-noticias {
	list-style:none;
	height:55px;
	position:relative
}
#noti-america a, #se-dice a, #aqui-y-alla a {
	width:208px;
	height:0px;
	padding-top:55px;
	overflow:hidden;
	display:block
}
#noti-america a {
	background:url(../imagenes/noti-america.gif);
}
#se-dice a {
	background:url(../imagenes/se-dice.gif);
	position:absolute;
	left:200px;
	top:0
}
#aqui-y-alla a {
	background:url(../imagenes/aqui-y-alla.gif);
	position:absolute;
	left:400px;
	top:0
}
#noti-america a:hover, #noti-america .activo {
	background:url(../imagenes/noti-america-hover.gif);
}
#se-dice a:hover, #se-dice .activo {
	background:url(../imagenes/se-dice-hover.gif)
}
#aqui-y-alla a:hover, #aqui-y-alla .activo {
	background:url(../imagenes/aqui-y-alla-hover.gif)
}
/**********************************************************************DIV NOTICIAS********************************************************************************************/
#noticias {
	margin-top:20px;
	_margin-top:-5px
}
.noticia {
	width: 268px;
	padding:5px 15px 5px 15px;
	float:left;
	border-right:1px solid #ccc;
	background: url(../imagenes/fondo-noticias.gif) bottom repeat-x
}
.noticia img {
	float:left;
	margin-right:10px
}
.noticia h4, .item_noticia h4 {
	font-size:12px;
	color:#FF9900
}
.leer-mas {
	display:block;
	margin-top:10px;
	text-decoration:none;
	color:#FF9900;
	font-size:9px;
	float:right;
	font-weight:bold
}
.leer-mas img {
	float:none;
	position:relative;
	top:4px
}
/************************************************************************MODULOS*****************************************************************************************/
 .superior {
	position:absolute;
	top:0;
	left:0;
	width:297px;
}
.inferior {
	position:absolute;
	bottom:0;
	_bottom:-1px;
	left:0;
	width:297px;
}
/***********************************/
#tus-elegidos {
	width:257px;
	background:url(../imagenes/tus-elegidos2.gif);
	margin:6px 0 0 303px;
	_margin:6px 0 0 300px;
	position:relative;
	padding:92px 20px 24px 20px;
}
#tus-elegidos .superior {
	background:url(../imagenes/tus-elegidos1.gif);
	height:92px
}
#tus-elegidos .inferior {
	background:url(../imagenes/tus-elegidos3.gif);
	height:24px;
}
/***********************************/
#tus-fotos {
	width:257px;
	background:url(../imagenes/tus-fotos2.gif) repeat-y;
	margin:10px 0 0 303px;
	_margin:10px 0 0 300px;
	position:relative;
	padding:79px 20px 24px 20px;
}
#tus-fotos .superior {
	background:url(../imagenes/tus-fotos1.gif);
	height:79px
}
#tus-fotos .inferior {
	background:url(../imagenes/tus-fotos3.gif);
	height:24px;
}
/***********************************/
#tus-mensajes {
	width:257px;
	margin-top:10px;
	background:url(../imagenes/tus-mensajes2.gif);
	position:relative;
	float:left;
	padding:85px 20px 106px 20px;
}
#tus-mensajes .superior {
	background:url(../imagenes/tus-mensajes1.gif);
	height:85px
}
#tus-mensajes .inferior {
	height:106px;
	background:url(../imagenes/tus-mensajes3.gif);
}
.item_mensaje {
	margin-top:3px;
}
.fecha {
	text-align:right;
	font-size:10px;
	margin-right:5px;
}
.texto_mensaje {
	text-align:left;
	font-size:11px;
	margin:0 5px;
}
.barra_entre {
	width:252px;
	height:6px;
	background-image:url(../imagenes/barra_entre.jpg);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:3px;
}
/*******************************************************************************************************************************************************************************/


#pie-de-pagina {
	height:28px;
	width: 906px;
	margin:0 auto;
	background: url(../imagenes/fondo-pagina.gif);
}
#pie-de-pagina p {
	width:880px;
	background:#673015;
	color:#fff;
	margin-left:3px;
	border-top:5px solid #bf8165;
	text-align:right;
	padding:4px 10px 1px 10px
}
#pie-de-pagina a {
	color:#fff;
	text-decoration:none;
}
/*******************************************************************************************************************************************************************************/



* html .clearfix {
	height: 1%
}
.clearfix {
	display: inline-block
}
html[xmlns] .clearfix {
	display: block
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
/* NOTICIAS ***************************************************************************************************************/
.item_noticia {
	width:590px;
	margin-top:10px;
	margin-left:10px;
	border:0px solid #CCCCCC;
	background:transparent url(../imagenes/fondo-noticias.gif) repeat-x scroll center bottom;
}
.item_noticia img {
	float:left;
	margin:3px;
	margin-right:8px;
}
.item_noticia .leer-mas {
	float:none;
}
.item_noticia .leer-mas img {
	float:none;
	margin:0;
	border:none;
}
.item_noticia div {
	text-align:right;
	padding-bottom:5px;
}
.detalle_noticia {
	width:590px;
	margin-top:10px;
	margin-left:10px;
}
.detalle_noticia h4, .titulo_otras {
	font-size:16px;
	color:#FF9900;
	background-color:#F5F5F5;
	padding-left:5px;
	margin-bottom:3px;
}
.titulo_otras {
	width:590px;
	margin-left:10px;
	padding:5px;
}
.detalle_noticia {
	background:transparent url(../imagenes/fondo-noticias.gif) repeat-x scroll center bottom;
	margin-bottom:20px;
}
