/* Alambre Estudio 
   www.alambre.net
   //
   Estilos Quincena Musical CSS+XHTML
   Ciclos Ext
   Febrero 2010
*/

/* Ciclos externos */


#ciclos_ext{
	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: 305px;
	overflow-x: hidden;
}

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

#ciclos_ext .ver_ext a{
	width: 305px;
	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_ext ul li a:hover img{
	opacity: .60;
   -moz-opacity: .60;
   filter:alpha(opacity=60);
}

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


