/* General */
body, img, p, h1, h2, h3, h4, h5, h6, ul, li, form, label, input {
	margin:0;
	padding:0;
	border:0;
}
body {
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	padding:10px 0;
	background: #000 url(../img/bg_2011.jpg) no-repeat top center;
}
body.interior {
	background: #000 url(../img/bg.jpg) no-repeat top center #000;
}
img {
	vertical-align:middle;
	border:0;
}
a{
	color:#ccc;
	outline: none
}
.clear{
	clear:both;
}
#wrap {
	width:970px;
	margin:auto;
	z-index: 2;
	position: relative;
}
#bgSwf {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	left: 0;
}
/* Header */
#head {
	height:98px;
}
#head .left{
	float:left;
}
#head .right{
	float:right;
	padding:5px 0 0 0;
	width:295px;
}
.right .escucha-online {
	width: 210px;
	height: 64px;
	background: url(../img/bg_player_top.png) no-repeat;
	float: right;
	margin: 25px 0 0 0;
}
.escucha-online #media-top {
	float: right;
	margin: 7px 5px 0 0;
}
#head .registrate{
	background:url(../img/top_buttons.png);
	width:72px;
	height:13px;
	text-indent:-9999px;
	display:inline-block; /* IE6 Bug */
	float:left;
	margin:0 0 0 155px;
}
#head .registrate:hover{
	background:url(../img/top_buttons.png) 0 -16px;
}
#head .registrate.a{
	background:url(../img/top_buttons.png) 0 -33px;
}
#head .sep{
	background:url(../img/top_buttons.png) -79px 0;
	width:1px;
	height:15px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 7px;
}
#head .ingresa{
	background:url(../img/top_buttons.png) -87px 0;
	width:52px;
	height:13px;
	text-indent:-9999px;
	display:block;
	float:left;
	overflow:hidden; /* IE6 Bug */
}
#head .ingresa:hover{
	background:url(../img/top_buttons.png) -87px -16px;
}
#head .logout{
	background:url(../img/top_buttons.png) -149px 0;
	width:44px;
	height:13px;
	text-indent:-9999px;
	display:block;
	float:left;
	overflow:hidden; /* IE6 Bug */
	margin:0 0 0 10px;
}
#head .logout:hover{
	background:url(../img/top_buttons.png) -149px -16px;
}
#head .mirar{
	background:url(../img/top_mirar.gif);
	width:143px;
	height:41px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 12px 0 0;
}
#head .escuchar{
	background:url(../img/top_escuchar.gif);
	width:143px;
	height:41px;
	text-indent:-9999px;
	display:block;
	float: right;
}
#login-area{
	height:13px;
	margin:0 0 40px 0;
}
#login-area strong{
	float:left;
	width:240px;
	text-align:right;
}
#redbox{
	background:url(../img/redbox.png);
	width:333px;
	height:92px;
	display:none;
	position:absolute;
	top:25px;
	left:50%;
	margin:0 0 0 123px;
	padding:18px 14px 14px 14px;
	color:#000;
	font-size:11px;
}
#redbox .loading{
	background:url(../img/loading.gif) no-repeat 50% 50%;
	height:60px;
	display:none;
}
#redbox .ingresa,#redbox .ingresa:hover{
	background:url(../img/redbox_ingresa.png);
	width:58px;
	height:14px;
	float:none;
	margin:0 0 8px 0;
}
#redbox .recover_username{
	background:url(../img/redbox_olvide_usuario.png);
	width:222px;
	height:14px;
	float:none;
	margin:0 0 8px 0;
}
#redbox .recover_password{
	background:url(../img/redbox_olvide_pass.png);
	width:170px;
	height:14px;
	float:none;
	margin:0 0 8px 0;
}
#redbox a{
	color:#000;
}
#redbox .field{
	float:left;
	margin:0 4px 4px 0;
	height:40px;
}
#redbox label{
	display:block;
	margin:0 0 2px 0;
}
#redbox input{
	border:1px solid #000;
	width:120px;
	padding:4px;
	font-size:11px;
}
#redbox .entrar{
	background:url(../img/redbox_boentrar.png);
	width:59px;
	height:23px;
	border:0;
	font-size:0;
	margin:17px 0 0 0;
}
#redbox .enviar{
	background:url(../img/redbox_boenviar.png);
	width:54px;
	height:23px;
	border:0;
	font-size:0;
	margin:17px 0 0 0;
}
#redbox #recover_username_email,#redbox #recover_password_email{
	width:220px;
}
#redbox .enviar:hover,#redbox .entrar:hover{
	background-position:bottom center;
}
#weather {
	height:25px;
	margin:0 0 10px 0;
	list-style:none;
}
#weather li{
	float:left;
	line-height:25px;
}
h1 a {
	display:block;
	text-indent:-9999px;
	background:url(../img/logo.png);
	width:310px;
	height:61px;
}
#menu {
	list-style:none;
	background:url(../img/menu.png);
	height:33px;
	margin:15px 0 11px 0;
}
#menu ul {
	position: absolute;
	z-index: 100;
}
#menu li{
	float:left;
}

