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

@font-face {
    font-family: 'bebas_neueregular';
    src: url("../fuentes/bebasneue-webfont.eot");
    src: url("../fuentes/bebasneue-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fuentes/bebasneue-webfont.woff") format('woff'),
         url("../fuentes/bebasneue-webfont.ttf") format('truetype'),
         url("../fuentes/bebasneue-webfont.svg#bebas_neueregular") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:"ATROX normal";
	src:url("../fuentes/ATROX.eot?") format("eot"),
	url("../fuentes/ATROX.woff") format("woff"),
	url("../fuentes/ATROX.ttf") format("truetype"),
	url("../fuentes/ATROX.svg#ATROX-normal") format("svg");
	font-weight:normal;
	font-style:normal;
	}
	
@font-face {
	font-family:"Muli";
	src:url("../fuentes/Muli-Regular.eot?") format("eot"),
	url("../fuentes/Muli-Regular.woff") format("woff"),
	url("../fuentes/Muli-Regular.ttf") format("truetype"),
	url("../fuentes/Muli-Regular.svg#Muli") format("svg");
	font-weight:normal;
	font-style:normal;
	}    

body{
	background-image: url(../img/fondo.jpg);

}


/*head*/
#head{
	width:100%;
	height:158px;
	background-color:#fff;
	border-bottom:6px solid #FE2435;
}
#head_960{
	width:960px;
	height:auto;
	margin:auto;


}
#logo{
	width:776px;
	float:left;
	position:relative;
}

#datos{
	width:176px;
	height:auto;
	float:left;
	font-family: 'bebas_neueregular';
	font-size:22px;
	text-align:right;
	margin-top:7px;
}
.datosa{
	background-image:url(../img/tel.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:20px;
}

.datosb{
	background-image:url(../img/casa.png);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:7px;
}

#tejo{
	position: relative;
	top:-1px;
	float:left;

}

/*menu*/
#menu{
	width:100%;
	border-top:10px solid #191434;
	height:150px;
	background-image:url(../img/text1.png);
	position:relative;
}
#menu_960{
	width:671px;
	height:60px;
	margin:auto;
	background-image: url(../img/menu.png);
	background-repeat:no-repeat;
	margin-top:-10px;
}

.menu_i{
	float:left;
	position:relative;
	width:295px;
}
.menu_i ul li a{
	text-decoration:none;
	float:left;
	position:relative;
	text-align:center;
	color:#fff;
	font-family:"ATROX normal";
	font-size:26px;
	width:124px;
	height:31px;
	margin-top:12px;
	left:43px;
	}

#ico1 .selec{
	background-image:url(../img/ico1.png);
	background-position:center;
	background-repeat:no-repeat;
}

#ico1 a:hover{
    background-image:url(../img/ico1.png);
	background-position:center;
	background-repeat:no-repeat;
}

#ico2 .selec{
	background-image:url(../img/ico2.png);
	background-position:center;
	background-repeat:no-repeat;
}

#ico2 a:hover{
	background-image:url(../img/ico2.png);
	background-position:center ;
	background-repeat:no-repeat;
}

.menu_d{
	float:right;
	position:relative;
	width:288px;
}
.menu_d ul li a{
	float:right;
	text-decoration:none;
	font-family:"ATROX normal";
	margin-top:13px;
	position:relative;
	font-size:26px;
	text-align:center;
	color:#fff;
	width:126px;
	height:31px;
	right:40px;

}

#ico3 .selec{
	background-image:url(../img/ico3.png);
	background-position:center;
	background-repeat:no-repeat;
}
#ico3 a:hover{
	background-image:url(../img/ico3.png);
	background-position:center ;
	background-repeat:no-repeat;
}

#ico4 .selec{
	background-image:url(../img/ico4.png);
	background-position:center;
	background-repeat:no-repeat;
}
#ico4 a:hover{
	background-image:url(../img/ico4.png);
	background-position:center ;
	background-repeat:no-repeat;
}

#frase{
	width:688px;
	margin:auto;
	position:absolute;
	float:left;
	top:48px;
	text-align:center;
}

.frase1{
	color:#fff;
	font-size:41px;
	font-family:"ATROX normal";
}


.frase2{
	color:#c4c2c3;
	font-size:41px;
	font-family:"ATROX normal";
}


/*contenido*/
#contenido{
	width:100%;
	background-color:#fff;
	height:auto;
	position:relative;
	float:left;
	border-bottom:8px solid #171338;
	margin-bottom:22px;
}

