/* Alambre Estudio
   www.alambre.net
   //
   Estilos Quincena Musical CSS+XHTML
   Estructura General
   Enero 2010
*/

/* Recursos */

#newsletter_container, #boletin_container{
	display: block;
	background-repeat: no-repeat;
	background-color: #ECECEA;
	min-height:198px;
  	height:auto !important;
  	height:198px;
  	position: relative;
  	margin-bottom: 20px;
}

#newsletter_container{
	width: 625px;
}

#boletin_container{
	background-image: url(../img/estructura/banner_newsletter/fondo_newsletter_es.gif);
	width: 305px;
}

/* Newsletter */
#newsletter_container .contiene{
	position: absolute;
	width: 605px;
	top: 83px;
	left: 10px;
}


	input.tx-sremailsubscribe-pi1-text{
	border-style: solid;
	border-color: #A0A096;
	border-width: 1px;
	width: 188px;
	}

/* Boletin */

#boletin_container .explica{
	position: absolute;
	width: 285px;
	top: 83px;
	left: 10px;
}

#boletin_container .explica .enlace{
	margin-top: 10px;
}

#boletin_container .explica .enlace img:hover{
		opacity: .60;
   -moz-opacity: .60;
   filter:alpha(opacity=60);
}


/* Boletin */

#banner_boletin, #banner_boletin_mini{
	width: 625px;
	height: auto;
	background-image: url(../img/boletin/banner_boletin_fondo.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#banner_boletin_mini{
	width: 305px;
}

	#banner_boletin div, #banner_boletin_mini div{
	margin-left: 10px;
}

	#banner_boletin .titulo, #banner_boletin_mini .titulo{
	margin-bottom: 22px;
}

	#banner_boletin .exp, #banner_boletin_mini .exp{
	margin-bottom: 10px;
}

	#banner_boletin .enlace img:hover, #banner_boletin_mini .enlace img:hover{
	opacity: .60;
   	-moz-opacity: .60;
   	filter:alpha(opacity=60);
}

/* RSS */

.titulo_extrss{
	border-top-style: solid;
	border-top-color: #595954;
	border-top-width: 2px;
	width: 100%;
	}
.tx-feedforward-pi1{
	border-bottom-style: solid;
	border-bottom-color: #595954;
	border-bottom-width: 1px;
	font-size: 11px;
	margin-bottom: 20px;
}
.tx-feedforward-pi1 .rss-titulo{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	}
.tx-feedforward-pi1 p{
	margin-bottom: -8px;
	}
	
/* Ciclos grande */

#ciclos_gran{
	border-top-color: #595954;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #595954;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	width: 625px;
	overflow-x: hidden;
}

#ciclos_gran ul{
	display: block;
	clear: left;
	width: 625px;
}
	
#ciclos_gran ul li{
	float: left;
	height: 70px;
	margin: 0;
	padding: 0;
}

#ciclos_gran .ver_ext a{
	width: 625px;
	font-weight: bold;
	display: block;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #6D3232;
	margin-top: 12px;
}

#ciclos_gran ul li a:hover img{
	opacity: .60;
   -moz-opacity: .60;
   filter:alpha(opacity=60);
}

#ciclos_gran .ver_ext a:hover{
	background-color: #f1f1f1;
}

/* Ciclos mini */

#ciclos_mini{
	border-top-color: #595954;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #595954;
	border-bottom-width: 1px;
	margin-bottom: 20px;
	width: 625px;
	overflow-x: hidden;
}

#ciclos_mini ul{
	display: block;
	clear: left;
	width: 625px;
}
	
#ciclos_mini ul li{
	float: left;
	height: 57px;
	margin: 0;
	padding: 0;
}

#ciclos_mini .ver_ext a{
	width: 625px;
	font-weight: bold;
	display: block;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #6D3232;
	margin-top: 12px;
}

#ciclos_mini ul li a:hover img{
	opacity: .60;
   -moz-opacity: .60;
   filter:alpha(opacity=60);
}

#ciclos_mini .ver_ext a:hover{
	background-color: #f1f1f1;
}

/*  Nueva Galeria */

ul.slideshow {
	list-style:none;
	width:625px;
	height:325px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	margin-bottom: 20px;
	
}	
 
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
 
ul.slideshow li.show {
	z-index:500;	
}
 
ul img {
	border:none;	
}
 
 
#slideshow-caption {
	width:625px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;overflow: hidden;
}
 
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}
 
#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:15px;
}
 
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
