@charset "utf-8";
/* CSS Document */

body {
	background:url(css-images/main-bkg.jpg) top center black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:120%;
	margin:0;
	padding:0;
}
.cleared {
	clear:both;
}

/**************************************************************************************************/
/*ENCABEZADO*/
/**************************************************************************************************/

#header {
	background: url(css-images/banner_pri.png) repeat-x top left;
	height: 85px;
	padding: 0;
	margin: auto;
	width: 1100px;
}
#logo {
	position: relative;
	top: 1px;
	left: 20px;
	float: left;
}


#title {
	color: white;
	height: 95px;
	position: absolute;
	padding: 0;
	width: 587px;
	left: 581px;
	top: 3px;
}
#text_header {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	width: 383px;
	position: absolute;
	padding-left: 0px;
	word-spacing: 10px;
	margin-top: 0px;
	padding-top: 0px;
	left: 122px;
	top: 13px;
	line-height: normal;
	font-weight: bold;
	}
/**************************************************************************************************/
/*CONTENIDO*/
/**************************************************************************************************/

#main-wrapper {
	position: absolute;
	left: 50%;
	height: auto;
	margin: 10px 550px 0 -550px;
	padding: 0 0 10px 0;
	width: 1100px;
}
#content-wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1100px;
}
#content {
	/*	background:white;*/
	background: url(css-images/fondo_conten.png);
	background-repeat: repeat;
	height: 620px;
	padding: 15px 0 15px 35px;
	text-align: justify;
}

#footer {
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#0c0c0c', GradientType=0 ); /* IE6-9 */
	color: white;
	height: 30px;
	float: left;
	margin-left: 0px;
	text-align: center;
	width: 1100px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-wrapper {
	width:1230px;
	clear:both;
}
#counter {
	padding:10px 0 0 0;
	margin:0;
	clear:both;
}
#counter p {
	color:white;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#counter p#numbers {
	display:block;
	font-size:1.7em;
	position:relative;
	top:-40px;
	left:650px;
}
#counter p#text {
	font-size:1.375em;
	display:block;
	position:relative;
	top:13px;
	left:330px;
}
#bateria {
	display:block;
	position:relative;
	height:55px;
	top:-20px;
	left:520px;
	width:116px;
}
