/* CSS Reset by Eric Meyer | v1.0 | 20080212 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Estilos */

body {
  font-family: arial, helvetica, sans;
  font-size: .8em;
  line-height: 120%;
}

a {
  color: darkred;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.ancho {
  min-width: 763px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#cabecera {
  height: 100px;
  background-color: black;
  position: relative;
}

#cabecera .ancho {
  background: black url(../imagenes/cabecera_00.png) top left no-repeat;
  height: 100px;
}

#cabecera h1 {
  margin-left: 30px;
  float: left;
}

#cabecera h1 a {
  display: block;
  text-indent: -9999px;
  width: 292px;
  height: 100px;
  margin-left: 90px;
}

#cuerpo {
  height: 100px;
  position: relative;
  padding: 0 5px 0 0;
}

#contenido {
  position: absolute;
  left: 0;
  right: 370px;
  padding: 10px;
  padding-top: 20px;
}

#lateral {
  position: absolute;
  right: 0;
  width: 360px;
}

#buscador {
  height: 29px;
  margin-bottom: 10px;
}

#buscador #q {
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 10px;
  width: 245px;
  color: #666;
}

#lateral h2 {
  font-weight: old;
  font-size: 100%;
  margin-bottom: 4px;
  margin-top: 20px;
}

#lateral .col1 {
  width: 180px;
  float: left;
}

#lateral .col1 p {
  line-height: 120%;
  margin-bottom: .5em;
  text-align: center;
  color: #333;
  text-style: italic;
  font-size: 90%;
}


#lateral .col2 {
  width: 170px;
  margin-left: 10px;
  float: left;
  text-align: center;
  font-size: 90%;
  color: #333;
}

#lateral .col2 #botonpaypal p {
  margin-bottom: 10px;
  color: darkred;
}

#lateral .col2 #botonpaypal .donantes {
  margin-top: 10px;
}

#lateral .col2 #botonpaypal .donantes p {
  color: #333;
}

#lateral .col2 #botonpaypal .donantes strong {
  color: darkgreen;
}

#lateral ul {
  border-top: 1px solid orange;
  margin-bottom: 20px;
}

#lateral ul li {
  position: relative;
  border-bottom: 1px solid orange;
}

#lateral ul li a {
  padding: 4px;
  color: #000;
  text-decoration: none;
  display: block;
  background-color: lightyellow;
  padding-right: 14px;
}

#lateral ul li a.feed {
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 0 0 0;
  background-color: transparent;
  margin-right: 0;
}

#lateral ul li a:hover {
  background-color: darkorange;
}

#lateral ul li a.feed:hover {
  background-color: transparent;
}

#lateral ul.recomendados {
  border-top: 1px solid black;
}

#lateral ul.recomendados li a {
  background-color: white;
}

#lateral ul.recomendados li a:hover {
  background-color: #eee;
}

#lateral ul.recomendados li {
  border-bottom: 1px solid#ccc;
}

.programa {
  clear: both;
  margin-bottom: 50px;
}

.programa h1 {
  color: darkred;
}

.programa h2 {
  font-size: 110%;
  font-weight: bold;
}

.programa h2 a {
  color: black;
}

.programa h2 a:hover {
  text-decoration: none;
}

.programa img {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 0 0 1em;
}

.estatica img {
  float: none;
}

.programa img.imagen_portada {
  width: 200px;
}

.programa img.imagen_programa {
  width: 300px;
}

.programa img.imagen_listado {
  width: 150px;
}

.programa h1 {
  font-size: 130%;
  line-height: 120%;
}

.programa h1 a {
  color: darkred;
  text-decoration: none;
}

.programa .resumen {
  margin-bottom: 1em;
}

.programa .resumen p {
  display: inline;
}

.programa p {
  margin-bottom: .5em;
}

.imgcab {
  text-align: center;
  margin-left: 160px;
  margin-right: 100px;
  padding-top: 10px;
}

.menusup {
  text-align: right;
  font-size: 110%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 357px;
  background: url(../imagenes/cabecera_01.png) right top no-repeat;
}

.menusup ul {
  position: absolute;
  bottom: 0px;
  margin-right: 0px;
  right: 120px;
  width: 22em;
}

.menusup li {
  float: left;
  background: #9b6b3d url(../imagenes/fondo_marmol.jpg) left top repeat;
  padding: 3px 0;
  margin-left: 4px;
  border-radius: 2px 2px 0 0;
}

.menusup li a {
  display: block;
  padding: 3px 10px;
  color: #f0f0f0;
}

.menusup li a:hover {
  color: white;
  text-decoration: none;
}

#paginado a {
  background-color: darkred;
  color: white;
  padding: 5px;
}

#paginado a:hover {
  text-decoration: none;
  background-color: #a11;
}

#pag_ant {
  float: left;
}

#pag_sig {
  float: right;
}

.resultado_busqueda p {
  font-size: 150%;
  margin-bottom: 1em;
  text-align: center;
}

.izquierda {
  float: left;
  margin: 0 1em 1em 0;
}

.derecha {
  float: right;
  margin: 0 0 1em 1em;
}

.centrado {
  text-align: center;
}

.recuadro img {
  border: 1px solid #ccc;
  padding: 3px;
}