#menu a {
	display:block;
	background-image:url(../img/menu.png);
	text-indent:-9999px;
	height:33px;
	outline:none;
}
#m_home a {
	background-position:0px 0px;
	width:41px;
}
#m_programacion a {
	background-position:-41px 0px;
	width:155px;
}
#m_darmas a {
	background-position:-196px 0px;
	width:73px;
}
#m_blogs a {
	background-position:-269px 0px;
	width:92px;
}
#m_deportistas a {
	background-position:-361px 0px;
	width:130px;
}
#m_musica1079 a {
	background-position:-491px 0px;
	width:120px;
}
#m_concursos a {
	background-position:-611px 0px;
	width:126px;
}
#m_seguinos {
	height:16px;
	line-height: 17px;
	margin:9px 3px 0 87px;
	float: right;
}
#m_facebook a {
	background:url(../img/icon_facebook.gif);
	width:16px;
	height:16px;
	margin:9px 0 0 5px;
}
#m_twitter a {
	background:url(../img/icon_twitter.gif);
	width:16px;
	height:16px;
	margin:9px 0 0 5px;
}
#m_rss a {
	background:url(../img/icon_rss.gif);
	width:16px;
	height:16px;
	margin:9px 0 0 5px;
}

#m_home a:hover{
	background-position:-0px -33px;
}
#m_programacion a:hover{
	background-position:-41px -33px;
}
#m_darmas a:hover{
	background-position:-196px -33px;
}
#m_blogs a:hover{
	background-position:-269px -33px;
}
#m_deportistas a:hover{
	background-position:-361px -33px;
}
#m_musica1079 a:hover{
	background-position:-491px -33px;
}
#m_concursos a:hover{
	background-position:-611px -33px;
}

#m_home.a a{
	background-position:-0px -66px;
}
#m_programacion.a a{
	background-position:-41px -66px;
}
#m_darmas.a a{
	background-position:-196px -66px;
}
#m_blogs.a a{
	background-position:-269px -66px;
}
#m_deportistas.a a{
	background-position:-361px -66px;
}
#m_musica1079.a a{
	background-position:-491px -66px;
}
#m_concursos.a a{
	background-position:-611px -66px;
}

#menu ul{
	position:absolute;
	display:none;
	list-style:none;
	border-bottom:1px solid #000;
}
#menu ul li{
	float:none;
	border:1px solid #000;
	border-bottom:0;
}
#menu ul li a{
	background:#2b2b2b;
	text-indent:0;
	padding:10px;
	width:180px;
	height:auto;
	color:#fff;
	text-decoration:none;
	font-size: 11px;
}
#menu ul li a:hover{
	background:#4b4b4b;
}

/* Body */