#contenido_960{
	width:960px;
	height:auto;
	margin:auto;
}


/*banner_home*/
.slides {
	width:1093px;
	float:left;
	position:relative;
	}
.slides_container {
	width:960px;
	height:534px;
	}
#slides .slide {
	width:960px;
	float:left;
	}
#slides .prev {
	width:30px;
	height:35px;
	position:absolute;
	margin-top:-250px;
	}
#slides .next {
	left:700px;
	width:30px;
	height:35px;
	position:absolute;
	margin-top:-250px;
	margin-left:185px;
	}
.pagination {
	width:142px;
	margin-left:415px;
	position:relative;
	z-index:15;
	float:left;
	background-image:url(../img/bto_banner.png);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:10px;
	height:44px;
	margin-top: 3px;
}
.pagination li {
	float:left;
	margin:0 3px;
	list-style:none;

	}
.pagination li a {
	display:block;
	width:19px;
	height:0;
	padding-top:19px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	}
.pagination li.current a {
	background-position:0 -25px;
	}
.foto{
	width:960px;
	float:left;
	position:relative;
	margin-left: -230px;
	margin-top:-1px;
	}
/*cierra banner_home1*/

/*banner_home2*/
.slidesa {
	width:960px;
	float:left;
	position:relative;
	}
.slidesa_container {
	width:960px;
	height:534px;
	}
.slidesa .slide {
	width:960px;
	float:left;
	}
.slidesa .prev {
	width:30px;
	height:35px;
	position:absolute;
	margin-top:-250px;
	}
.slidesa .next {
	left:700px;
	width:30px;
	height:35px;
	position:absolute;
	margin-top:-250px;
	margin-left:185px;
	}
.fotoa{
	width:960px;
	float:left;
	position:relative;
	}
#caption{
	width:960px;
	height:78px;
	position:relative;
	background-image:url(../img/caption.png);
	margin-top:-235px;
	margin-right:30px;
	z-index:10;
	}
#caption p{
	font-family:"Muli";
	font-size:22px;
	text-align: justify;
	margin-top:135px;
	color:#fff;
	padding:10px 26px 0 28px;
	line-height:26px;
	}
/*cierra banner_home2*/



/*empresa*/

#text_empresa{
	width:450px;
	height:auto;
	float:left;
}

#text_empresa p{
	text-align:justify;
	font-size:16px;
	font-family:"Muli";
	padding-bottom:45px;
}

#text_empresa h1{
	text-align:justify;
	font-size:35px;
	color:#FF2235;
	font-family: 'bebas_neueregular';
	padding-top:35px;
	padding-bottom:25px;
	
}

#marca{
	margin-bottom:85px;
}
/*cierra empresa*/


/*fotos empresa*/

#text_empresa2{
	float:right;
	position:relative;
	margin-top:29px;
}

#empresaa{
	float:right;
	margin-top:-148px;
	margin-bottom:15px;
}
#banner-empresaa{
	width:960px;
	position:relative;
	}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}

ul.bjqs-controls.v-centered li.bjqs-next a{
	right:439px;
	margin-top:-86px;
	background-image:url(../img/next2.png);
	background-repeat:no-repeat;
    width:45px;
    height:45px;
	text-indent:-9999px;
	}

ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background-image:url(../img/next2-h.png);
}

ul.bjqs-controls.v-centered li.bjqs-prev a{
	left:463px;
	margin-top:-85px;
	background-image:url(../img/ant2.png);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	text-indent:-9999px;
	}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background-image:url(../img/ant2-h.png);
}
	
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{margin-left:-200px; z-index:5; position:relative;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ul.bjqs-controls.v-centered li a{
	width:45px;
	height:45px;
	display:block;
	padding:10px;
	text-decoration: none;
	}

ol.bjqs-markers li a{
	color:#fff;
	text-decoration: none;
	width:23px;
	height:0;
	padding-top:16px;

	background-position:0 0;
	overflow:hidden;
	}
ol.bjqs-markers li.active-marker a{
	background-position:0 -19px;
	}


/*footer*/

#franja{
	width:100%;
	height:100px;
	background-color:#FF2438;
	margin-bottom:55px;
	position:relative;
	float:left;

}
#frase_tejo{
	width:960px;
	margin:auto;
	position:relative;
	top:-4px;
}

