/* @charset "iso-8859-2"; */
/* CSS Document */
*{
	margin:0;
	padding:0;
}



body {
	
	background-color:#F2F2F2;
	font-family: "Calibri Light";
	
}

header {
	
    width: 100%;
    overflow: hidden;
    height: 90px;
    position: fixed;
	font-family:"Gotham Light";
	background-color:#FFF;
	-webkit-box-shadow: 0px 11px 35px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 35px -17px rgba(0,0,0,0.75);
box-shadow: 0px 11px 35px -17px rgba(0,0,0,0.75);
	
}

.menu_bar {
	display:none;
	
}


.contenedor{
	padding-top:90px;
	width: 100%;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
	
	-webkit-box-shadow: 0px 0px 45px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 45px -17px rgba(0,0,0,0.75);
box-shadow: 0px 0px 45px -17px rgba(0,0,0,0.75);

}
 
.contenedor img {
	width:100%;
}
 
.contenedor  #logcel {
	display:none;
	
}

ul {
  list-style-type: none;
}
 
nav {
    top:-20px;
    position: absolute;
    left:0;
    right:0;
	margin:20px auto;
	max-width:1000px;
	width:90%;
	
}
 
nav ul {
	list-style:none;
	
}
 
nav > ul {
	display:table;
	/*Quitamos el overflow hidden que estaba aqui*/
	width:100%;
	background:#FFF;
	position:relative;
}
 
nav > ul li {
	display:table-cell;
}
 
/*Sub-menu*/
nav > ul > li:hover > ul {
	display:block;
	height:100%;
}
 
nav > ul > li > ul {
	display:block;
	position:absolute;
	background:#FFF;
	left:0;
	right:0;
	overflow:hidden;
	height:0%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
nav > ul li a {
	color:#000;
	display:block;
	line-height:20px;
	padding:20px;
	position: relative;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
nav > ul > li > ul > li a:hover {
	background:#5da5a2;
}
 
nav > ul > li > a span {
	background:#174459;
	display:block;
	height:100%;
	width:100%;
	left:0;
	position:absolute;
	top:-55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#log h1 {
	
	color:#FFF;
	padding-left:50px;
	padding-right:50px;
	font-size:1px;
}


#log img{
	padding-top:10px;
	display:block;
	margin-top:-40px;
	left:0;
	position:absolute;
	height:auto;
	width:100%;
}
	

#log h4 {
	display:none;
}

 
nav > ul > li > a span .icon {
	display:block;
	line-height:60px;
	color:#FFF;
	font-size:30px;
}
 
 
nav > ul > li > a:hover > span {
	top:0;
}
 
/*Colores*/

nav ul li a .primero {

	display:none;
	
}

 
nav ul li a .segundo {
	background:#000;
}
 
nav ul li a .tercero {
	background:#000;
}
 
nav ul li a .cuarto {
	background:#000;
}
 
nav ul li a .quinto {
	background:#246357;
}

/*Termina Barra General*/

.contenedor h1 {
	font-family: GDT;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 5%;
	margin-right: 5%;
}

.contenedor h2 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	font-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	color: #999;
	letter-spacing: .5em;
}

.contenedor h3 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	font-size: 150%;
	color: #000;
	letter-spacing: 0.5em;
	font-family: "Gotham Bold";
	text-align: center;

}

.contenedor p {
	width: 90%;
	height: auto;
	padding-top: 5px;
	padding-bottom:5%;
	font-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: justify;
}

.logos img{
	width: 50%;
}
#textos  {
	padding-bottom: 3%; 
}

.textos2  {
	width: 100%;
	height: auto;
	padding-bottom: 5%;
	margin-top: 5%;
		
}


.btn{
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.boton-mensaje{
	font-size: 2.7rem;
	background-color:#00FF30;
	padding: .7rem 1.2rem;
	color:#fff;
	border-radius: .4rem;
	transition: background-color.5s;
	text-decoration: none;
}
.boton-mensaje:hover,
.boton-mensaje:focus{
	color: #fff;
	background-color:#074200;
}

.dos li{
	width: 50%;
	float: left;
}
.dosytres li{
	width: 50%;
	float: left;
}

.dosytres p{	
	text-align: center;
	margin-top: -25px;	
}

.dosdos li{
	width: 25%;
	float: left;
}
.tres li{
	width: 33%;
	float: left;
	padding-bottom: 5%;
}

.dos p{	
	text-align: center;
	letter-spacing: .5em;
	margin-top: -25px;
	
}
.dosdos p{	
	text-align: center;
	margin-top: -25px;
	
}
.tres p{	
	text-align: center;
	margin-top: -25px;
	
	
}

.cotiza{
	width:100%;
	margin:0 auto;
	padding-top: 6%;
	overflow: hidden;
	text-align: center;
	
}
.cotiza p{
	text-align: center;
	margin: 0;
	padding: 5%;
}
.cotiza li{
	float: left;
	padding-left: 15%;
	text-align: center;
}


.fblanco{	
	background-color: white;
}

.normal p{	
	text-align: center;
	margin-top: -25px;
	
}


#serv li {
	width:21%;
	float:left;
	padding:2%;
}