h2{
	color:#f00;
	font-size:30px;
	margin:10px 0 20px;
}
h4{
	color:#f00;
	font-size:18px;
	margin:10px 0;
}
h5{
	color:#f00;
	font-size:14px;
	margin:15px 0;
	font-weight:normal;
}
.txt_multimedia{
	background:url(../img/h2_multimedia.png) no-repeat;
	text-indent:-9999px;
	height:23px;
}
.txt_registrate{
	background:url(../img/h2_registrate.png) no-repeat;
	text-indent:-9999px;
	height:24px;
}
.txt_programacion{
	background:url(../img/h2_programacion.png) no-repeat;
	text-indent:-9999px;
	height:29px;
}
.txt_deportistas{
	background:url(../img/h2_deportistas.png) no-repeat;
	text-indent:-9999px;
	height:24px;
}
.txt_musica1079{
	background:url(../img/h2_musica1079.png) no-repeat;
	text-indent:-9999px;
	height:29px;
}
.txt_publicidad{
	background:url(../img/h2_publicidad.png) no-repeat;
	text-indent:-9999px;
	height:29px;
}
.txt_legal{
	background:url(../img/h2_legales.png) no-repeat;
	text-indent:-9999px;
	height:29px;
}
.txt_quienes{
	background:url(../img/h2_quienes_somos.png) no-repeat;
	text-indent:-9999px;
	height:29px;
}
.txt_concursos{
	background:url(../img/h2_concursos.png) no-repeat;
	text-indent:-9999px;
	height:29px;
}
.txt_h2playlist{
	background:url(../img/h2_playlist.png) no-repeat;
	text-indent:-9999px;
	height:24px;
}
.txt_rss{
	background:url(../img/h2_rss.png) no-repeat;
	text-indent:-9999px;
	height:24px;
}
#col-1{
	width:655px;
	float:left;
	margin:0 15px 10px 0;
}
#col-2{
	width:300px;
	float:left;
	margin:0 0 10px 0;
}
#col-1 .columnita-1 {
	float: left;
	width: 339px;
	margin: 0 15px 0 0;
}
#col-1 .columnita-2 {
	width: 300px;
	float: left;
}

.publicidad{
	background:url(../img/publicidad.gif) no-repeat top center;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 10px 0;
}
.banner{
	margin:0 0 10px 0;
	text-align:center;
}
.banner a {
	margin: 0 0 10px 0;
}

#player{
	width: 655px;
	height:392px;
	background: url(../img/bg_player_home.gif);
	margin:0 0 10px 0;
}
#player #media {
	width: 295px;
	height:185px;
	float: left;
	margin: 45px 0 0 45px;
	padding: 135px 0 0 245px ;
	background:url(../img/player_img.jpg) no-repeat;
}

.box-1{
	width:339px;
	float:left;
	
	margin:0 15px 10px 0;
	background:url(../img/box-1-top.gif) no-repeat top center;
}
.box-1 .bot{
	background:url(../img/box-1-bot.gif) no-repeat bottom center;
	padding:8px 6px 8px 13px;
}
.box-2{
	width:300px;
	float:right;
	margin:0 0 10px 0;
	background:url(../img/box-2-top.gif) no-repeat top center;
}
.box-2 .bot{
	background:url(../img/box-2-bot.gif) no-repeat bottom center;
	padding:8px 6px 8px 13px;
}

.box-1 h3{
	height:22px;
	text-indent:-9999px;
	width:280px;
	margin:0 0 10px 0;
	float: left;
}
.box-2 h3{
	height:22px;
	text-indent:-9999px;
	float:left;
	width:240px;
	margin:0 0 10px 0;
}
.txt_videos{
	background:url(../img/videos_destacados.gif) no-repeat;
}
.txt_playlist{
	background:url(../img/top_playlist.gif) no-repeat;
}
.txt_adn30{
	background:url(../img/top_adn30.gif) no-repeat;
}
.txt_playlist a {
	display: block;
}
.txt_playlist400{
	background:url(../img/top_playlist400.gif) no-repeat;
}
.txt_audios{
	background:url(../img/audios.gif) no-repeat;
}
.txt_vota{
	background:url(../img/vota.gif) no-repeat;
}
.leermas{
	color:#ccc;
	font:11px Arial, Helvetica, sans-serif;
	padding:4px 0;
	float: left;
}
.tt_lajugada{
	background:url(../img/tt_lajugada.png) no-repeat;
}
.tt_thesong{
	background:url(../img/tt_thesong.png) no-repeat;
}
.tt_elmomento{
	background:url(../img/tt_elmomento.png) no-repeat;
}

