@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family: 'chaletmedium';
    src: url('../fonts/chalet/chalet-parisnineteensixty-webfont.eot');
    src: url('../fonts/chalet/chalet-parisnineteensixty-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/chalet/chalet-parisnineteensixty-webfont.woff') format('woff'),
	url('../fonts/chalet/chalet-parisnineteensixty-webfont.ttf') format('truetype'),
	url('../fonts/chalet/chalet-parisnineteensixty-webfont.svg#chaletmedium') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
	font-family:"Avante";
	src:url("../fonts/avante/avante.eot?") format("eot"),
	url("../fonts/avante/avante.woff") format("woff"),
	url("../fonts/avante/avante.ttf") format("truetype"),
	url("../fonts/avante/avante.svg#Avante") format("svg");
	font-weight:normal;
	font-style:normal;
	}
body{
	background:url(../img/bg.jpg);
	}
#contenedor{
	width:100%;
	/*overflow:hidden;*/
	z-index:9999;
	position:relative;
	}
.pad{
	padding-left:0px;
	padding-right:0px;
	}
.clear{
	clear:both;
	}
.line{
	width:100%;
	background:url(../img/line.jpg) repeat-x;
	float:left;
	position:relative;
	height:6px;
	}
#logo{
	z-index:100;
	position:relative;
	margin-top:15px;
	}
#logo2{
	z-index:100;
	position:relative;
	margin-top:-22px;
	}
header{
	background:#FFF;
	}
#menu{
	border:none;
	background:#fff !important;
	padding-top:23px;
	font-family: 'chaletmedium';
	}
@media (min-width: 768px){
header{
	height:65px;
	}
#menu{
	height:65px;
	}
}
.menu a{
	color:#4a4a4a;
	float:left;
	position:relative;
	padding:5px;
	text-transform:uppercase;
	margin-left:10px;
	font-size:18px;
	margin-left:7px;
	}
.menu a:hover{
	background:#2b3b8c;
	color:#FFF;
	text-decoration:none;
	}
.menu .selec{
	background:#2b3b8c;
	color:#FFF;
	}
@media (max-width: 508px){
.menu a{
	color:#4a4a4a;
	float:left;
	position:relative;
	padding:5px;
	text-transform:uppercase;
	margin-left:10px;
	width:100%;
}
#home img{
	margin-bottom:20px;
	}
}
#contenido{
	margin-top:60px;
	z-index:100;
	}
#contenido h2{
	font-size:41px;
	font-family: 'chaletmedium';
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	}
#home h1{
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	font-size:30px;
	font-family: 'chaletmedium';
	}
#home p{
	margin-top:10px;
	text-align:justify;
	margin-bottom:100px;
	font-family:"Avante";
	}
@media (max-width: 768px){
#home p{
	margin-bottom:20px;
	}
}
#deco{
	background:url(../img/deco.png) no-repeat center;
	height:378px;
	width:100%;
	position:absolute;
	top:-378px;
	left:0px;
	}
footer{
	background:#FFF;
	margin-top:80px;
	padding:15px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	}
footer p{
	border-bottom:solid 1px #000;
	padding-bottom:3px;
	margin-top:10px;
	}
footer h1{
	margin-top:20px;
	text-align:center;
	}
#web{
	margin-top:20px;
	margin-bottom:10px;
	}
#web a{
	float:right;
	position:relative;
	color:#6e6e6e;
	background:url(../img/web.png) no-repeat right;
	padding-right:150px;
	}
#web a:hover{
	color:#000;
	background:url(../img/web.png) no-repeat right;
	text-decoration:none;
	}
#empresa-l h1{
	font-size:41px;
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	font-family: 'chaletmedium';
	}
#empresa-l h3{
	font-size:18px;
	text-transform:uppercase;
	margin-top:40px;
	}
#empresa-l p{
	font-size:18px;
	margin-top:15px;
	font-family:"Avante";
	margin-bottom:100px;
	text-align:justify;
	}
#empresa-r h3{
	font-size:18px;
	text-transform:uppercase;
	margin-top:100px;
	}
#empresa-r p{
	font-family:"Avante";
	margin-top:15px;
	font-size:18px;
	text-align:justify;
	}
@media (max-width: 768px){
#empresa-r{
	margin-top:20px;
	}
#empresa-l p{
	margin-bottom:30px;
	}
#empresa-r h3{
	margin-top:30px;
	}
}
.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;
	}
#exp h1{
	font-size:41px;
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	font-family: 'chaletmedium';
	}
#exp h3{
	text-align:center;
	font-family:"Avante";
	}
#exp p{
	font-family:"Avante";
	margin-top:10px;
	text-align:justify;
	}
#scrollbar1 { 
	width: 100%;
	margin-top:20px;
	}
#scrollbar1 .viewport { 
	width: 94%; 
	height: 320px; 
	overflow: hidden; 
	position: relative; 
	}
