/* http://varunnaik.github.com/A-Slider */
.aslide {
	display: none;
}
.aslide img {
	max-width: 100%;                
}
.aslider {
	width: 100%;
	height: 350px;
}
.aslide a {text-decoration: none;}
.aslide .text {
	margin: 0 auto;
	color: #a7275c;
	/*
	text-shadow: 0 0 1px #000;
	font-weight: bold;
	*/
	font-size: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.sombra {margin-bottom:10px; 
	background-image:url(../images/shadow_header.png);
	width: 466px;
	height: 20px;
	background-repeat:no-repeat;
	background-position: bottom center;
}