.prog-1{
	width:68px;
	float:left;
}
.prog-2{
	width:557px;
	float:left;
}
.prog-2 .f-left {
	float: left;
}
.prog-2 .f-right {
	float: right;
}
.prog-3{
	width:166px;
	float:left;
}

.multimedia {
	list-style:none;
}
.box-largo {
	height: 290px;
	float: left;
}
.box-1 .multimedia{
	height:195px;
	width:315px;
	float: left;
	display: block;
	clear:both;
}
.box-1 .largo{
	height:293px;
	width:315px;
	float: left;
	display: block;
	clear:both;
}
.corto{
	height:195px;
	width:315px;
	float: left;
	display: block;
	clear:both;
}
.multimedia li{
	margin:0 0 8px 0;
	height:90px;
}
.multimedia .foto{
	float:left;
	margin:0 12px 0 0;
}
.multimedia .foto a{
	position:absolute;
	background:url(../img/play.png) no-repeat 88px 63px;
	display:block;
	width:120px;
	height:90px;
}
.multimedia h4{
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
.box-1 .multimedia h4{
	font:bold 13px Arial, Helvetica, sans-serif;
}
.multimedia p{
	color:#ccc;
}
.box-1 .multimedia p{
	font-size:11px;
}
.multimedia a{
	color:#f00;
	text-decoration:none;
}

.playlist{
	clear:both;
	list-style:none;
}
.box-2 .playlist{
	height:195px;
	width:276px;
}
.box-2 .largo{
	height:285px;
	width:276px;
	float: left;
	display: block;
	clear:both;
}
.box-2 .larguisimo{
	height:490px;
	width:276px;
	float: left;
	display: block;
	clear:both;
}
.playlist li{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	height:90px;
	border-bottom:1px solid #151515;
	background:url(../img/playlist_large.gif) no-repeat;
}
.playlist.play li{
	background:none;
}
.box-2 .playlist li{
	height:80px;
	background:url(../img/playlist.gif) no-repeat;
}
.playlist .foto{
	float:left;
	margin:0 14px 0 0;
}
.playlist .trackInfo{
	float:left;
	width:420px;
}
.playlist .play{
	float:left;
}
.box-2 .playlist .foto{
	margin:0 8px 0 0;
}
.playlist h4{
	font-size:15px;
	margin:0;
}
.playlist .track{
	float:left;
	width:47px;
	margin:8px;
	height:80px;
	font-weight:bold;
	font-size:18px;
}
.box-2 .playlist .track{
	width:27px;
	margin:12px 8px 0 0;
	text-align:center;
	line-height:20px;
	height:80px;
}
.playlist strong{
	font-size:13px;
	font-weight:normal;
	display:block;
}
.playlist p{
	font-size:11px;
	color:#999999;
	margin:0 0 5px 0;
}
.playlist a{
	color:#fff;
	text-decoration:none;
}

.btplay {
	padding-top:10px;
}
#vota{
	clear:both;
	padding: 0 0 0 10px;
}
#vota h4{
	font-size:14px;
	color:#fff;
	margin:0 0 15px 0;
}
#vota ul{
	list-style:none;
	margin:15px 0;
}
#vota ul li{
	clear:both;
}
#vota input{
	float:left;
	margin:0 10px 7px 0;
}
#vota label{
	float:left;
	width:240px;
	margin:3px 0 7px 0;
}
#vota .btn_votar{
	background:url(../img/btn_votar.gif);
	width:54px;
	height:23px;
	text-indent:-9999px;
	float:left;
	display:block;
	margin:3px 10px 0 0;
	outline:none;
}
#vota .btn_resultados{
	background:url(../img/btn_resultados.gif);
	width:85px;
	height:23px;
	text-indent:-9999px;
	float:left;
	display:block;
	outline:none;
	margin:3px 0 0 0;
}
#resultados{
	display:none;
	padding:10px;
	font-size: 11px;
	
}
.barra-content {
	background:#333;
	height:10px;
	margin:5px 0 10px;
}
.barra{
	min-width: 1px;
	background:#f00;
	height:10px;
	
}
#resultados strong{
	color: #f00;
	font-size: 12px;
}


