@charset "utf-8";
/* CSS Document */
#slides {
	width:740px;
	float:left;
	position:relative;
	}
.slides_container {
	width:520px;
	height:355px;
	margin-left:200px;
	}
#slides .slide {
	width:740px;
	float:left;
	}
#slides .prev {
	position:absolute;
	margin-top:-445px;
	z-index:6;
	margin-left:-5px;
	background-position:left;
	text-decoration:none;
	color:#000;
	width:86px;
	height:90px;
	background-image:url(../img/prev.png);
	background-repeat:no-repeat;
	}
#slides .prev:hover{
	background-image:url(../img/prev-h.png);
	}
#slides .next {
	position:absolute;
	margin-top:-445px;
	margin-left:75px;
	z-index:6;
	text-decoration:none;
	color:#000;
	width:86px;
	height:90px;
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	}
#slides .next:hover{
	background-image:url(../img/next-h.png);
	}
.pagination {
	display:none;
	}
.titulo{
	float:left;
	position:relative;
	background-image:url(../img/empresa-titulo.png);
	background-repeat:no-repeat;
	background-position:right;
	width:960px;
	height:229px;
	}
.titulo h1{
	font-family:"Decker";
	font-size:70px;
	color:#00e4ff;
	float:left;
	margin-left:580px;
	margin-top:90px;
	}
.titulo h2{
	font-family:"Free Serif";
	font-size:22px;
	color:#FFF;
	float:right;
	margin-right:20px;
	margin-top:125px;
	font-weight:normal;
	}
.foto{
	float:left;
	position:relative;
	width:512px;
	margin-top:15px;
	}
.texto{
	float:right;
	width:180px;
	position:relative;
	margin-top:-63px;
	background-color:#4f4f4f;
	padding:10px;
	z-index:6;
	}
.texto p{
	font-size:17px;
	font-family:"Free Serif";
	text-align:right;
	color:#FFF;
	line-height:18px;
	margin-top:10px;
	}