@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
	font-family:"Cuprum";
	src:url("../fonts/Cuprum/Cuprum-Regular.eot?") format("eot"),
	url("../fonts/Cuprum/Cuprum-Regular.woff") format("woff"),
	url("../fonts/Cuprum/Cuprum-Regular.ttf") format("truetype"),
	url("../fonts/Cuprum/Cuprum-Regular.svg#Cuprum-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"Cuprum Bold";
	src:url("../fonts/Cuprum_Bold/Cuprum-Bold.eot?") format("eot"),
	url("../fonts/Cuprum_Bold/Cuprum-Bold.woff") format("woff"),
	url("../fonts/Cuprum_Bold/Cuprum-Bold.ttf") format("truetype"),
	url("../fonts/Cuprum_Bold/Cuprum-Bold.svg#Cuprum-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
	}
#contenedor{
	width:100%;
	overflow:hidden;
	z-index:9999;
	position:relative;
	}
.pad{
	padding-left:0px;
	padding-right:0px;
	}
.clear{
	clear:both;
	}
header{
	background:url(../img/textura.png);
	}
#menu{
	background:none;
	border:none;
	border-radius:0;
	margin-bottom:0px;
	margin-top:10px;
	}
#menu a{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	float:left;
	padding:7px 5px;
	position:relative;
	margin-left:35px;
	}
.ico{
	width:26px;
	height:26px;
	background:url(../img/ico.png);
	position:absolute;
	top:2px;
	left:-30px;
	}
.ico2{
	width:26px;
	height:26px;
	background:url(../img/ico2.png);
	position:absolute;
	top:60px;
	left:-30px;
	}
#menu a:hover{
	background:#3c3169;
	text-decoration:none;
	color:#FFF;
	}
#menu .selec{
	background:#3c3169;
	text-decoration:none;
	color:#FFF;
	}
#home-top{
	background:url(../img/textura.png);
	padding-top:10px;
	padding-bottom:20px;
	margin-top:456px;
	}
@media (max-width: 768px){
#home-top{
	margin-top:235px;
	}
#menu a{
	clear:both;
	}
	}
#home-top a{
	margin-top:10px;
	display:block;
	}
.home-caption{
	text-align:center;
	font-size:18px;
	color:#000;
	position:absolute;
	width:100%;
	bottom:5px;
	left:0px;
	font-family:"Cuprum";
	}
#frase-home{
	text-align:center;
	background:url(../img/home/bg.png) no-repeat center;
	background-size:cover;
	padding:50px 0px;
	}
#frase-home h1{
	font-family:"Cuprum Bold";
	text-align:center;
	color:#FFF;
	font-size:33px;
	}
.lila{
	color:#cfc7e1;
	}
#fabricaciones{
	background:url(../img/bg.jpg) center;
	padding:20px 0px;
	}
#fabricaciones h1{
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:33px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	}
.btn-fabri{
	float:left;
	position:relative;
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:18px;
	font-family:"Cuprum";
	width:100%;
	padding:3px 0px;
	margin-top:10px;
	}
.btn-fabri:hover{
	background:#8b83a5;
	text-decoration:none;
	color:#FFF;
	}
.fabricacion{
	margin-top:30px;
	}
.fabricacion p{
	font-family:"Cuprum";
	text-align:center;
	font-size:17px;
	margin-top:10px;
	}
footer{
	background:#000;
	font-family:"Cuprum";
	color:#FFF;
	padding-top:10px;
	}
#fb{
	width:46px;
	height:46px;
	float:left;
	position:relative;
	background:url(../img/redes.png) no-repeat left;
	margin-top:30px;
	margin-left:30%;
	}
#tw{
	width:46px;
	height:46px;
	float:left;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:5px;
	background:url(../img/redes.png) no-repeat right;
	}
#web{
	background:#8b83a5;
	margin-top:10px;
	}
#web a{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	padding:5px;
	padding-right:150px;
	font-size:14px;
	float:left;
	position:relative;
	background:url(../img/web.png) no-repeat right;
	}
#web a:hover{
	background:url(../img/web-h.png) no-repeat right #FFF;
	color:#cf201d;
	text-decoration:none;
	}