#scrollbar1 .overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	padding: 0; 
	margin: 0; 
	}
#scrollbar1 .scrollbar{ 
	background:#000; 
	position: relative; 
	background-position: 0 0; 
	float: right; 
	width: 10px; 
	}
#scrollbar1 .thumb { 
	background:#81a4c7; 
	height: 20px; 
	width: 10px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	left:0; 
	}
#scrollbar1 .thumb .end { 
	overflow: hidden; 
	height: 5px; 
	width: 25px; 
	}
#scrollbar1 .disable { 
	display: none; 
	}
.noSelect { 
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;
	 }
#foto-exp{
	margin-top:50px;
	}
.montaje{
	margin-top:20px;
	}
.amp{
	border-bottom:solid 3px #FFF;
	padding:5px;
	padding-top:20px;
	padding-left:40px;
	position:absolute;
	font-family:"Avante";
	left:15px;
	top:40%;
	background:rgba(42, 123, 171, 0.7);
	color:#FFF;
	}
.montaje:hover .amp{
	background:rgba(255, 255, 255, 0.7);
	color:#000;
	}
.caption-m{
	padding:15px;
	float:left;
	color:#000;
	font-family:"Avante";
	position:relative;
	background:#FFF;
	text-decoration:none;
	}
.montaje:hover .caption-m{
	background:#2a7bab;
	color:#FFF;
	}
.montaje:hover img{
	webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	}
#prev{
	width:36px;
	height:36px;
	background:url(../img/arrows.png) no-repeat left;
	z-index:10000;
	position:relative;
	float:right;
	top:0px;
	margin-right:15px;
	}
#prev:hover{
	background:url(../img/arrows-h.png) no-repeat left;
	}
#next{
	width:36px;
	height:36px;
	background:url(../img/arrows.png) no-repeat right;
	z-index:10000;
	position:relative;
	float:right;
	top:0px;
	}
#next:hover{
	background:url(../img/arrows-h.png) no-repeat right;
	}
#galeria{
	margin-top:20px;
	}
#montajes-g{

	}
#texto-galeria a{
	font-size:40px;
	text-transform:uppercase;
	float:right;
	position:relative;
	margin-top:20px;
	font-family: 'chaletmedium';
	color:#000;
	}
#texto-galeria p{
	text-align:justify;
	margin-top:150px;
	font-family:"Avante";
	padding-bottom:10px;
	line-height:20px;
	border-bottom:solid 1px #2a7bab;
	}
#prev2{
	width:49px;
	height:49px;
	background:url(../img/arrows2.png) no-repeat left;
	z-index:10000;
	position:relative;
	float:left;
	margin-left:40%;
	margin-top:20px;
	}
#prev2:hover{
	background:url(../img/arrows2h.png) no-repeat left;
	}
#next2{
	width:49px;
	height:49px;
	background:url(../img/arrows2.png) no-repeat right;
	z-index:10000;
	position:relative;
	float:left;
	margin-top:20px;
	}
#next2:hover{
	background:url(../img/arrows2h.png) no-repeat right;
	}
#clientes{
	margin-top:30px;
	}
.clientes-text{
	background:rgba(0, 0, 0, 0.7);
	padding:15px;
	color:#FFF;
	font-family:"Avante";
	text-align:center;
	margin-top:10px;
	}
#equipos{
	margin-top:20px;
	}
#equipos p{
	font-family:"Avante";
	}
.caption-e{
	padding:15px;
	float:left;
	color:#1f5a9cs;
	position:relative;
	background:#e9eaeb;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	text-decoration:none;
	}

.equipo{
	margin-top:10px;
	}
.equipo:hover .caption-e{
	background:#2a7bab;
	color:#FFF;
	font-family: 'chaletmedium';
	}
.equipo:hover img{
	webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	}
.equipo:hover .amp{
	background:rgba(255, 255, 255, 0.7);
	color:#000;
	}
#equipos-g{
	margin-top:50px;
	}
#servicios{
	margin-top:50px;
	}
@media (min-width: 768px){
#servicios{
	margin-top:-50px;
	}
}
#prev3{
	width:49px;
	height:49px;
	background:url(../img/arrows2.png) no-repeat left;
	z-index:10000;
	position:relative;
	margin-top:20px;
	float:right;
	}
#prev3:hover{
	background:url(../img/arrows2h.png) no-repeat left;
	}
#next3{
	width:49px;
	height:49px;
	background:url(../img/arrows2.png) no-repeat right;
	z-index:10000;
	position:relative;
	margin-top:20px;
	float:right;
	}
#next3:hover{
	background:url(../img/arrows2h.png) no-repeat right;
	}
.texto-ser{
	text-align:justify;
	margin-top:200px;
	padding-bottom:10px;
	line-height:20px;
	border-bottom:solid 1px #2a7bab;
	}
.img-ser{
	}