.box-3{
	background:url(../img/tabs_top.gif);
}
.box-3 div.bot{
	background:url(../img/tabs_bot.gif) no-repeat center bottom;
	padding:13px;
}
.tabs{
	list-style:none;
	height:38px;
	border-bottom:1px solid #333;
}
.tabs li{
	float:left;
	margin:0 1px 0 0;
}
.tabs a{
	display:block;
	text-indent:-9999px;
	height:39px;
}
.tabs #t_top10 a{
	background:url(../img/tab_top.png);
	width:94px;
}
.tabs #t_top10.a a{
	background:url(../img/tab_top_a.png);
	width:94px;
}
.tabs #t_top100 a{
	background:url(../img/tab_top100.png);
	width:108px;
}
.tabs #t_top100.a a{
	background:url(../img/tab_top100_a.png);
	width:108px;
}
.tabs #t_videos a{
	background:url(../img/tab_videos.png);
	width:108px;
}
.tabs #t_videos.a a{
	background:url(../img/tab_videos_a.png);
}
.tabs #t_audios a{
	background:url(../img/tab_audios.png);
	width:109px;
}
.tabs #t_audios.a a{
	background:url(../img/tab_audios_a.png);
}
.tabs #t_lajugada a{
	background:url(../img/tab_lajugada.png);
	width:134px;
}
.tabs #t_lajugada.a a{
	background:url(../img/tab_lajugada_a.png);
}
.tabs #t_thesong a{
	background:url(../img/tab_thesong.png);
	width:125px;
}
.tabs #t_thesong.a a{
	background:url(../img/tab_thesong_a.png);
}
.tabs #t_elmomento a{
	background:url(../img/tab_elmomento.png);
	width:151px;
}
.tabs #t_elmomento.a a{
	background:url(../img/tab_elmomento_a.png);
}
.tabs #t_playlist a{
	background:url(../img/tab_playlist.png);
	width:168px;
}
.tabs #t_playlist.a a{
	background:url(../img/tab_playlist_a.png);
}
.tabs #t_adn30 a{
	background:url(../img/tab_adn30.png);
	width:141px;
}
.tabs #t_adn30.a a{
	background:url(../img/tab_adn30_a.png);
}
.tabs #t_playlist400 a{
	background:url(../img/tab_playlist400.png);
	width:117px;
}
.tabs #t_playlist400.a a{
	background:url(../img/tab_playlist400_a.png);
}
.tabs #t_registrate a{
	background:url(../img/tab_registrate.png);
	width:243px;	
}
.tabs #t_grilla a{
	background:url(../img/tab_grilla.png);
	width:81px;
}
.tabs #t_grilla.a a{
	background:url(../img/tab_grilla_a.png);
}
.tabs #t_lunes a{
	background:url(../img/tab_lunes.png);
	width:158px;
}
.tabs #t_lunes.a a{
	background:url(../img/tab_lunes_a.png);
}
.tabs #t_sabados a{
	background:url(../img/tab_sabados.png);
	width:209px;
}
.tabs #t_sabados.a a{
	background:url(../img/tab_sabados_a.png);
}
.tabs #t_participa a{
	background:url(../img/tab_concursos.png);
	width:169px;
}
.tabs #t_participa.a a{
	background:url(../img/tab_concursos_a.png);
}
.tabs #t_aviso a{
	background:url(../img/tab_aviso.png);
	width:131px;
}
.tabs #t_publicidad a{
	background:url(../img/tab_publicidad.png);
	width:121px;
}
.tabs #t_quienes a{
	background:url(../img/tab_quienes.png);
	width:162px;
}
.tabs #t_rss a{
	background:url(../img/tab_rss.png);
	width:51px;
}