.cabecera_seccion {
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 90%;
  background-color: #eee;
  color: #333;
}

#pagina_podcasts .cabecera_seccion {
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: white;
  font-size: 100%;
}


.cabecera_seccion img {
  float: left;
  margin: 0 10px 5px 0;
}

.cabecera_seccion h3 {
  font-size: 140%;
  margin-bottom: 5px;
  color: darkred;
}

.cabecera_seccion p {
  margin-left: 140px;
}

#pagina_podcasts .cabecera_seccion h3 {
  margin-bottom: 10px;
}

.cabecera_seccion a.feed {
  float: right;
  background: transparent url(../imagenes/feed14.png) no-repeat scroll left center;
  padding-left: 18px;
}

.cabecera_seccion a.feed img {
  float: none;
  margin: 0;
}

a.audio-mp3 {
  display: block;
  float: left;
  width: 300px;
  height: 55px;
  text-align: center;
  background: url(../imagenes/botongen1.jpg)  3px no-repeat;
  padding-left: 50px;
  margin: 5px 0;
  line-height: 150%;
}

a.audio-mp3:hover {
  background: url(../imagenes/botongen2.jpg) top left no-repeat;
  text-decoration: none;
}

a.descargar-mp3 {
  display: block;
  float: left;
  width: 32px;
  height: 55px;
  background: url(../imagenes/download.png)  left bottom no-repeat;
  text-indent: -9999px;
  margin-left: 10px;
}

.subscripcion {
  border: 1px solid #ccc;
  margin: 5px 10px 10px 140px;
  padding: 5px;
  text-align: center;
  background-color: white;
}

.subscripcion p {
  margin-left: 0;
}

.subscripcion img {
  float: none;
  vertical-align: middle;
}

.subscripcion form {
  text-align: left;
  margin-left: 2em
}

.subscripcion form p {
  margin-bottom: 5px;
}

.aviso{
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.aviso p {
  margin-bottom: 1em;
}

.texto_resaltado {
  color: darkred;
  font-size: 130%;
}

.socialdiv {
  margin: 1em 0;
  clear: left;
}

.socialdiv a {
  margin-right: 1em;
}

/* Carrusel */

.carrusel {
  width: 468px;
  margin: 0 auto;
  border: 1px solid #999;;
  background-color: #ccc;
  padding: 4px;
  margin-bottom: 10px;
}

/* this makes it possible to add next button beside scrollable */
.carrusel .scrollable {
  float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.carrusel a.browse {
  background:url(/imagenes/hori.png) no-repeat;
  display:block;
  width:20px;
  height:20px;
  float:left;
  margin:40px 10px;
  cursor:pointer;
  font-size:1px;
}

/* right */
.carrusel a.right { 
  background-position: 0 -20px;
  clear:right;
  margin-right: 0px;
}

.carrusel a.right:hover	{
  background-position:-20px -20px;
}

.carrusel a.right:active {
  background-position:-40px -20px;
} 


/* left */
.carrusel a.left {
  margin-left: 0px;
} 

.carrusel a.left:hover {
  background-position:-20px 0;
}

.carrusel a.left:active	{
  background-position:-40px 0;
}

/* disabled navigational button */
.carrusel a.disabled {
  visibility:hidden !important;		
} 	

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
.carrusel div.scrollable { 
  /* required settings */ 
  position:relative; 
  overflow:hidden; 
  width: 400px; 
  height:100px; 
  border: 1px solid #999;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.carrusel div.scrollable div.items { 
  /* this cannot be too large */ 
  width:20000em; 
  position:absolute; 
  background-color: white;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
.carrusel div.scrollable div.items div { 
  float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
.carrusel div.items div.active { 
  border:1px inset #ccc; 
  background-color:#fff; 
}

.radio_online {
  text-align: center;
}


.radio_online .programacion {
  margin-top: 5px;
  border: 1px solid #999;
  display: block;
  background: #ccc;
  color: black;
  padding: 5px;
  font-weight: bold
}

.radio_online .programacion:hover {
  text-decoration: none;
  background: #ddd;
}

.programacion table {
  margin-top: 20px;
}

.programa .imagenes_comic img {
  border: 0;
  margin: 0;
  display: block;
  padding: 0;
}

#pagina_huracan .ancho {
  width: 1000px;
}

.banner_centrado {
  text-align: center;
}

h2.titulo_humor_huracan {
  border-bottom: 1px solid orange;
}

.programa .banner {
  text-align: center;
}

.programa .banner img {
  border: 0;
  margin-bottom: 0em;
  float: none
}

/* Nuevo player */

.icon-play .icon,
.icon-pause .icon,
.icon-download .icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mp3_player {
  font-size: 300%;
  color: rgb(93, 94, 98);
  float: left;
  margin: 0 .3em .1em 0;
}

.mp3_player:hover {
  color: rgb(72, 74, 73);
  text-decoration: none;
}

.mp3_player.icon-pause {
  color: rgb(240, 207, 12);
}

.mp3_player.icon-pause:hover {
  color: rgb(206, 171, 0);
}


.descargar_mini {
  display: table-cell;
  padding-left: 16px;
  line-height: 20px;
  padding-right: 1em;
  background: url(../imagenes/arrow_down.png) left center no-repeat;
}