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


.footbott {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	font-family: "montserrat-medium", sans-serif;
	font-size: 2.5rem;
	margin-top: 50px;
	color: #122f49;
}

p.der {
	text-align:right;
}




.contacto {
	width:100%;
	height:auto;
	background-color:#FFF;
}

.item {
	width:100%;
	height:auto;
	font-family: "montserrat-light", sans-serif;
	font-size: 2.5rem;
	color:#757575;
	float:left;
	text-align:center;
	margin-bottom:2rem;
}


/*Estilos de enlaces para item*/ 
.item a:link{ 
color: #757575; 
} 
.item a:visited{ 
color: #757575; 
} 
.item a:hover{ 
color: #757575; 

} 
.item a:active{ 
color: #f60; 
} 
