/* CSS Document */

* {

	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
@font-face { font-family: 'MiNuevaFuente';
src: url('../fonts/FUTURAM.ttf');
}

@font-face { font-family: 'FuturaBold';
src: url('../fonts/FUTURAB.ttf');
}

body {
	background-color: #ffffff;
	background-image: url(../Imagenes/fondo_body.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	width:100%;
	background-position: 50% 50%;
	/*font-size:16pt;*/
}

#contenedor {
	width:80%;
	height: 100%;
	max-height:3500px;
	margin: 0 auto;
	
}


.main {
	width:100%;
	height:100%;
	position:relative;
	float:left;
	z-index:1;
	background-color:transparent;
	margin: 0 auto;
	
}

.imagen{
	width:100%;
	height:auto;
	border-bottom:solid 2px #0093DD;
}

.imagen img{
	width:100%;
}

#servicios {
	width:100%;
	max-width:2000px;
	max-height:3000px;
	float:left;
	display:inline-block;
	background-color:#FFFFFF;
	
	
}

@media (max-width: 768px) and (min-width: 481px){

#contenedor {
	width:100%;
	height: 100%;
	margin: 0 auto;
	
}

}


@media (max-width: 480px) and (min-width: 320px){

#contenedor {
	width:100%;
	height: 100%;
	margin: 0 auto;
	
}

}