body
{
	background-color:#84bbc8;
  font-family: 'Montserrat', sans-serif;
}
.contenedor
{
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;				
  
	justify-content:center;
	align-items:center;
	height:100%;
	width:100%;
}

.contenedor img
{
	width:275px;
}

.info_contacto
{
	text-align:center;
	line-height:150%;
}

.titulo
{
	margin:5px 0 10px 0;
	font-family: 'Audiowide', cursive;
	
}

.titulo_campo
{
	font-weight:bold;
	color:#E4F2FA;
}

a
{
	text-decoration:none;
	color:#000;
}

.contenido
{
	text-align:center;
	margin-top:30px;
}

h2
{
	background-color:#E4F2FA;
	padding:5px;
	
	font-size:20px;
}

.contenido a
{
	border:1px solid #E4F2FA;
	display:block;
	padding:5px;
}

.contenido a:hover
{
	border:1px solid #454545;
}

.contenido a img
{
	margin-top:5px;
}