@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
	font-family:"Decker Bold";
	src:url("../fonts/Decker_Bold/DeckerB.eot?") format("eot"),
	url("../fonts/Decker_Bold/DeckerB.woff") format("woff"),
	url("../fonts/Decker_Bold/DeckerB.ttf") format("truetype"),
	url("../fonts/Decker_Bold/DeckerB.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"BebasNeue";
	src:url("../fonts/BebasNeue/BebasNeue.eot?") format("eot"),
	url("../fonts/BebasNeue/BebasNeue.woff") format("woff"),
	url("../fonts/BebasNeue/BebasNeue.ttf") format("truetype"),
	url("../fonts/BebasNeue/BebasNeue.svg#BebasNeue") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"Decker";
	src:url("../fonts/Decker/Decker.eot?") format("eot"),
	url("../fonts/Decker/Decker.woff") format("woff"),
	url("../fonts/Decker/Decker.ttf") format("truetype"),
	url("../fonts/Decker/Decker.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
	}
body{
	background:url(../img/bg.jpg) no-repeat center top;
	}
#contenedor{
	width:100%;
	/*overflow:hidden;*/
	z-index:9999;
	position:relative;
	}
.pad{
	padding-left:0px;
	padding-right:0px;
	}
.clear{
	clear:both;
	}
header{
	background:#FFF;
	}
#tel{
	text-align:center;
	font-size:15px;
	margin-top:80px;
	}
@media (max-width: 768px){
#tel{
	margin-bottom:20px;
	margin-top:20px;
	}
	}
#menu{
	background:#cbc9c9;
	margin-bottom:0px !important;
	border:none;
	overflow:hidden;
	}
#menu a{
	float:left;
	position:relative;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	border-right:solid 1px #000;
	padding:16px 30px;
	}
#menu a:hover{
	background:#c20d11;
	color:#FFF;
	text-decoration:none;
	}
#menu .selec{
	background:#c20d11;
	color:#FFF;
	text-decoration:none;
	}
@media (max-width: 768px){
#menu a{
	width:100%;
	border:none;
	}
	}
#prev{
	width:49px;
	height:63px;
	position:absolute;
	left:20px;
	top:45%;
	z-index:100;
	background:url(../img/arrows.png) no-repeat left;
	}
#prev:hover{
	background:url(../img/arrows-h.png) no-repeat left;
	}
#next{
	width:49px;
	height:63px;
	position:absolute;
	right:20px;
	top:45%;
	z-index:100;
	background:url(../img/arrows.png) no-repeat right;
	}
#next:hover{
	background:url(../img/arrows-h.png) no-repeat right;
	}
#home{
	margin-top:40px;
	margin-bottom:45px;
	}
.home{
	border:solid 1px #c20d11;
	margin-top:15px;
	margin-right:10px;
	float:left;
	position:relative;
	width:100%;
	background:#FFF;
	}
.home-text{
	background:#c20d11;
	width:100%;
	float:left;
	position:relative;
	color:#FFF;
	font-family:"BebasNeue";
	font-size:36px;
	padding:15px;
	}
.home-text2{
	background:#c20d11;
	width:100%;
	float:left;
	position:relative;
	color:#FFF;
	font-family:"BebasNeue";
	font-size:30px;
	padding:15px;
	padding-right:60px;
	}
.home-mas{
	position:absolute;
	right:0px;
	bottom:0px;
	background:#000;
	width:55px;
	height:90px;
	}
.mas{
	color:#000;
	border-radius:50px;
	background:#FFF;
	padding:10px;
	margin:12px;
	top:15px;
	}
.home-hov{
	display:none;
	}
.home:hover .home-hov{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	background:rgba(255,255,255,0.80);
	}
#barra{
	background:#000;
	text-align:center;
	margin-top:30px;
	}
#barra h1{
	font-family:"BebasNeue";
	font-size:36px;
	color:#FFF;
	margin-top:5px;
	}
.nombre-pro{
	background:#c20d11;
	padding:30px 23px;
	border-radius:50px;
	border-top-left-radius:0px;
	padding-bottom:50px;
	text-transform:uppercase;
	font-size:20px;
	color:#FFF;
	text-align:right;
	font-family:"Decker";
	margin-top:20px;
	}
.pro-home:hover .nombre-pro{
	background:#FFF;
	color:#000;
	}
footer{
	background:#c20d11;
	margin-top:140px;
	}
#footer{
	background:#cbc9c9;
	margin-top:-20px;
	padding:10px 40px;
	font-family:"Decker";
	font-size:16px;
	line-height:19px;
	}
#footer-r{
	text-align:right;
	margin-top:15px;
	}
#fb{
	background:url(../img/redes.png) no-repeat left;
	width:50px;
	height:50px;
	float:right;
	position:relative;
	margin-top:10px;
	}
#fb:hover{
	background:url(../img/redes-h.png) no-repeat left;
	}
#tw{
	background:url(../img/redes.png) no-repeat right;
	width:50px;
	height:50px;
	float:right;
	position:relative;
	margin-top:10px;
	}
#tw:hover{
	background:url(../img/redes-h.png) no-repeat right;
	}
#web{
	background:url(../img/web.png) no-repeat right;
	clear:both;
	padding-right:145px;
	color:#000;
	float:right;
	margin-top:10px;
	}
#web:hover{
	background:url(../img/web-h.png) no-repeat right #000;
	color:#FFF;
	text-decoration:none;
	}
#prev2{
	width:49px;
	height:63px;
	position:absolute;
	left:-30px;
	top:25%;
	z-index:100;
	background:url(../img/arrows2.png) no-repeat left;
	}
#next2{
	width:49px;
	height:63px;
	position:absolute;
	right:-55px;
	top:25%;
	z-index:100;
	background:url(../img/arrows2.png) no-repeat right;
	}