.concursos{
	list-style:none;
	margin:10px 0;
}
.concursos li{
	margin:0 0 8px 0;
	height:90px;
}
.concursos .foto{
	float:left;
	margin:0 12px 0 0;
}
.concursos h4{
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
.concursos p{
	color:#ccc;
}
.concursos a{
	color:#f00;
	text-decoration:none;
}
#concurso .field{
	width:290px;
	float:left;
	height:60px;
}
#concurso label{
	display:block;
	cursor:pointer;
	margin:0 0 6px 0;
}
#concurso input[type="text"]{
	background:#000;
	border:1px solid #333;
	padding:5px;
	font-size:11px;
	width:178px;
	color:#fff;
}
#concurso textarea{
	background:#000;
	border:1px solid #333;
	padding:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	height:100px;
	color:#fff;
}
#concurso input[type="submit"]{
	background:url(../img/btn_enviar.gif);
	width:102px;
	height:27px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 5px 20px 500px;
	cursor:pointer;
}
#concurso input[type="reset"]{
	background:url(../img/btn_cancelar.gif);
	width:78px;
	height:27px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}
#concurso select{
	background:#000;
	border:1px solid #333;
	padding:5px 2px;
	font-size:11px;
	color:#fff;
}
.pag{
	margin:20px 0 0;
	height:40px;
}
.pag a{
	display:block;
	border:2px solid #333;
	float:left;
	padding:0 3px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	margin:0 5px 0 0;
}
.pag a.a{
	color:#ccc;
	font-size:26px;
	border:0;
	margin:-6px 5px 0 0;
}
.pag .prev, .pag .next{
	width:11px;
	height:21px;
	text-indent:-9999px;
	border:0;
	padding:0;
	margin:0 10px;
}
.pag .prev{
	background:url(../img/pag_prev.png);
}
.pag .next{
	background:url(../img/pag_next.png);
}

.back{
	line-height:20px;
	background:url(../img/back.gif) no-repeat;
	padding:0 0 0 20px;
	display:block;
	margin:30px 0 10px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

/* Registro */
#reg .field{
	width:207px;
	float:left;
	height:60px;
}
#reg label{
	display:block;
	cursor:pointer;
	margin:0 0 6px 0;
}
#reg input[type="text"],#reg input[type="password"]{
	background:#000;
	border:1px solid #333;
	padding:5px;
	font-size:11px;
	width:178px;
	color:#fff;
}
#reg select{
	background:#000;
	border:1px solid #333;
	padding:5px 2px;
	font-size:11px;
	color:#fff;
}
#reg input[type="checkbox"]{
	margin:0 0 10px 0;
}
#reg input[type="checkbox"] + label{
	display:inline-block;
	margin:0 0 10px 5px;
}
#reg input[type="submit"]{
	background:url(../img/btn_enviar.gif);
	width:102px;
	height:27px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 5px 0 435px;
}
#reg input[type="reset"]{
	background:url(../img/btn_cancelar.gif);
	width:78px;
	height:27px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}

/* rss */

div#contenedor_rss {
border:1px solid #DCEDE8;
float:left;
margin:10px 0 0;
width:100%;
}
ul#titles_rss {
border-bottom:1px solid #DCEDE8;
display:block;
float:left;
font-size:11px;
font-weight:bold;
padding:5px 5px 4px;
width:620px;
}
li.canal_rss {
display:block;
float:left;
margin:0 5px 5px 0;
width:150px;
}
li.url_rss {
display:block;
float:left;
margin:0 5px 5px 0;
width:340px;
}
li.icon_rss {
display:block;
float:left;
margin:0 0 5px;
width:90px;
}
ul#items_rss {
display:block;
float:left;
font-size:11px;
padding:8px 5px 2px;
}


/* Footer */
#footer{
	background:url(../img/footer-top.gif) no-repeat;
	height:160px;
	margin:20px 0;
	padding:20px 0;
}
#footer .left{
	float:left;
}
#footer .right{
	float:right;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	color:#ccc;
}
#footer #hormiga{
	background:url(../img/hormiga.gif);
	width:100px;
	height:16px;
	display:block;
	text-indent:-9999px;
	margin:0 0 60px 220px;
	outline:none;
}
#footer #fm1079{
	background:url(../img/fm1079.gif);
	width:341px;
	height:83px;
	display:block;
	text-indent:-9999px;
	outline:none;
}

