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

body{
	font-family: 'Open Sans', sans-serif;
	background-color:#1fa9f1;
	padding:0;
	margin:0;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.light{
	font-weight:300;
	margin-bottom:110px;
}

.bold{
	font-weight:700;
}

h1{
	font-size:22px;
	font-weight:300;
	background-color:#53a9dc;
	padding:8px 0;
	color:#fff;
	letter-spacing:-0.04em;
}

h2{
	font-size:22px;
	font-weight:300;
	color:#fff;
	letter-spacing:-0.04em;
}


#header-wrap{
	width:100%;
	height:160px;
	border-bottom:4px solid #094E8D;
	position:relative;
	background:url(../images/faja.png) no-repeat left;
	background-color:#3958a8;
}

#header{
	width:1000px;
	margin:0 auto;
}

#logo{
	background:url(../images/logo.png) no-repeat bottom;
	width:180px;
	height:140px;
	margin-left:150px;
	float:left;
}

#title{
	width:300px;
	height:100px;
	top:0;
	float:left;
	text-align:center;
	margin-left:250px;
}

#fb{
	float:right;
}

strong{
	font-weight:700;
	font-size:26px;
}

#container{
	background:url(../images/opacity.png) repeat;
	width:100%;
	position: relative;
	text-align:center;
	padding:25px 0;
}

#container p{
	width:880px;
	margin:0 auto;
	text-shadow: 0px 1px 1px #fff;
	padding:25px 0;
}

#lista li{
	display:inline-block;
	border-right:1px solid #094E8D;
	padding:0 15px;
	text-shadow: 0px 1px 1px #fff;
	font-weight:500;
	font-size:18px;
}

.last{
	border:none!important;
}


#mail{
	background:url(../images/mail.png) no-repeat bottom;
	margin:0 auto;
	width:47px;
	height:50px;

}

#msg-wrap{
	position:absolute;
	font-weight:300;
	height:100px;
	margin:0 auto;
	background:url(../images/opacity.png) repeat;
	width:100%;
	top:50%;
}

.msg{
	width:500px;
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:15px 0;
}

.link-error{
	font-weight:700;
	color:#165a83;
	text-decoration:none;
}
	

#contacto{
	font-weight:300;
	background-color:#53a9dc;
	color:#fff;
	width:100%;
	border-bottom:4px solid #094E8D;
	text-align:center;
	position:fixed;
	bottom:0;
}

#contacto li{
	display:inline-block;
	border-right:1px solid white;
	padding:0 15px;
	text-shadow:none;
	font-weight:500;
}
	
	
#contactform label.error{
	color:#d10000;
}