#serv1 li {
	width:21%;
	float:left;
	padding:2%;
}


#precio li {
	width: 47%;
	margin: 5px;
	text-align: center;
	float: left;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #333;
	
}

#precio1 li {
	width: 47%;
	margin: 5px;
	text-align: center;
	float: left;
	border-right-width: 2px;
	border-right-style: double;
	border-right-color: #333;
	
}

#prom h5 {
	width:100%;
	height:auto;
	background:#F00;
	margin:5px;
	padding:5px;
	font-family:"Gotham Bold";
	font-size:150%;
	color:#FFF;
	text-align:center;
	float:left;
}

h5 {
	width:100%;
	height:auto;
	background:#000;
	margin:5px;
	padding:5px;
	font-family:"Gotham Bold";
	font-size:150%;
	color:#FFF;
	text-align:center;
	float:left;
}

#precio1 p {
	width:100%;
	height:auto;
	margin:5px;
	padding:5px;
	font-family:"Gotham Bold";
	font-size:100%;
	text-align:center;
	float:left;
}

#precio h3 {
	width:100%;
	height:auto;
	font-size:150%;
	text-align:center;
	text-align: center;
	letter-spacing: normal;
}

#precio li h3 {
	text-align: center;
	letter-spacing: normal;
}

#precio1 li h3 {
	text-align: center;
	letter-spacing: normal;
}

#equi li {
	width:27%;
	float:left;
	padding:2%;
}
.blanco{
	background-color: white;
}

footer{	
	background-image:url("../IMG/franga-blanca1.png");
	height: 100%;
  	background-repeat: no-repeat;
 	background-size: cover;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #E6E6E6;
	

}
footer table{
	text-align-last: left;
	line-height: 35px;
	width: 100%;
	margin: 0 auto;
	padding-left: 5%;
	height: auto;
}

footer table th{
	width: 25%;
}

footer table td{
	width: 18%;
	padding-top: 5%;
}

.mas{
	color: transparent;	
}

@media screen and (max-width: 800px){
	

	
.contenedor{
	width: 100%;
	height: auto;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	
}

.logos img{
	width: 100%;
}	

header nav {
	margin-top:150px;
	width:90%;

	}
	
	
header nav ul li  {
	width:30%;
	height:70%;
	display:block;
	float:left;
	padding:10px;
	padding-bottom:30px;
	border-bottom:1px solid rgba(255,255,255, .3);
	


}
	

	
.menu_bar {
	display: block;
	width: 100%;
	font-family: "Gotham Bold";
	
	}
 
	.menu_bar .bt-menu {
		
	background-color: #FFF;
	display: block;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	}
	
	.menu_bar span {
		padding-left:10px;
		text-align:left;
		background:#FFF;
		float: right;
		padding-right: 30px;
		
		
	}
	
	.contenedor  #logcel {
	display:block;
}
	
.dos li{
	width: 100%;
}
	.dosdos li{
	width: 50%;
	float: left;
}

#serv li {
	width: 30%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
	text-align:center;
}

#serv1 li {
	width: 27%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
	text-align:center;
}

#equi li {
	width: 20%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
	text-align:center;
}

header {
	
    width: 100%;
	height:85px;
	-webkit-box-shadow: 0px 11px 35px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 35px -17px rgba(0,0,0,0.75);
box-shadow: 0px 11px 35px -17px rgba(0,0,0,0.75);
	
}

nav ul li a .primero {
	display:block;
	font-family:"Gotham Light";
	background:#000;
	
}

#log h4{
	display:block;
	font-size:25;
	
	
}

#log h1 {
	display:none;
}


#log img{
	
	display:none;

}


#precio li {
	width: 45%;
	
}



#precio1 li {
	width: 45%;
	
}

	.mas{
		display: none;
}
	
	.cotiza li{
	float: none;
	padding-left: 0;
}


}

