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

/*html, body{
	margin: 0px auto;
	height:100%;
	background-size:auto 103%;
	background-repeat:no-repeat;
	background-position: right top; 
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	background-color: #4AD7FF;
	background-image: url(../imgs/FdoLimpieza4.2.png);
	animation-name:back;
	animation-duration: 5s;
	/*animation-timing-fuction: linear;*/
	/*animation-iteration-count: infinite;*//*
	animation-direction: alternate;









*//*}

@keyframes back{
	from{
		background-size: auto 90%;
		
	}
	to{
		background-size: auto 103%;
		
	}
}
*/
#back a{
	padding:5px;
	border-radius:5px;
	background-color: #666;
	color: #FFF;
	font-weight:bold;
	float:right;
	text-decoration:none;
	margin-right:10px;
	margin-bottom:5px;
	transition:1s;
}
#back a:hover{
	background-color:#999;
}

.bannerTel{
	display:block;
	/* [disabled]width:auto; */
	overflow:hidden;
	color:#1D4D9A;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	/* [disabled]margin-bottom:20px; */
	height:6%;
	vertical-align: top;
}
.bannerTel a{
	text-decoration:none;
	color:#009;
	margin-left:10px;
}
.bannerTel a:hover{
	color:#FFF;
}

.bannerTel span{
	font-size: 22px;
}

.bannerTel audio{
	float: left;
	width:120px;	
	height:25px;
}

/* MENU */
header{
	/*border-radius: 0px 0px 2px 2px;
	border-bottom-style:double;
	border-bottom-width:6px;
	border-bottom-color:#900;*/
	overflow:hidden;
	padding-bottom:20px;
}
header img{
	width:35%;
	max-width: 500px;
	height:auto;
	/* [disabled]margin-top: 20px; */
	margin-left: 20px;
	float: left;
}

.animacion{
	animation-name:logo;
	animation-duration: 5s;
	animation-timing-fuction: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes logo{
	from{
		transform: scale(1);
		
	}
	to{
		transform: scale(0.9);
		
	}
}

header ul{
	display: block;
	float:right;
	list-style:none;
	margin-right: 20px;
	font-family: "century";
	font-size:14px;
	vertical-align:middle;
	text-transform:uppercase;
}
header div{
	display:block;
	width:15%;
	float:left;
	padding-left:12%;
	margin-top:1%;
	vertical-align:middle;
}
header nav ul span{
	font-size:25px;
}


header nav ul li{
	display: block;
	float: left;
	text-align:center;
	color:#000;
}

header nav ul li a{
	text-decoration:none;
	padding:10px;
	/*padding-top: 10px;
	padding-bottom:10px;*/
	display:block;
	margin-left:20px;
	color:#339;
	transition: 0.9s;
	
	
}

header nav ul li a:hover{
	/*border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#0CF;*/
	color: #FFF;
	background-color:#339;
	border-radius:5px;
}

.menu_bar {
	display:none;
}

.container{
	position:relative;
	/* [disabled]margin:auto; */
	background-color: #FFF;
	height:60%;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	bottom: 0px;

	
}

.banner{
	display:block;
	width:50%;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	margin-top:10%;
	float:right;
	text-align:center;
	overflow:hidden;
	
	animation-name:banner;
	animation-duration: 5s;
	animation-timing-fuction: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes banner{
	0%   {padding-left: 0px; }
  100% 	 {padding-left: 100px; }

}


#slider{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#slider img{
	width:100%;
	height:auto;
}

#slider > div{
	position: absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 5px;
}

.btns{
	display:block;
	float:left;
	width:50%;
	height:75px;
	font-size:28px;
	background-color:#00F;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:thin;
	text-align:center;
	vertical-align:bottom;
	margin-top:3%;
	background-position: center center;
	background-size: 100% auto;	
	transition: 0.8s;
	padding-top: 25px;
	color:#FFF;
	text-shadow: 1px 1px #000;
}

.btns span{
	display:block;
	width:100%;
}


.btns:hover{
	height:200px;
	color: #0CF;
	text-shadow: 1px 1px #009;
}
.btn{
	display:block;
	float:left;
	width:40%;
	height:100px;
	font-size:18px;
	background-color:#999;
	border-style:solid;
	border-color:#000;
	border-bottom:thin;
	margin-top:25%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}




footer{
	display:block;
	overflow:hidden;
	/*background-color:#1C4975;*/
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	width:98%;
	/*border-top-style:double;
	border-top-width:8px;*/
	position: absolute;
	bottom:0px;
	height:25%;
	padding:10px;
	background-image: linear-gradient(to top, rgba(0,51,102,1), rgba(0,51,102,0)); /* Standard syntax (must be last) */
	left: 0px;
}

footer span{
	font-size: 20px;
	color:#FFF;
	
}
.footerCol{
	width: 32%;
	float:left;
	/*border-left-style:solid;
	border-right-style:solid;
	border-left-width: 0.3px;
	border-right-width: 0.3px;*/
	padding:3px;
	text-align:center;
	height:300px;
}
.footerCol img{
	width:60%;
	height:auto;
	opacity: 0.5;
    filter: alpha(opacity=50); 
}
.footerCol p{
	text-align: justify;
	margin-left:10px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}



.seccion{
	display:block;
	float:left;
	width:48%;
	position: relative;

}
.seccion img{
	width:33%;
	margin-left: 33%;
}

.seccion span{
	font-size:18px;
    text-shadow:1px 1px #FFF;
    text-align:center;
	color:#006;
}
section{
	overflow:hidden;
}

section h1{
	color:#006;
	font-family:'century';
	text-transform: uppercase;
	text-shadow: 1px 1px #FFF;
	margin-left:10px;
	font-size:32px;
}


@media screen and (max-width:800px ) {
	.seccion img{
	width:33%;
	margin-top:0px;
}	
.seccion span{
	font-size:16px;
}	
	
	
	

html, body{
	background-size:auto 80%;
	background-position:  center top;
}	



.bannerTel{
	font-size:14px;
}

.bannerTel span{
	font-size: 18px;
}

header img{
	width: 60%;	
}

.info{
	display:none;
}


header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
		z-index:10;
		background-color: #0CF;
		padding:0px:
	}
header nav ul li {
	display:block;
	float:left;
	text-align:left;
	width:100%;
	color: #006;
	margin-top:10px;
}
 
header nav ul li a{
	display:block;
		background-color: #0CF;
	}
	
header nav ul li a:hover{
	background-color: #06C;
	border-radius:0px;
	}
 

.menu_bar {
		display:block;
		background-color: #FFF;
		color:#333;
		padding:5px;
		float: right;
		top:0px;
		border-style:solid;
		border-color:#333;
		border-width:thin;
		border-radius:5px;	
		width:auto;
		margin-right:10px;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:5px;
		color: #333;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.btns{
		width:100%;
		height:150px;
	}
	.btns:hover{
		height:150px;
	}
	
#banner{
	width:100%;
	margin-top:5%;
	
}	



 #slider img{
	width:auto;
	height:100%;
}

#slider > div{
	position: absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 5px;
}

/*footer{
	width:95%;
	height:15%;
}*/

footer{
	position:static;
}

footer span{
	font-size:16px;
	font-weight:bold;
}

#pieLogo{
	display: none;
}
.footerCol{
	width:45%;
}


}
