body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #808080;
}
a {
	color: #FF0000;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

.clear_both{
	clear: both;
}

.error {
	width: 250px;
	padding: 4px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #990000;
	background-color: #FFE8E8;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.error a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.error a:hover {
	color: #FF0000;
}


.exito {
	width: 250px;
	padding: 4px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #006600;
	background-color: #D9FFD9;
	display: block;
	text-align: center;
}
.exito a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.exito a:hover {
	color: #FF0000;
}




#page{
	border-top: 4px solid #000000;
}

#topMenu {
	width:955px;
	padding:0;
	margin:8px auto 3px auto;
} 

#sUserBox{
	display: block;
	float:right;
	height: 24px;
	line-height: 24px;
}
#sUserBox,
#sUserBox a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f5f4eb;
}
#sUserBox a:hover{
	text-decoration: underline;
}

#sMiniBarLinks{
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
}
#sMiniBarLinks,
#sMiniBarLinks a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#sMiniBarLinks a:hover{
	text-decoration: underline;
}

#social_linksTop{
	display: block;
	float: left;
	margin-left: 140px;
}
#social_linksBottom{
	display: block;
	width: 955px;
	margin: 5px auto;
}
.social_links{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.social_links span{
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
}
.social_links a{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -99999px;
	margin: 0 1px 0 1px;
	padding: 0;
}
.social_links a.facebook{
	background: url(design/facebook.png) no-repeat;
}
.social_links a.twitter{
	background: url(design/twitter.png) no-repeat;
}
.social_links a.youtube{
	background: url(design/youtube.png) no-repeat;
}
.social_links a.myspace{
	background: url(design/myspace.png) no-repeat;
}
.social_links a.rss{
	background: url(design/rss.png) no-repeat;
}


#sCont {
	margin: 0 auto;
	padding: 5px;
	width: 945px;
	background: #FFF;
}

#leftC{
	display: block;
	float: left;
	width: 160px;
}
#sLogo {
	display:block;
	float: left;
	width: 160px;
	height:153px;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

#rightC{
	display: block;
	float: right;
	width: 780px;
}
#sHeader {
	display: block;
	clear: both;
}
#topBanner {
	display:block;
	float: right;
	width: 780px;
	height:90px;
	margin:0;
	margin-bottom: 5px;
}
#topBanner .left{
	display: block;
	float:left;
	height: 90px;
	width: 388px;
	text-align: center;
}
#topBanner .left table{
	margin: 0 auto;
}
#topBanner .right{
	display: block;
	float:right;
	width: 388px;
	height: 90px;	
	text-align: center;
}
#topBanner .left img,
#topBanner .right img{
	border: none;
}
#mainMenu {
	display: block;
	float: right;
	width: 780px;
	overflow:hidden;
	background:#000;
	
	height: 26px;
	line-height: 26px;
	margin-bottom: 6px;
	padding-top: 1px;
}

#mainMenu a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform:uppercase; 
	color:#FFFFFF;
	font-size:18px;
	/*margin: 0 4px 0 4px;*/
	padding:0 3px 0 3px;
}
#mainMenu .separator{
	display: block;
	float: left;
	width: 5px;
	height: 26px;
	background: url(../imgs/menu_separator.png) no-repeat 50% 50%;
}

#mainMenu a.active,
#mainMenu a:hover{
	/*margin: 0 3px 0 3px;*/
	padding:0 2px 0 2px;
	background:#FFF;
	color:#000;
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
} 

#sMainLinks{
	position: absolute;
	padding:0px;
	z-index:9999;
	background: #ffffff;
	border: 1px solid #000;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top: none;
}
#sMainLinks .submenu_group{
	display: block;
	float: left;
	margin: 13px 0 13px;
	padding: 0 13px 0 13px;
	border-right: 1px solid #000;
}
#sMainLinks .submenu_group:last-child {
	border-right: none;
} 
#sMainLinks .submenu_group .submenu_title{
	display: block;
	margin-bottom: 12px;
	font-family: 'LeagueGothicRegular', sans-serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
#sMainLinks .submenu_group a {
	display: block;
	margin-bottom: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	
}
#sMainLinks .submenu_group a:hover{
	text-decoration: underline;
}
#sMainLinks .submenu_group a.submenu_active{
	font-weight: bold;
	text-decoration: underline;
}

#midBanner {
	display: block;
	float: right;
	width: 780px;
	margin-bottom: 4px;
}

#sMain {
	display: block;
}
#sContenido{
	display: block;
	float: right;
	width: 780px;
	padding-top: 5px;
	border-top: 1px dotted #808080;
}

#sectionName {
	display: block;
	padding: 10px 0 10px;
	border-top: 4px solid #000;
	
	font-family: 'Helvetica87CondensedHeavy',sans-serif;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
}
#sectionName a {
	color: #ff0000;
	text-decoration: none;
}
#sectionName a:hover {
	color: #000;
	text-decoration: underline;
}

#topSearch {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #808080;
}
#GoogleSearchForm {
	background: #ff0000;
	height:26px;
}
.GoogleSearchFormInputBox {
	display: block;
	float: left;
	width: 260px; 
	height: 24px;
	line-height: 24px;
	border:none;
	background: none;
	margin: 0;
	padding: 0 5px 0 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#imageField {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

#leaderboard_footer {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

#footer {
	display:block;
	clear:both;
	min-height:95px;
	background:#ff0000;
	
}
#menuFooter {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #fff;
}

#menuFooter a{
	display: block;
	float: left;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
#menuFooter a:hover{
	text-decoration: underline;
}

#CopyRight{
	display: block;
	padding: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#logoWehaa {
	float:right;
	margin-top: 16px;
	margin-right: 25px;
}



