*{
	margin:0;
	padding:0;
	}

body {
	width:60em;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background:linear-gradient( #FFF, #CCC);
	font-family: 'Abel', sans-serif;
	}

#content {
	background:rgba(255,255,255,0.5);
	height:auto;
	}

img {
	max-width:100%;
	height:auto;
	width:auto\9;
	}

.cabe2 {
	display:none;
	}
/*MENU*/

.barra {
	width:100%;
		}

.barra nav {
	width:100%;
	max-width:980px;
	margin:0 auto;
	background:#FC0;
	}

.menu_bar {
	display:none;
	}

.barra nav ul{
	overflow:hidden;
	list-style:none;
		}

.barra nav ul li{
	float:left;
	padding:0 57px 0 57px;
	}
	
.barra nav ul li a {
	color:#333;
	padding:10px;
	display:block;
	text-decoration:none;
	}

.barra nav ul li a:hover{
	background:#FF0;	
	}

/*EDITABLES*/

section {
	width:20em;
	float:left;
	height:auto;
	padding:5px;
	box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
.services {
	list-style-type:square;
	}
	
aside {
	width:40em;
	float:left;
	height:auto;
	padding:5px;
	box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	overflow:hidden;
	}

iframe {
	max-width:100%;
	}	

@media screen and (max-width:920px){
	.cabe2 {
		display:block;
		}	
	
	.cabe1 {
		display:none;
		}
		
	body {
		width:100%;
		}
		
	#content {
		width:100%;
		}
		
	.barra nav{
		width:80%;
		height:100%;
		margin:0;
		left:-100%;
		position:fixed;
		z-index:100;
	}
	
	.barra nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	
	.menu_bar {
		display:block;
		width:100%;
		background:#FF0;
	}	
	
	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#FC0;
		color:#333;
		text-decoration:none;
		font-weight:bold;
		font-size:20px;
		box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		}
	
	.menu_bar span {
		float:left;
		font-size:20px;
		}
	
	section {
		width:auto;
		float:none;
		padding:5px;
		}
	
	aside {
		width:auto;
		float:none;
		padding:5px;
		}
	
	}

/*FIN MENU*/

h1 {
	font-family: 'Abel', sans-serif;
	font-size:17px;
	}

h2 {
	font-family: 'Abel', sans-serif;
	font-size:16px;
	font-weight:normal;
	}

h3 {
	font-family: 'Abel', sans-serif;
	font-size:15px;
	text-align:justify;
	font-weight:normal;
	}

h4 {
	font-family: 'Abel', sans-serif;
	font-size:15px;
	font-weight:normal;
	}

h5 {
	font-family: 'Abel', sans-serif;
	font-size:14px;
	}

/*BOTONES ASIDE*/

#B1,#B2,#B3,#B4,#B5,#B6,#B7,#B8,#B9,#B10,#B11,#B12 {
	float:left;
	margin:0px;
	color:#FFF;
	text-align:center;
	padding:4px;
	position: relative;
	height:150px;
	width:150px;
	overflow:hidden;
	cursor:pointer;
	box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;

	}

#textoB1,#textoB2,#textoB3,#textoB4,#textoB5,#textoB6,#textoB7,#textoB8,#textoB9,#textoB10,#textoB11,#textoB12 {
	width:150px;
	height:80px;
	background-color:#039;
	position:absolute;
	opacity:0;
	bottom:-50px;
	transition:all 1s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
	}

#B1:hover #textoB1{
	opacity:0.8;
	bottom:0;
	}

#B2:hover #textoB2{
	opacity:0.8;
	bottom:0;
	}

#B3:hover #textoB3{
	opacity:0.8;
	bottom:0;
	}

#B4:hover #textoB4{
	opacity:0.8;
	bottom:0;
	}

#B5:hover #textoB5{
	opacity:0.8;
	bottom:0;
	}

#B6:hover #textoB6{
	opacity:0.8;
	bottom:0;
	}
	
#B7:hover #textoB7{
	opacity:0.8;
	bottom:0;
	}
	
#B8:hover #textoB8{
	opacity:0.8;
	bottom:0;
	}

#B9:hover #textoB9{
	opacity:0.8;
	bottom:0;
	}

#B10:hover #textoB10{
	opacity:0.8;
	bottom:0;
	}

#B11:hover #textoB11{
	opacity:0.8;
	bottom:0;
	}

#B12:hover #textoB12{
	opacity:0.8;
	bottom:0;
	}
	
#imgservice {
	margin:30PX;
	
	}
/*BOTONES ASIDE*/

/*FORMULARIO*/

.botonform{		background-color:#00B3FF;
				width:12.8em;
				height:3em;
				text-align:center;
				font-family:'Oswald', sans-serif;
				font-size:18px;
				color:#FFF;
				border:none;
				margin:0px;
				padding:5px;
				transition:all ease-out 150ms;
				-webkit-transition:all ease-out 150ms;
				cursor:pointer;
				font-family:'Abel', sans-serif;
				font-size:16px;
				float:left;
				}
						
.botonform:hover {
					background-color:#090;
					-webkit-transition:all ease-out 150ms;
					}
					
input, textarea {
	width:30em;
	border:1px solid #0CF;
	float:left;
	}


@media screen and (max-width:920px){
	.botonform{
		max-width:100%;
		float:none;
		}
	
	input, textarea {
		max-width:100%;
		float:none;
		}
	}

/*FINFORMULARIO*/

/*FOOTER*/

footer {
	clear:both;
	height:auto;
	color:#FFF;
	}

.backfo {
	position:absolute;
	}

.ubi, .mai {
	width:22em;
	position:relative;
	height:10em;
	box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

.tel {
	width:16em;
	position:relative;
	height:10em;
	box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

.ubi,.tel,.mai, #imgwhere, #where ,#imgtele, #tele, #imgmail, #mail {
	float:left;
	}

#imgwhere, #imgtele, #imgmail {
	padding: 40px 0;}

#where, #tele, #mail {
	padding:40px 40px 0 40px;
	}

@media screen and (max-width:920px){
		
	.backfo {
		display:none;	
		}
	
	.ubi, .tel, .mai{
		z-index:50;
		}
	}