.facebook {
	float: left;
	margin: 0 0 15px 0;
}
.iframes {
	border: none;
	background-color: none;
}
iframe div {
	border: none;
	background-color: none;
}
.twitter {
	float: left;
	margin: 0 0 15px 0;
}
.n_border{
	border:none;
	}
	
.tablaC{
	width:100%;
}
.tablaC tr td{
	height:50px;
	padding:10px 20px 10px 0;
	line-height:18px;
	vertical-align:top;
}
.tablaC tr td strong{
	color:#f00;
	font-size:14px;
	padding:0 5px;
}
.tablaC tr.tTabla td{
	color: #FF0000;
	font-size:14px;
	font-weight:bold;
}
#slide-home {
	width: 645px;
	height: 277px;
	background: url(../img/bg_slide_home.png) no-repeat;
	margin:0 0 10px 0;
	padding: 0 0 0 10px;
}
#slide-home .selectores {
	width: 100%;
	height: 30px;
}
.slide-activo {
	width: 250px;
	height: 217px;
	background: url(../img/bg_slide_activo.png) no-repeat;
	color: #fff;
	position:absolute;
	z-index: 10;
	padding: 10px 10px 10px 10px;
}
#slide-home h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 50px 10px 0;
	color: #fff;
}
#slide-home h2 a:hover {
	color: #c00;
}
#slide-home h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 50px 10px 0;
	color: #ccc;
}
#slide-home a {
	text-decoration: none;
	color: #fff;
}
#slide-home .bt-ver a {
	width: 40px;
	height: 23px;
	margin: 10px 0 0 0;
	display: block;
	background: url(../img/bt_ver_slide.png) no-repeat;
	text-indent: -9999px;
}
#slide-home .bt-ver a:hover {
	background-position: 0 -23px;
}
#slides-menu {
	width:640px;
	height: 20px;
	font-weight:bold;
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
}
#slides-menu .buttons{
	float: right;
	width: auto;
	height: 16px;
	margin:0 2px 0 0;
	padding: 0;
}
#slides-menu .buttons a{
	float: left;
	display:inline-block;
	background:url(../img/bt_slide_controls.png) no-repeat -40px 0px;
	width:13px;
	height:16px;
	text-indent:-9999px;
}
#slides-menu .buttons a.active{
	background:url(../img/bt_slide_controls.png) no-repeat -40px -25px;
}
.info .control{
	float: right;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	display:inline-block;
	}
.info .control a {
	width:10px;
	height:16px;
	background:url(../img/bt_slide_controls.png) no-repeat 0 0;
	text-indent:-9999px;
	float: right;

}
.info .control a.pausa {
	width:10px;
	height:16px;
	background-position:-20px 0;
	float:right;
	margin:0px 0px 0 0;
}
.info .control a.play {
	width:10px;
	height:16px;
	background-position:0 0;
	float:right;
	margin:0px 0px 0 0;
	display:none;
}
/* Estilos de Tooltips */
/*.tooltip {
	max-width:343px;
	background: url(../img/back_bottom_t_tip.png) no-repeat bottom left;
	margin:10px 0 0px 45px;
	display:none;
	font-size:11px;
	color:#fff;
	z-index:100;
	float: left;
}*/




#tooltip {
	margin:0 0 0px 0;
	background:url(../img/back_bottom_t_tip.png) top left no-repeat;
	position:absolute;
	margin: inherit;
    z-index:100;
    padding:0 0 0px 0;
}
#tooltip h3, 
#tooltip div { 
	margin: 0 0 0px 0px; }
#tooltip p {
	font-weight:normal;
	max-width:345px;
	margin:14px 0 0px 0;
	z-index:102;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	font-size:12px;
    padding:10px 10px 10px 10px;
   
}

p.tooltip{
    display: none;
}

