/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-color:#252525;
}
img {
	vertical-align: top;
	border: none;
}
.left{ float:left;}
.right{ float:right;}
.clear {
	clear: both;
}
a{ 
	text-decoration:none;
	color:#002C51;
	font-weight:bold;
}
a:hover{
	color:#79A006;
}
h1{
	color:#0F65A1;
	font-size:25px;
	padding:10px 0;
	font-weight:100;
}
h1 span{
	font-size:16px;
	position:relative;
	top:-8px
}
h2{
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	color:#333;
}
h3{
	font-size:14px;
	color:#78A004;
	font-weight:bold;
	background:url(../images/default/gray-line.gif) repeat-x bottom;
	padding:5px 0;
	margin-bottom:10px;
}
h4 {
	font-size: 14px;
	color:#002C51;
	padding:5px 0;
	font-weight:100;
}
h4 span{ 
	font-size:20px; 
	font-weight:bold; 
	color:#78A004;
}
p{
	font-size:12px;
	color:#333;
	padding:5px 0;
	line-height:16px
}
/* GENERAL DEFINITIONS ENDS */

#MainContainer{
	background:url(../images/default/body-bg.jpg) repeat #F9E5B6;
}

/* TOP STARTS */
#Top {
	background:url(../images/default/top-bg.png) repeat-x top;
	height:117px;
}
#hojas{
	position:absolute;
	top:0;
	right:0;
}
#logo{
	position:absolute;
	left:0;
	top:0;
}
#TopInfo{
	margin:0 auto;
	width:940px;
	position:relative;
	z-index:1;
	padding-top:30px;
}
#TopInfo ul{
	list-style:none
}
#TopInfo ul li{ display:inline}
#TopInfo ul li.last{
	background:none;
}
ul#menuSec{
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding-right:150px;
	padding-bottom:10px;
}
ul#menuSec li{ 
	padding:0 10px 0 5px; 
	background:url(../images/default/menusec-bullet.gif) no-repeat right 5px; 
}
ul#menuSec li a{ color:#779F02;}
ul#menuSec li a:hover{ color:#999999}

#menu{
	float:right;
	clear:both;
}
#menu img{ float:right}
#menu ul{
	text-align:center;
	background:url(../images/default/menu_bg.png) repeat-x;
	height:63px;
	line-height:63px;
	font-size:12px;
	float:right
}
#menu ul li{
	padding:0 10px 0 5px; 
	background:url(../images/default/menu-bullet.gif) no-repeat right center; 
	float:left;
}
#menu ul li a{ color:#FFFFFF;}
#menu ul li a:hover{ color:#000;}
/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 942px;
	padding:5px 0 20px;
	position:relative 
}
#CenterContent{
	float:left;
	width:718px;
	position:relative;
	z-index:2;
	margin-bottom:20px;
}

#infoText{
	background:url(../images/mainpage/box-bg.png) repeat-y;
	padding:10px 25px 20px;
	float:left;
	clear:both;
	width: 668px
}
#infoText p{
	line-height:18px;
}
#registerBox{
	position:absolute;
	right:1px;
	background:url(../images/default/register.png) no-repeat;
	height:169px;
	width:192px;
	top:25px;
	padding:10px 20px 0 15px;
}
.registerButton{
	position:relative;
	left:-3px;
	top:15px;
	background:url(../images/mainpage/register-button.png) repeat-y 0 0;
	height:81px;
	width:195px;
	display:block;
}
.registerButton:hover{
	background-position:0 81px;
}
#registerEsp{
	background-image:url(../images/mainpage/registro-button.png);
}

#registerBox ul{ list-style: none; font-size:12px;}
#registerBox ul li{
padding:5px 0 5px 15px;
background:url(../images/default/bullet.gif) no-repeat 0 9px;

}

/* MAIN PAGE ENDS */

/* BOTTOM STARTS */
#Bottom {
	margin: 0 auto;
	border: 1px solid #000;
}
/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	background:url(../images/default/footer-bg.gif) repeat-x top;
	height:95px;	
}
#footerInfo{
	width:940px;
	margin:0 auto;
	padding-top:12px;
}
#footerInfo p{
	text-align:center;
	float:left;
	width:550px;
	padding:15px 0 0;
	line-height:20px;
	color:#FFFFFF
}
#FooterBox{
	float:right;
	background:url(../images/default/footer-box.gif) no-repeat;
	height:60px; 
	width:354px;
	padding:10px
}

#FooterBox img{
	padding:0 10px;
	float:left;
	
}
#footerInfo a{
	color:#79A006;
}
#footerInfo a:hover{
	color:#999999
}
/* FOOTER ENDS*/
