*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.row{
	margin-right: 0px;
    margin-left: 0px;
}
h2{
	color: rgb(19,67,152);
	font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.8rem;
}
h3{
	font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;
}
body{
font-family: roboto, sans-serif;
font-weight: 400;
font-style: normal;
	color: 555;
}
hr{
	margin: 0 auto;
	width: 100px;
	height: 2px;
	background: rgb(19,67,152);
	margin-bottom: 2rem;
}
a{
	color: #368BDE;
}
a:hover{
	color: #368BDE;
	text-decoration: none;
}
.logo-obras{
	height: 50px;
}
.alto{
	height: 80%;
}
.f-gris{
	background: #E9EBEE;
}
.f-azul{
	background: rgb(19,67,152);
	color: #fff;
}
.f-blanco{
	background: #fff;
}
.frente {
    position: relative;
    top: -2rem;
}
.presentado{
	color: #368BDE;
}

@media only screen and (max-width: 600px) {

h2{
font-size: 1.5rem;
	}
h3{
font-size: 1.3rem;
	}
}