
/************************************/
/* noticias */

.noticia_bloque {
	border-top: double;
	margin: 20px 0 20px 0;	
}

.noticia_title {
	display: block;
	text-align: center;
	font-weight:bold;
	font-size:13pt;
	padding: 10px;
}

.noticia_date {
	font-family: Georgia;
	display: block;
	text-align: center;	
	font-weight:bold;
	font-size:10pt;	
	padding: 10px;
}

.noticia_story {
	font-size:11pt;
	margin: 5px 0 5px 5px;
	padding: 10px 0 20px 5px;
	text-indent: 20px;
	text-align: justify;
}

.noticia_selector {
	font-size: 9pt;
	display: block;
	text-align: center;
}

.noticias_paginator {	
	font-size:10pt;
	text-align:right;
}

.noticias_paginator a {
	color: black;
}

.noticias_paginator a:hover {
	color: #528CE0;
}

/************************************/
/* fechas */

.fecha_bloque {
	margin: 0 0 80px 0;	
	line-height: 150%;
	overflow: hidden;
	height: 1%;	
}

.rt_fecha, .rt_ciudad {
	font-size: 10pt;
}

.fechahoraciudad {
	margin: 0 0 8px 0;
	background: url(../img/doubleRule.gif) bottom repeat-x;
	font-family: Georgia;
}

.fecha {
	font-weight: bold;
	font-family: Georgia;
}

.hora {
	font-size: 10pt;
}

.ciudad {	
}

.lugar {
	font-style: italic;
}

.flyer {
	float:right;
	margin: 0 0 0 10px;
}


/************************************/
/* fotos page */

.photo_gallery {
	margin: 10px 0 20px 0;		
}


/************************************/
/* video page */

#video_player {
	width: 400px;
	height: 400px;
	margin: 0 auto 0 auto;
	background: url(../img/tv.jpg) no-repeat;	
}

#video {
	padding: 52px 0 0 55px;	
}

#video_thumbs_container {
	width: 500px;
	height: 300px;
	margin: 20px auto 20px auto;
	border: 1px solid gray;
	overflow-y: scroll;
	line-height: 70%;
}


.video_thumb {
	overflow: hidden;
	height: 1%;
	width: 455px;
	height: 85px;
	border: 1px solid gray;
	margin: 10px;
}

.video_thumb:hover {
	background: #dcdac2;
}

.video_thumb img {
	float: left;
	margin: 3px 10px 3px 5px;
}

.video_info {	
}

.video_title,
.video_lenght,
.video_description {
	margin: 5px;
}

.video_title {
	font-weight: bold;
	font-size: 10pt;
}

.video_length {
	margin: 0;
	font-size: 9pt;
	font-family: Georgia;
}

.video_description {
	font-size: 9pt;
}

/******************************************/
/* audio */

.audio {
	display: block;
	margin: 0 0 10px 0;
}

.audio_content {
	margin: 5px 0 60px 0;
	text-align: center;
}

.audio_content a {
	font-size: 10pt;
}

.audio_content div {
	margin: 10px 0 10px 0;
}

.audio_comentario {
	
}

/*****************************************/
/* discos */

.cd_cover {
	margin: 0px 15px 0px 0;
}

.cd_name {
	font-size: 12pt;	
	font-style: italic;
	margin:-10px 0 10px 5px;
}

#cancion {
	font-weight: bold;
	background: url(../img/doubleRule.gif) bottom repeat-x;
	padding-bottom: 3px;
}

#letra {
	font-size: 11pt;
}

.tracks {
	text-decoration: underline;
	font-size: 10pt;
	margin: 5px;
}

.tracklist {
	font-size: 9pt;
	margin:5px;
}


/*****************************************/
/* historia */

.historia {
	margin: 0 20px 20px 20px;
	text-indent: 30px;
	font-size: 11pt;
	line-height: 110%;
	text-align: justify;
}


/****************************************/
/* prensa */

.nota {
	margin: 10px 0 15px 0;
}


/***************************************/
/* contacto */

.contacto ul {
	margin: 10px 0 25px 5px;
}


/***************************************/
/* fans */

#formulario {
	margin: 10px 0 10px 5px;
}

blockquote {
	margin:10px 10px 30px 10px;
	font-style: oblique;
}


/***************************************/
/* links */

.link {
	margin: 10px 0 25px 5px;
}

.link h4 {
	font-weight: normal;
}

/***************************************/
/* radio */

#radio_container {
	overflow: hidden;
	height: 1%;
	margin: 10px;
}

#radio_streamer {
	float:left;
	width: 180px;	
	margin-top: 10px;
}

#radio_counter {
	float:right;
	width: 200px;
	margin-right: 100px;
}

#radio_info {
	margin: 30px 10px;	
}

#radio_info p {
	font-size: 11pt;
	margin: 5px 0 5px 0;
}

#instrucciones_inner {
	margin: 10px;
	height: 400px;
}


#instrucciones_inner h2 {	
	text-align: center;
	font-style: italic;
	font-size: 13pt;	
}

.instrucciones_block {
	padding: 10px 0;
	font-size: 10pt;
}

.instrucciones_block img {
	margin: 0 20px;
}

.instrucciones_block h3 {
	margin-bottom: 10px;
}


