@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/background_bkg.jpg) repeat-x #000;
	margin:0;
	padding:0;
}
a{
	display:block;
	background-position:center;
	background-repeat:no-repeat;
}
#wrapper{
	width:792px;
	margin: 0 auto;
	padding:0 auto;
}
#logo{
	width:220px;
	height:220px;
	background:url(../images/aguilas_logo_img.png) center no-repeat;
	margin: 100px auto 30px auto;
	clear:both;
}
#sponsors{
	width:700px;
	height:200px;
	margin: 0 auto;
}
.enconstruccion{
	float:right;
	background:url(../images/enconst_img.png) no-repeat bottom;
	width:287px;
	height:100px;
}
.enconstruccion h1, .enconstruccion h2 {
	visibility:hidden;
}
.umbro{
	background:url(../images/umbro_logo_img.png);
	background-repeat:no-repeat;
	width:175px;
	height:95px;
	text-indent:-9999px;
	float:left;
}
.umbro:hover, .umbro:focus{
	background:url(../images/umbro_hover_logo_img.png);
	background-repeat:no-repeat;
}
.grupoice{
	background: url(../images/ice_logo_img.png);
	background-repeat:no-repeat;
	width:175px;
	height:95px;
	text-indent:-9999px;
	float:left;
}
.grupoice:hover, .grupoice:focus{
	background:url(../images/ice_hover_logo_img.png);
	background-repeat:no-repeat;
}
.africamia{
	background:url(../images/africamia_logo_img.png);
	background-repeat:no-repeat;
	width:175px;
	height:95px;
	text-indent:-9999px;
	float:left;
}
.africamia:hover, .africamia:focus{
	background:url(../images/africamia_hover_logo_img.png);
	background-repeat:no-repeat;
}
.yfse{
	background: url(../images/yfse_logo_img.png);
	background-repeat:no-repeat;
	width:175px;
	height:95px;
	text-indent:-9999px;
	float:left;
}
.yfse:hover, .yfse:focus{
	background:url(../images/yfse_hover_logo_img.png);
	background-repeat:no-repeat;
}
.power_by {
	width:100%;
	height:95px;
	clear:both;
	padding: 0 0 0 250px;;
}
.sunscape{
	background:  url(../images/sunscape_logo_img.png);
	background-repeat:no-repeat;
	width:164px;
	height:95px;
	text-indent:-9999px;
}
.collector{
	height:100px;
	clear:both;
	text-align:center;
}
.inputtext{
	background: url(../images/text_lil_impt.png) no-repeat center top transparent;
	width: 76px;
	height:18px;
	border:0;
	padding:8px 10px;
}
.inputtext:hover, .inputtext:focus {
	background-position:bottom;
}
.btn {
	font: "Segoe UI", Arial, sans-serif ;
	font-weight:bold;
	background:url(../images/enviar_btn.png) top no-repeat;
	width:84px;
	height::18px;
	padding: 8px 10px;
	border:0;
}
.btn:hover, .btn:focus{
	background:url(../images/enviar_hover_btn.png) top no-repeat;
}