html, body {
	padding: 0;
	margin: 0;/* height: 100%; */
			}
body, div, p {
	font-family: Arial, Helvetica, Verdana;
	color: #333;
}
body {
	background-color: #eee;
}
h1 {
	font-size: 60px;
}
a, a:link, a:active, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #9E1F63;
}
#intro {
	width: 580px;
	margin: 0 auto;
}
.wrapper {

	width: 768px;
	margin: 0 auto;
	padding: 0;
	height:360px;
}
.list_carousel {
	margin: 0;
	width: 768px;
	height:340px;
	padding:10px 0;
	background: url(../img/fondo.jpg) no-repeat #CCC;	
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #FFF;
	text-align: center;
	background-color: #999;
	width: 236px;
	height: 290px;
	padding: 3px 0 0;
	margin: 0 10px;
	display: block;
	float: left;
	background:url(../img/fondo-item.png) no-repeat;
}
.list_carousel li a{ margin:0; padding:0; display:block; height:185px;}
.list_carousel li img{ margin:0; padding:0;}
.list_carousel li p{ font-family: Tahoma, Geneva, sans-serif; font-size:11px; color:#000; margin:0 5px 0; text-align:right; text-shadow: 1px 1px 0px #FFFFFF;  line-height:11px; padding:0;}
.list_carousel li p a{ display:inline;}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
h2{ background:url(../img/fondo-titular.png) 0 3px no-repeat; padding:0px 42px; font-family:Helvetica, Arial, Helvetica, sans-serif; font-size:30px; margin:10px;}