html {
	background: #003c60;
	
}

#wrapper {
	
	background: url(../img/body_background_flare.png) no-repeat top;
	padding-bottom: 50px;
}

body {
	background: #0079c1 url(../img/body_background.png) repeat-x top left;	
}

#logo {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5daede;
	margin-bottom: 0px;
}

p {
	color: #fff;
}

/*div.square_link img.opacity {
	opacity: 0.8;
	filter: alpha(opacity=80);
 	-webkit-transition: opacity 1s linear;
}	
 
div.square_link img.opacity:hover {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 1s linear;
}*/

div.square_link {
	position: relative;
	margin: 0 auto;
}

div.square_link img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

div.square_link img.top:hover {
  opacity:0;
}

div.square_link a {
	display: block;
}

.row {
	margin-bottom: 20px;
}

#cf {
  position:relative;
  height:256px;
  width:460px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

h4 {
	color: #6eaed4;
}

footer {
	border-top: 1px solid #01283f;
	padding-top: 20px;
	background: #003c60;
}

footer p {
	color: #438dba;
}

img#mapa {
	padding-top: 5px;
	padding-left: 50px;
}