#empresa{
	margin-top:20px;
	}
#empresa h1{
	font-family:"BebasNeue";
	font-size:60px;
	color:#000;
	text-align:center;
	border-bottom:solid 1px #F83236;
	margin-bottom:30px;
	}

#empresa h2{
	font-family:"BebasNeue";
	font-size:30px;
	color:#000;
	text-align:center;
	margin-bottom:30px;
	}
	
#emp-r p{
	padding:20px;
	margin-bottom:30px;
	}
#mision{
	color:#fff;
	padding-right:10%;
	text-align:left;
	padding-bottom:30px;
	}
#mision h2{
	font-size:40px;
	margin-bottom:15px;
	margin-top:20px;
	color:#fff;
	}
#vision{
	color:#fff;
	padding-left:10%;
	text-align:right;
	padding-bottom:50px;
	line-height:18px;
	}
#vision h2{
	font-size:40px;
	margin-bottom:15px;
	margin-top:20px;
	color:#fff;
	}
#pro-b{
	color:#fff;
	padding-right:10%;
	text-align:left;
	padding-bottom:30px;
	}
#pro-b h2{
	font-size:25px;
	margin-bottom:15px;
	margin-top:50px;
	}
#int-b{
	color:#fff;
	padding-right:10%;
	text-align:left;
	padding-bottom:30px;
	}
#int-b p{
	margin-bottom:15px;
	margin-top:100px;
	}
.interna-l{
	margin-top:10px;
	}
.interna-r{
	margin-top:100px;
	}
.interna-r h3{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#000;
	border-bottom:solid 1px #F83236;
	margin-bottom:30px;
	}
.interna-r p{
	padding:50px;
	padding-right:80px;
	padding-bottom:80px;
	margin-bottom:30px;
	background:#2d3133;
	color:#FFF;
	font-family:"Decker";
	font-size:18px;
	line-height:20px;
	}
.interna-r2{
	margin-top:80px;
	}
.interna-r2 h3{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#000;
	border-bottom:solid 1px #F83236;
	margin-bottom:30px;
	}
.interna-r2 p{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
	background:#2d3133;
	color:#FFF;
	font-family:"Decker";
	font-size:17px;
	line-height:20px;
	text-align:justify;
	}
#volver{
	float:right;
	position:relative;
	text-transform:uppercase;
	color:#FFF;
	background:#2d3133;
	font-family:"Decker";
	padding:10px;
	margin-top:-30px;
	}
#prev3{
	width:28px;
	height:25px;
	position:absolute;
	right:55px;
	top:10px;
	z-index:100;
	background:url(../img/arrows3.png) no-repeat left top;
	opacity:1;
	}
#prev3:hover{
	background:url(../img/arrows3-h.png) no-repeat left top;
	}
#next3{
	width:28px;
	height:25px;
	position:absolute;
	right:0px;
	top:10px;
	z-index:100;
	opacity:1;
	background:url(../img/arrows3.png) no-repeat right top;
	}
#next3:hover{
	background:url(../img/arrows3-h.png) no-repeat right top;
	}
#epp-b{
	color:#fff;
	padding-right:10%;
	text-align:left;
	padding-bottom:30px;
	}
#epp-b h2{
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:42px;
	margin-top:55px;
	}
#epp-b p{
	margin-bottom:15px;
	margin-top:10px;
	line-height:20px;
	}
.epp{
	border:solid 1px #c20d11;
	margin-top:15px;
	margin-right:10px;
	float:left;
	position:relative;
	width:100%;
	background:#FFF;
	}
.epp-text{
	background:#c20d11;
	width:100%;
	float:left;
	position:relative;
	color:#FFF;
	font-family:"Decker";
	font-size:16px;
	padding:10px;
	}
.epp-mas{
	position:absolute;
	right:0px;
	bottom:0px;
	background:#000;
	width:55px;
	height:52px;
	}
.epp-hov{
	display:none;
	}
.epp:hover .epp-hov{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	background:rgba(255,255,255,0.80);
	}
.mas-e{
	color:#000;
	border-radius:50px;
	background:#FFF;
	padding:10px;
	margin:10px;
	}
#mapa{
	height:300px;
	}
#formulario{
	margin-top:30px;
	margin-bottom:50px;
	}
#formulario input{
	width:100%;
	background-color:#000;
	color:#FFF;
	border:none;
	font-family:"Decker";
	font-size:16px;
	padding:10px;
	margin-bottom:7px;
	margin-top:7px;
	}
#formulario textarea{
	width:100%;
	background-color:#000;
	color:#FFF;
	border:none;
	font-family:"Decker";
	font-size:16px;
	padding:15px;
	height:150px;
	margin-bottom:7px;
	margin-top:7px;
	}
#enviar{
	width:100px !important;
	border:none;
	cursor:pointer;
	position:relative;
	float:left;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	background:#c20d11 !important;
	margin-top:80px;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	} 
#enviar:hover{
	background:#000 !important;
	color:#fff!important;
	}
#borrar{
	width:100px !important;
	border:none;
	cursor:pointer;
	margin-left:10px;
	position:relative;
	float:left;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	background:#c20d11 !important;
	margin-top:80px;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	} 
#borrar:hover{
	background:#000 !important;
	color:#fff!important;
	}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	}
#texto-cont{
	text-align:justify;
	margin-top:50px;
	}
#ampliar{
	width:150px !important;
	border:none;
	cursor:pointer;
	left:20%;
	top:0px;
	position:absolute;
	padding:15px;
	z-index:10000;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	background:#c20d11 !important;
	} 
#ampliar:hover{
	background:#000 !important;
	color:#fff!important;
	}