#empresa{
	background:url(../img/bg.jpg) top center;
	padding-top:40px;
	padding-bottom:20px;
	}
#empresa h1{
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	margin-top:15px;
	}
#empresa p{
	text-align:justify;
	font-family:"Cuprum";
	margin-top:15px;
	}
#frase-emp{
	text-align:center;
	background:url(../img/empresa/bg.jpg) no-repeat center;
	background-size:cover;
	padding:100px 0px;
	}
#frase-emp h1{
	font-family:"Cuprum Bold";
	text-align:center;
	color:#FFF;
	font-size:33px;
	}
.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;
	}
#empresa-b{
	background:url(../img/textura.png);
	padding-bottom:20px;
	}
.empresa{
	text-align:justify;
	font-family:"Cuprum";
	font-size:18px;
	margin-top:20px;
	}
.empresa p{
	margin-top:20px;
	}
#title-productos{
	padding:20px 0px;
	text-align:center;
	color:#FFF;
	border-top:solid 5px #8b83a5;
	background:url(../img/productos/title.jpg) no-repeat center;
	background-size:cover;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	}
.line-w{
	width:70%;
	display:block;
	margin:auto;
	position:relative;
	height:1px;
	background:#FFF;
	margin-top:15px;
	}
#productos{
	background:url(../img/bg.jpg) top center;
	padding-bottom:30px;
	}
#equipos{
	background:url(../img/productos/bg.jpg) no-repeat center;
	background-size:cover;
	padding:20px 0px;
	}
#equipos h1{
	text-align:center;
	color:#FFF;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	}
.equipos{
	color:#FFF;
	margin-top:20px;
	font-family:"Cuprum";
	font-size:15px;
	}
.equipos img{
	margin-top:30px;
	}
.equipos ul{
	list-style-position:outside;
	list-style-type:disc;
	margin-top:10px;
	}
.btn-pro{
	float:left;
	position:relative;
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:15px;
	font-family:"Cuprum";
	width:100%;
	padding:5px;
	margin-top:10px;
	}
.btn-pro:hover{
	background:#8b83a5;
	text-decoration:none;
	color:#FFF;
	}

.producto{
	border:solid 1px #8b83a5;
	margin-top:15px;
	}
.producto-texto{
	background:#8b83a5;
	font-family:"Cuprum";
	color:#FFF;
	text-align:center;
	padding:10px;
	width:100%;
	}
.tab-cont{
	margin-top:30px;
	}
#servicios{
	background:url(../img/bg.jpg) top center;
	padding:20px 0px;
	}
#servicios h1{
	text-align:center;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	}
.line-b{
	width:70%;
	display:block;
	margin:auto;
	position:relative;
	height:1px;
	background:#000;
	margin-top:15px;
	}
.servicios{
	margin-top:20px;
	}
#servicios li{
	background:url(../img/li.png) no-repeat 2px 5px;
	padding:5px 0px;
	padding-left:25px;
	}
#frase-servicios{
	text-align:center;
	background:url(../img/servicios/bg.jpg) no-repeat center;
	background-size:cover;
	padding:100px 0px;
	}
#frase-servicios h1{
	font-family:"Cuprum Bold";
	text-align:center;
	color:#FFF;
	font-size:30px;
	}
#servicios-fotos{
	background:url(../img/textura.png);
	padding:20px 0px;
	}
#servicios-fotos h1{
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	}
#servicios-img{
	margin-top:15px;
	}
#contacto{
	background:url(../img/bg.jpg) top center;
	padding-bottom:30px;
	}
#contacto-text h1{
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	margin-top:20px;
	float:left;
	position:relative;
	padding-right:30px;
	}
#contacto-text p{
	font-family:"Cuprum";
	text-align:justify;
	font-size:16px;
	margin-top:30px;
	margin-bottom:15px;
	float:left;
	position:relative;
	width:100%;
	}
#formulario{
	margin-bottom:50px;
	margin-top:30px;
	}
#formulario p{
	font-family:"Cuprum";
	margin-top:65px !important;
	text-transform:uppercase;
	}
