@charset "utf-8";
/* INFOMEGO - www.acalusodelburro.com */
/* Reset */
*{
	padding:0;
	border:0;
	margin:0;
}
body {
	background: #ecd4a4 url(../images/fondo.jpg) repeat-x fixed;
}
/* Contenedor */
#mainwrapper {
	width: 950px;
	border: 1px solid #666;
	margin: 25px auto;
}
/* Cabecera */
#headerwrapper {
	width: 920px;
	height: 165px;
	border: 15px solid #fff;
	background: #ff9900;
}
/* Contenido */
#contentwrapper {
	width: 920px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
	background: #6699cc;
	overflow: hidden;
}
/* Cajas de texto */
.text {
	width: 880px;
	margin: 10px auto 0 auto;
	clear: both;
	overflow: hidden;
}
.text h1 {
	font: 1.5em/2em Arial;
	color: #003366;
	margin-bottom: 10px;
}
.text p {
	font: 0.90em/1.2em Arial;
	color: #eff3f6;
	text-align: justify;
	margin-bottom: 10px;
}
.text strong {
	font-style: italic;
	color: #2b5b8b;
}
.text ul {
	list-style-type: circle;
	margin-bottom: 10px;
	list-style-position: inside;
}
.text li {
	font: 0.90em/1.2em Arial;
	color: #eff3f6;
}
.columnleft {
	width: 430px;
	float: left;
	margin-right: 20px;
}
.columnright {
	width: 430px;
	float: left;
}
/* Galeria de fotos */
#carousel_container {
	width: 920px;
	height: 210px;
	margin: 25px 0;
}
#carousel_inner {
	float: left;
	width: 855px;
	height: 210px; 
	overflow: hidden;
}
#carousel_ul {
	position:relative;
	left:-280px;
	list-style-type: none;
	width:9999px;
}
#carousel_ul li{
	float: left;
	width: 280px;
	height: 210px;
	margin-right: 5px;
}
#carousel_ul li img {
	cursor: pointer; 
	border: 0; 
}
#carousel_ul li p {
	font: 13px/25px Arial;
	color:#2b5b8b;
}
#left_scroll {
	float:left;
	width: 33px;
	height:210px;
}
#right_scroll {
	float:left;
	width: 32px;
	height:210px;
}
#left_scroll div.buttom, #right_scroll div.buttom {
	width: 15px;
	height: 15px;
	margin: 82px auto 83px auto;
}
#left_scroll div.buttom {
	background: url(../images/botones.png) no-repeat 0 0;
}
#right_scroll div.buttom {
	background: url(../images/botones.png) no-repeat -15px 0;
}
#left_scroll div.buttom:hover {
	background: url(../images/botones.png) no-repeat 0 -15px;
	cursor: pointer;
}
#right_scroll div.buttom:hover {
	background: url(../images/botones.png) no-repeat -15px -15px;
	cursor: pointer;
}
/* Top link */
.top {
	width: 900px;
	height: 25px;
	text-align: right;
	margin: 0 20px 20px 0;
}
.top a, .top a:visited {
	font: 0.90em/25px Arial;
	color: #2b5b8b;
	text-decoration: none;
}
.top a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/* Pie */
#footerwrapper {
	width: 920px;
	height: 165px;
	background: #99cc00;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
}
