*{
	margin: 0px;
	padding: 0px;
}


.logotop{
	width:100%;
	height:40%;
	position: relative;
}

img{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height:100%;
}

.cuerpo{
	width:100%;
	height: 100px;
	background:#0057a1;
}

.servicio{
	padding:1em;
	font-size: 30px;
	color: white;
	font-family: helvetica;
	text-align: center;
}

.cuerpointro{
	width:100%;
	height: 300px;
	background:#2B2B2B;
}

.intro{
	margin:auto;
	width:70%;
	padding-top:3em;
	font-size: 18px;
	color: #C7E4FF;
	font-family: helvetica;
	text-align: center;
}
.intro2{
	margin:auto;
	width:70%;
	padding:1em;
	font-size: 18px;
	color: #C7E4FF;
	font-family: helvetica;
	text-align: center;
}

a{
	text-decoration: none;
	color:white;
	font-size: 20px;
}