#formulario input{
	width:100%;
	background:none;
	color:#000;
	border:solid 1px #000;
	font-family:"Cuprum";
	font-size:16px;
	padding:3px;
	margin-top:2px;
	}
#formulario textarea{
	width:100%;
	background:none;
	color:#000;
	border:none;
	font-family:"Cuprum";
	font-size:16px;
	padding:3px;
	height:95px;
	margin-bottom:7px;
	margin-top:2px;
	border:solid 1px #000;
	}
#enviar{
	width:80px !important;
	border:none;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	background:#8b83a5 !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	margin-right:15px;
	font-family:"Cuprum";
	} 
#enviar:hover{
	background:#999 !important;
	}
#borrar{
	width:80px !important;
	border:none;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	font-family:"Cuprum";
	background:#8b83a5 !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	} 
#borrar:hover{
	background:#999  !important;
	}
#mapa{
	padding:20px 0px;
	background:url(../img/textura.png);
	}
#map{
	height:200px;
	margin-top:10px;
	}
#ampliar{
	width:80px !important;
	border:none;
	cursor:pointer;
	font-size:18px !important;
	color:#FFF !important;
	text-align:center;
	font-family:"Cuprum";
	background:#8b83a5 !important;
	padding:7px 0px !important;
	position:absolute;
	bottom:10px;
	right:30%;
	border-radius:15px;
	}
#ampliar:hover{
	background:#999 !important;
	text-decoration:none;
	}

@media (max-width: 800px) and (min-width:700px){
	
#home-top {
    background: transparent url("../img/textura.png") repeat scroll 0% 0%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 272px;
	background-color:#f00;
}
}


@media (max-width: 1300px) and (min-width:1200px){
#menu a {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    float: left;
    padding: 7px 2px;
    position: relative;
    margin-left: 35px;
	/*background-color:#FF0; /*amarillo*/
	margin-top:20px;
}
}



@media (max-width: 1300px) and (min-width:1024px){
#menu a {
    font-size: 14px;
    padding: 7px 1px;
    position: relative;
    margin-left: 35px;
	/*background-color:#00F; /*azul*/
	margin-top:20px;

}

}

@media (max-width: 1600px) and (min-width:1298px){
	
.btn-pro {
	width:200px;
	/*background-color:#0f0; /*verde*/
	height:55px;
}

}

@media (max-width: 1400px) and (min-width:1200px){
.btn-pro {
	width:100%;
	/*background-color:#936; /*purpura*/
	height:65px;
}

}

@media (max-width: 1171px) and (min-width:1000px){
.btn-pro {
	width:100%;
	/*background-color:#F00; /*purpura*/
	margin-left:85px;
}

#menu a{
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    float: left;
    padding: 7px 5px;
    position: relative;
    margin-left: 28px;
	/*background-color:#990;/*VERDE RARO*/
	margin-top:20px;
}

}

@media (max-width: 1000px) and (min-width:954px){
.btn-pro {
	width:139px;
	margin-left:74px;
	/*background-color:#FF0; /*amarillo*/
	height:68px;
	font-size:14px;
}

}

@media (max-width: 954px) and (min-width:920px){
.btn-pro {
	width:139px;
	margin-left:74px;
	/*background-color:#F39; /*rosado*/
	height:68px;
	font-size:14px;
}

}



@media (max-width: 800px) and (min-width:785px){
#menu a {
    font-size: 9px;
    padding: 7px 2px;
    margin-left:32px;
	/*background-color:#FF0;amarillo*/
	margin-top:15px;
}

}


@media (max-width: 929px) and (min-width:785px){
.btn-pro {
	width:116px;
	margin-left:25px;
	/*background-color:#0CC; /*agua marina*/
	height:68px;
	font-size:12px;
}

}

@media (max-width: 1800px) and (min-width:1300px){
#menu a {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    float: left;
    padding: 7px 5px;
    position: relative;
    margin-left: 45px;
	/*background-color:#990;/*VERDE RARO*/
	margin-top:20px;
}

}


@media (max-width: 1980px) and (min-width:1800px){
#menu a {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    float: left;
    padding: 7px 5px;
    position: relative;
    margin-left: 55px;
	/*background-color:#FF0;/*amarillo*/
	margin-top:20px;
}

}