#footer{
	width:100%;
	height:auto;
	border-top:3px solid #FC1422;
	background-color:#fff;
	position:relative;
	float:left;
	margin-top:60px;
	padding-bottom:19px;
}
#footer_960{
	width:845px;
	height:auto;
	position: relative;
	margin:auto;
	margin-top:25px;
}

#datos_footera{
	float:left;
	width:150px;
	padding-left:55px;
	background-image: url(../img/tel2.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: 'bebas_neueregular';
	font-size:22px;
	margin-right:45px;
}

#datos_footerb{
	float:left;
	width:auto;
	padding-left:55px;
	background-image: url(../img/casa2.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: 'bebas_neueregular';
	font-size:22px;
	margin-right:45px;
}

#datos_footerc{
	float: left;
	width:auto;
	padding-left:55px;
	background-image: url(../img/horario.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-family: 'bebas_neueregular';
	font-size:21px;
}

#copy{
	width:100%;
	background-color:#0B0921;
	float:left;
	position:relative;
	padding-top:16px;
	padding-bottom:8px;       
}


#copy960{
	margin:auto;
	background-image:url(../img/copy.png);
	background-repeat: no-repeat;
	background-position:right center;
	padding-top:4px;
	width:960px;
	position:relative;
	height:20px;
}

#copy_a{
	float:right;
	font-family: 'bebas_neueregular';
	padding-right:180px;
	text-decoration:none;
	font-size:15px;
	color:#fff;
}

/*formulario*/

#text_contacto {
	width:650px;
	height:auto;
	position:relative;
	padding-bottom:17px;
}

#text_contacto p{
	font-size:18px;
	text-align:justify;
	font-family:"Muli";
}

#text_contacto h1{
	font-family: 'bebas_neueregular';
	color:#FF2234;
	font-size:35px;
	font-weight:normal;
	padding-bottom:19px;
	padding-top:20px;
}

#formulario{
	width:456px;
	height:375px;
	font-family:"bebas_neueregular";
	padding-top:11px;
	position:relative;
	margin-left:47px;
}

.campo{
	border:none;
	width:756px;
	height:51px;
	position: relative;
	float:left;
	margin-top:-8px;
	margin-left:15px;
}

.campo p{
	width:67px;
	float:left;
	font-family:"bebas_neueregular";
	font-size:24px;
	position:relative;
	margin-left:11px;
	margin-top:15px;
	color:#FD2C41;

}

input{
	border:none;
	width:438px;
	height:28px;
	margin-left:11px;
	margin-top:12px;
	font-family:"Muli";
	font-size:16px;
	color:#fff;
	background-color:#000;
	padding-left:11px;
}

#enviar{
	padding:5px;
	color:#fff;
	float:right;
	margin-right:-95px;
	position:relative;
    text-decoration:none;
	width:104px;
	height:40px;
	font-family:"bebas_neueregular";
	font-size:26px;
	cursor: pointer;
	text-transform:uppercase;
	background-color:#000;
}

#enviar:hover{
	color:#FF2438;
}

#borrar{
	width:104px;
	height:40px;
	font-family:"bebas_neueregular";
	font-size:26px;
	padding:5px;
	color:#fff;
	float:right;
	margin-right:-7px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
}

#borrar:hover{
	color:#FF2438;
}
.campo_a{
	font-family:"bebas_neueregular";
	color:#FF2234;
	font-size:24px;
	float:left;
	position:relative;
	margin-top:15px;
	width:425px;
	height:102px;
	margin-left:15px;
	padding-top:10px;
	padding-bottom:15px;
}

.campo_a p{
	margin-left:13px;
}

textarea{
	border:none;
	margin-left:89px; 
	margin-top:-42px;
	width:439px;
	height:133px;
	font-family:"Muli";
	font-size:17px;
	color:#fff;
	background-color:#000;
	padding-left:10px;
	padding-top:5px;
}
#texto_contacto{
	width:530px;
	height:212px;
	float:right;
	position:relative;
	margin-top:-427px;
	margin-right:35px;
}

#texto_contacto p{
	font-family:"Decker";
	font-size:16px;
	line-height:20px;
	text-align:justify;
}

#frase2{
	float:right;
	position:relative;
	left:-75px;
}
#back-top {
    background-image: url(../img/whatsapp.png);
    width: 51px;
    height: 51px;
    position: fixed;
    left: 15px;
    z-index: 900;
    bottom: 18px;
}