.volver-e{
	text-transform:uppercase;
	font-size:26px;
	color:rgba(0,0,0,1.00);
	text-transform:uppercase;
	float:right;
	font-family: 'chaletmedium';
	position:relative;
	padding:5px;
	}
.volver-e:hover{
	text-decoration:none;
	background:#4180ac;
	color:#FFF;
	}
#equipos-gal{
	margin-top:30px;
	float:left;
	z-index:1000;
	}
#title-ser{
	z-index:1000;
	margin-top:30px;
	}
#title-ser p{
	font-size:20px;
	color:#FFF;
	background:#4180ac;
	padding:10px 20px;
	border-radius:20px;
	float:left;
	font-family:"Avante";
	margin-left:10%;
	position:relative;
	}
@media (min-width: 768px){
#title-ser p{
	margin-left:30%;
	}
	}
#textos-e{
	background:#4180ac;
	margin-top:10px;
	padding:15px 0px;
	z-index:100;
	text-align:center;
	color:#FFF;
	line-height:23px;
	}
#texto-eq{
	background:rgba(255,255,255,0.7);
	padding-top:100px;
	padding-bottom:100px;
	}
@media (min-width: 768px){
	#texto-eq{
	background:rgba(255,255,255,0.7);
	position:absolute;
	z-index:2000;
	left:0px;
	top:0px;
	padding-top:67px;
	padding-bottom:67px;
	}
	}
#formulario{
	margin-top:30px;
	margin-bottom:50px;
	}
#formulario p{
	text-transform:uppercase;
	font-family:"Avante";
	margin-left:15px;
	}
#formulario input{
	width:100%;
	background-color:#484848;
	color:#FFF;
	border:none;
	font-family:"Avante";
	font-size:16px;
	padding:10px;
	margin-bottom:7px;
	margin-top:7px;
	}
#formulario textarea{
	width:100%;
	background-color:#484848;
	color:#FFF;
	border:none;
	font-family:"Avante";
	font-size:16px;
	padding:15px;
	height:150px;
	margin-bottom:7px;
	margin-top:7px;
	}
#enviar{
	width:130px !important;
	border:none;
	cursor:pointer;
	position:relative;
	float:left;
	font-size:16px !important;
	color:#FFF !important;
	text-transform:uppercase;
	text-align:center;
	background:#68a2cb !important;
	margin-top:50px;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	border-radius:10px;
	} 
#enviar:hover{
	background:#feee00 !important;
	color:#000!important;
	}
#borrar{
	width:130px !important;
	border:none;
	cursor:pointer;
	position:relative;
	float:left;
	font-size:16px !important;
	color:#FFF !important;
	text-transform:uppercase;
	text-align:center;
	background:#68a2cb !important;
	margin-top:50px;
	margin-right:15px;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	border-radius:10px;
	} 
#borrar:hover{
	background:#feee00 !important;
	color:#000!important;
	}
#contacto{
	text-align:center;
	color:#FFF;
	font-family:"Free Sans Bold";
	line-height:18px;
	margin-top:100px;
	float:left;
	}
#ampliar{
	width:130px !important;
	border:none;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-transform:uppercase;
	text-align:center;
	background:#000 !important;
	margin-top:50px;
	margin-right:15px;
	padding:10px 0px !important;
	border-radius:20px;
	font-family:"Decker Bold";
	font-weight:normal;
	} 
#ampliar:hover{
	background:#feee00 !important;
	color:#000!important;
	text-decoration:none;
	}
#texto-cont{
	text-align:right;
	font-family:"Avante";
	margin-top:50px;
	margin-bottom:40px;
	}
#texto-cont h4{
	margin-bottom:15px;
	font-size:30px;
	}
#mapa{
	height:300px;
	border-bottom:solid 1px #4180ac;
	}
	
@media(max-width: 1024px) and (min-width:800px) {
.menu a{
	color:#4a4a4a;
	float:left;
	position:relative;
	padding:5px;
	text-transform:uppercase;
	font-size:11px;
	margin-left:-1px;
	background-color:#f0f0;
	}
}


@media(max-width: 799px) and (min-width:700px) {
	.menu a{
	color:#4a4a4a;
	float:left;
	position:relative;
	padding:5px;
	text-transform:uppercase;
	font-size:11px;
	margin-left:-1px;
	background-color:#f0f0;
	}
	}

@media(max-width: 1400px) and (min-width:1024px) {
	.menu a{
	color:#4a4a4a;
	float:left;
	position:relative;
	padding:5px;
	text-transform:uppercase;
	font-size:15px;
	margin-left:4px;
	background-color:#f0f0;
	}
}

#email2 {
    background-image: url("../img/email.png");
	background-repeat:no-repeat;
	padding:14px;
    position: relative;
    text-decoration: none;
    padding-top: 92px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    top: 26px;
	left:-25px;
}

#email2:hover{
	background-image:url(../img/emai-2.png);
	color:#000;
}


#marcas{
	border-bottom: 15px solid #57AAC7;
}