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

body {
	background:url(../images/back.png) center top #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
}
img {border:0;}

.central {
	margin: -40px auto 0 auto;
	width:980px;
	height:auto;
	position:absolute;
}

.central2 {
	margin: 10px auto 0 auto;
	width:980px;
	height:auto;
	position:relative;
}

.central h1{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#044795;
	font-size:20px;
	margin-left:70px;
	text-transform:uppercase;
	font-weight:lighter;
}

p{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#666;
}

#logos {
	text-align:center;
	width:700px;
	background:#FFF;
	margin:10px auto 0 auto;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#logos ul {
	list-style:none;
	padding:0;
	margin:0;
}

#logos ul li {
	display:inline;
	
}

#logos img {
	margin:5px 15px;		
}

#elemento {
	position:relative;
	width:100px;
	height:20px;
	font-size:9px;
	margin:10px auto 0 auto;
	/*background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/

}

#elemento  a {	
	color:#008ccd;
	
}

#wrapper {
	border-radius:40px;
	-moz-border-radius: 40px;
	-webkit-border-radius:40px;
	background:#FFF; width:980px;
	margin:0 auto;  
	padding:50px 0 10px 0;
}

#wrapper, #logos{
	-webkit-box-shadow: 0px 3px 10px 1px rgba(7, 89, 128, 0.5);
	-moz-box-shadow: 0px 3px 10px 1px rgba(7, 89, 128, 0.5);
	box-shadow: 0px 3px 10px 1px rgba(7, 89, 128, 0.5);
}