@charset "utf-8";
/* CSS Document */

#slides {
	width:960px;
	float:left;
	position:relative;
	margin-top:37px;
	}
.slides_container {
	width:960px;
	}
#slides .slide {
	width:960px;
	float:left;
	}
#slides .prev {
	width:52px;
	height:51px;
	position:absolute;
	background-image:url(../img/prev.png);
	background-color:transparent;
	border:none;
	top:-104px;
	right:86px;
	cursor:pointer;
	z-index:10;
	}
#slides .prev:hover {
	background-image:url(../img/prev-h.png);
	}
#slides .next {
	height:51px;
	position:absolute;
	background-image:url(../img/next.png);
	width:52px;
	background-color:transparent;
	border:none;
	top:-105px;
	right:20px;
	cursor:pointer;
	z-index:10;
	}
#slides .next:hover {
	background-image:url(../img/next-h.png);
	}
.pagination {
	display:none;
	}
.foto_s{
	width:532px;
	float:left;
	position:relative;
	}
.texto{
	float:left;
	position:relative;
	margin-top:15px;
	margin-left:10px;
	width:390px;
	border-top:1px solid #0295C1;
	border-bottom:1px solid #0295C1;
	padding-bottom:45px;
	padding-top:45px;
	}

.texto p {
    font-family:"Decker Bold";
    font-size: 18px;
	text-align:justify;
	padding-top:25px;
	line-height:21px;
	padding-right:12px;
	padding-left:5px;
}

.texto h1{
	font-size:28px;
	font-family: 'bebas_neueregular';
	font-weight:normal;
	color:#000;
	}

