/* GLOBAL STYLES */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	text-align: center;
	background: #222222;
	font-size: 8pt;
	margin: 0px; 
}

p {
	margin: 0px;
	padding: 0px;
}

div, td {
	font-family: tahoma, "Trebuchet MS", arial, serif;
	font-size: 8pt;
	color: #AEAEAE;
	line-height: 140%;
}

td.menu {
	background-color: #333333;
	border: 1px solid #333333;
	border-bottom: none;
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #333333;
}

td.menu_item {
	padding: 5px 6px 5px 6px;
	font-size: 8pt;
	font-weight: bold;
	font-family: tahoma, serif;
}

td.topbar1 {
	padding-bottom: 0px;
	background-color: #222222;	
}

td.topbar2, td.topbar2_right {
	background-color:#96C600;  
	font-weight: bold; 
	font-size: 11pt; 
	padding: 10px 10px 8px 15px; 
	color: #FFFFFF;
	border-bottom: 1px solid #96C600;
}

td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px; 
	text-align: right;
}

td.content {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	background-color: #333333;
}

div.page_header {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 5px;
}

td.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #96C600;
	border-bottom: none;
	font-weight: bold;
	background-color:#96C600;
	color: #FFFFFF;
}

td.header_footer
{
	padding:4px 5px 5px 6px;
	border:1px solid #333333;
	border-bottom:none;
	font-weight:bold;
	background-color:#333333;
	color:white;
}

td.header_footer h3
{
	margin:0px;
	padding:0px;
	font-size:12px;
  color:white;
}


.ftr_separator
{
  border-bottom:1px solid #333333;
  font-size:10px;
}


div.header {
	padding: 5px 5px 5px 7px;
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color:#ffffff;
	border: 1px solid #96C600;
	background: #96C600;
}

.footer_lnk
{
	font-size:8px;
}

div.box {
	background: #444444;
	border: 1px solid #444444;
	border-top: none;
	padding: 10px;
}

td.shadow {
	background-image: url(../images/shadow.gif); 
	background-repeat: repeat-x; 
}

input.text, input.text_small {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #333333;
	vertical-align: middle;
	padding-left: 2px;
}

input.text_small {
	font-size: 8pt;
}

input.search {
	vertical-align: middle; 
	background-image: url(../images/search.gif); 
	background-repeat: no-repeat; 
	color: #555555; 
	font-size: 12pt; 
	padding-left: 23px; 
	font-weight: bold;
}

input.button {
	font-family: arial, verdana, serif;
	font-size: 8pt;
	padding: 3px;
	color: #333333;
	font-weight: bold;
	background: #EEEEEE;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	padding-left: 2px;
	font-size: 10pt;
}

select, select.small {
	color: #333333;
	font-family: arial, verdana serif;
	font-size: 9pt;
	vertical-align: middle;
	margin-top: 1px;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.photo {
	border: 1px solid #444444;
}

font.small {
	font-size: 7pt;
	font-family: arial, serif;
}

font.big {
	font-size: 9pt;
	font-family: verdana, arial, serif;
	font-weight: bold;
}

font.bold {
	font-weight: bold;
}

font.disabled {
	color: #AAAAAA;
}

form {
	margin: 0px;
}

div.center {
	text-align: center;
}

div.error {
	vertical-align: middle;
	color: #FF0000;
}




/*============================================================================*/
/*Join Panel Formats*/


#joinpanel
{
  background:url(../images/jnpn_background.jpg) top left no-repeat #444444;
  width:281px;
  height:57px;
  font-size:10px;
  font-weight:bold;
  color:#FFFFFF;
}

#joinpanel a
{
  font-size:14px;
  font-weight:bold;
}

#joinpanel a.jnpn_lnkjoin_on
{
  padding:3px 10px;
  background-color:#FFCC00;
  color:black;
}

#joinpanel a.jnpn_lnkjoin_off
{
  padding:3px 10px;
  background:;
  color:white;
}



/*============================================================================*/
/*Info Panel Formats*/


#infopanel
{
  background-color:#666666;
  font-size:10px;
  font-weight:bold;
  color:#FFFFFF;
}

#infopanel .pnifo_cnr_tpleft
{
  background:url(../images/ifobbl_cnr_tplft.gif) top left no-repeat;
  width:14px;
  height:3px;
  font-size:2px;
}

#infopanel .pnifo_top
{
  background-color:#666666;
  font-size:2px;
}

#infopanel .pnifo_cnr_tpright
{
  background:url(../images/ifobbl_cnr_tprgt.gif) top right no-repeat;
  height:3px;
  font-size:2px;
}

#infopanel .pnifo_left
{
  background:url(../images/ifobbl_bdr_lft.gif) top left repeat-y;
  width:14px;
  font-size:2px;
}


#infopanel .pnifo_content
{
  background-color:#666666;
}

#infopanel .pnifo_cnr_btmleft
{
  background:url(../images/ifobbl_cnr_btmlft.gif) bottom left no-repeat;
  width:14px;
  height:3px;
  font-size:2px;
}

#infopanel .pnifo_bottom
{
  background-color:#666666;
  font-size:2px;
}

#infopanel .pnifo_cnr_btmright
{
  background:url(../images/ifobbl_cnr_btmrgt.gif) bottom right no-repeat;
  width:5px;
  height:3px;
  font-size:2px;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }

a.menu_item:link { color: #FFFFFF; text-decoration: none; }
a.menu_item:visited { color: #FFFFFF; text-decoration: none; }
a.menu_item:hover { color: #FFFFFF; text-decoration: underline; }

a.top_menu_item:link { color: #FFFFFF; text-decoration: none; }
a.top_menu_item:visited { color: #FFFFFF; text-decoration: none; }
a.top_menu_item:hover { color: #FFFFFF; text-decoration: underline; }

label:hover { color: #3399FF; text-decoration: underline; }


table.tabs {
	margin-bottom: 12px;
}
td.tab {
	padding-left: 1px;
	border-bottom: 1px solid #96C600;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #96C600;
}
td.tab1 {
	background: #333333;
	border: 1px solid #96C600;
	border-top: 3px solid #96C600;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab2 {
	border: 1px solid #96C600;
	border-top: 3px solid #96C600;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	background: #96C600;
}
td.tab3 {
	border-bottom: 1px solid #96C600;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

table.list {
	width: 100%;
	border-bottom: none;
}

td.list_header {
	background: #96C600;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #96C600;
	vertical-align: middle;
}

tr.list_item1 {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;
}

tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

td.form1 {
	padding: 12px 0px 5px 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.form2 {
	padding: 10px 0px 5px 10px;
}

div.form_desc {
	font-size: 8pt;
	padding-bottom: 5px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 16pt;
}
td.button {
	text-align: left;
	border: 1px solid #444444;
	border-left: 5px solid #444444;
	background: #444444;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #ffffff;
	background: #444444;
	padding: 7px 8px 7px 7px;
}
td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #444444;
}

/* STYLES FOR AD BANNERS */
div.ad_top {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
td.ad_left {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	text-align: center;
}
td.ad_right {
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

/* STYLES FOR POPUP TIPS */
#dhtmltooltip {
	text-align: left;
	position: absolute;
	left: -300px;
	visibility: hidden;
	z-index: 100;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 10px;
	width: 300px;
}

#dhtmlpointer{
	position: absolute;
	left: 0px;
	z-index: 100;
	visibility: hidden;
}

/* STYLES FOR FRIEND SUGGEST FEATURE */
.suggest_item a {
	padding: 3px 3px 3px 5px; 
	background: #F7F7F7; 
	border-bottom: 1px solid #CCCCCC;
	width: 181;
	display: block;
}
.suggest_item a:hover {
	background: #003366;
	color: #FFFFFF;
}
div.suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
} 
a.suggest:link { color: #555555; text-decoration: none; }
a.suggest:visited { color: #555555; text-decoration: none; }
a.suggest:hover { color: #FFFFFF; text-decoration: none; }



/* LOGIN PAGE */
td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16pt;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}








/* PORTAL PAGE (HOME.PHP) */
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
td.portal_box {
	border: 1px solid #444444;
	border-top: none;
	padding: 10px;
	background: #444444;
}

td.portal_box h3
{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:white;
}

td.portal_login {
	padding: 25px 10px 25px 10px;
	background: #444444; 
	text-align: center;
	font-weight: bold;
	border: 1px solid #444444;
}
td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
}




/* USER HOME PAGE */
td.home_left {
	vertical-align: top;
	text-align: center;
}
td.home_middle {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
td.home_right {
	vertical-align: top;
}
td.home_stats {
	padding: 10px;
	background: #444444;
	border: 1px solid #444444;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #444444;
	border: 1px solid #444444;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #444444;
	background: #444444;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #444444;
	padding: 5px;
	background: #444444;
	margin-bottom: 10px;
}
td.home_header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #96C600;
	border-bottom: none;
	font-weight: bold;
	background-color:#96C600;
	color: #333333;
}
td.home_box {
	border: 1px solid #444444;
	border-top: none;
	padding: 8px;
	background: #444444;
}
table.home_menu {
	border: 1px solid #444444;
	border-bottom: none;
	margin-bottom: 10px;
}
td.home_menu1 a {
	background-color: #444444;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	font-family: tahoma, "Trebuchet MS", verdana, arial, serif;
	display: block;
}
td.home_menu1 a:hover {}
div.home_action {
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px solid #DEDEDE; 
	margin-bottom: 5px;
}
div.home_action_bottom {
	padding-bottom: 2px;
}
div.home_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}



/* VIEW PROFILE PAGE */
td.profile {
	background: #444444;
	border: 1px solid #444444;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
}
td.profile_rightside {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}
td.profile_friend {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
div.profile_image {
	float: left;
	padding: 5px;
	text-align: center;
	width: 111px;
}
div.profile_bar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
td.profile_comment_author {
	padding: 5px 7px 5px 7px;
	background: #555555;
}
td.profile_comment_body {
	padding: 5px 7px 5px 7px;
}
table.profile_menu {
	border: 1px solid #444444;
	border-bottom: none;
	margin-bottom: 10px;
}
td.profile_menu1 a {
	background-color: #444444;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
td.profile_menu1 a:hover {}
td.profile_photo {
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #444444;
	padding: 5px;
	background: #444444;
	height: 150px;
}
td.profile_viewcomments_postcomment {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
td.profile_postcomment {
	padding: 10px;
	border: 1px solid #444444;
	border-top: none;
	background: #444444;
}
div.profile_action {
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px solid #DEDEDE; 
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}
.comment_area {
	color: #888888; 
	width: 100%;
}



/* BROWSE PAGE */
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_submit {
	padding: 10px 10px 5px 5px;
}
td.browse_fields {
	background: #444444;
	border: 1px solid #444444;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 9pt;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #96C600;
	border-bottom: none;
	background: #96C600;
	color:#ffffff;
}
td.browse_result {
	vertical-align: top;
	text-align: center;
	width: 150px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}

/* SEARCH PAGE */
td.search {
	width: 475px;
	padding: 10px;
	background: #444444;
	border: 1px solid #444444;
}
div.search_header {
	font-weight: bold;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-size: 9pt;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #444444;
}
div.search_result2 {
	padding: 10px;
	background: #555555;
}
div.search_result_text {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 3px;
}
div.search_result_text2 {
	font-weight: normal;
}
div.search_context {
	color: #555555;
}
div.search_url {
	color: #115599;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

/* HELP PAGES */
div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background: #444444;
	border: 1px solid #444444;
	border-top: none;
	padding: 5px 7px 5px 8px;
}


/* MESSAGES */
table.messages_table {
}
td.messages_header {
	padding: 7px 7px 4px 7px;
	font-weight: bold;
	color:#ffffff;
	background: #96C600;
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}
tr.messages_unread {
	background: #555555;
	font-weight: bold;
}
tr.messages_read {
	background: #444444;
}
td.messages_message {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px;
	vertical-align: top;
}
div.messages_view1 {
	padding: 5px 5px 3px 7px;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #444444;
	border-bottom: none;
	background: #444444;
}
div.messages_view2 {
	background: #444444;
	border: 1px solid #444444;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.messages_view1 {
	vertical-align: top;
}
td.messages_view2 {
	vertical-align: top; 
	padding: 0px 0px 0px 10px;
}
div.messages_author {
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
div.messages_convo {
	background: #F5F5F5;
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	margin-bottom: 13px;
}
div.messages_date {
	font-size: 7pt;
	color: #777777;
}



/* MY FRIENDS */
td.friends_search {
	width: 450px;
	padding: 10px;
	background: #444444;
	border: 1px solid #444444;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #444444;
	margin-top: 10px;
	background: #444444;
}
td.friends_result0 {
	padding: 5px;
}
td.friends_result1 {
	vertical-align: top;
	padding: 5px;
}
td.friends_result2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #444444;
	margin-top: 10px;
	background: #444444;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}


/* EDIT PROFILE */
td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 150px;
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #444444;
	background: #444444;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}


/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
}



/* SIGNUP PAGE */
img.signup_code {
	margin-top: 4px;
	background: #ebebeb;

}
div.signup_header {
	width: 500px;
	padding: 6px 9px 6px 9px;
	background: #444444;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.signup_photo_desc {
	padding: 5px 5px 5px 0px;
}
td.signup_photo {
	padding: 10px; 
	background: #FFFFFF; 
	border: 1px solid #CCCCCC;
}




/* estilos de las pestaņas de la botonera */

.dvimgBotonera{ float:left; padding-left:2px; height:31px; cursor:pointer;}
.dvimgBotoneraAct{ float:left; padding-left:2px; height:31px; cursor:pointer;}

/*  estilos de los bordes del contenido de la cabecera   */


		/* Seccion Juegos Flash */
		
.dvimgBotonera .dvLinkBtnFlash{
    float: left;
	background-image:url(../images/seccionFlash_izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnFlash2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionFlash_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;	
	}
.dvimgBotonera .dvBtnFlash1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionFlash_der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnFlash:hover {	background-image:url(../images/seccionFlash_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnFlash:hover .dvBtnFlash2{	background-image:url(../images/seccionFlash_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnFlash:hover .dvBtnFlash1{ background-image:url(../images/seccionFlash_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnFlash{
    float: left;
	background-image:url(../images/seccionFlash_izqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnFlash2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionFlash_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnFlash1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionFlash_derAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

		/* Seccion Consolas */

.dvimgBotonera .dvLinkBtnConsolas{
    float: left;
	background-image:url(../images/seccionConsolas_Izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnConsolas2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionConsolas_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotonera .dvBtnConsolas1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionConsolas_Der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnConsolas:hover {	background-image:url(../images/seccionConsolas_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnConsolas:hover .dvBtnConsolas2{	background-image:url(../images/seccionConsolas_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnConsolas:hover .dvBtnConsolas1{ background-image:url(../images/seccionConsolas_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnConsolas{
    float: left;
	background-image:url(../images/seccionConsolas_IzqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnConsolas2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionConsolas_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnConsolas1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionConsolas_DerAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

		/* Seccion Multijugador */

.dvimgBotonera .dvLinkBtnMulti{
    float: left;
	background-image:url(../images/seccionMulti_Izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnMulti2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionMulti_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotonera .dvBtnMulti1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionMulti_Der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnMulti:hover {	background-image:url(../images/seccionMulti_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnMulti:hover .dvBtnMulti2{	background-image:url(../images/seccionMulti_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnMulti:hover .dvBtnMulti1{ background-image:url(../images/seccionMulti_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnMulti{
    float: left;
	background-image:url(../images/seccionMulti_IzqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnMulti2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionMulti_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnMulti1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionMulti_DerAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

		/* Seccion Blog */

.dvimgBotonera .dvLinkBtnBlog{
    float: left;
	background-image:url(../images/seccionBlog_Izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnBlog2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionBlog_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotonera .dvBtnBlog1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionBlog_Der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnBlog:hover {	background-image:url(../images/seccionBlog_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnBlog:hover .dvBtnBlog2{	background-image:url(../images/seccionBlog_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnBlog:hover .dvBtnBlog1{ background-image:url(../images/seccionBlog_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnBlog{
    float: left;
	background-image:url(../images/seccionBlog_IzqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnBlog2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionBlog_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnBlog1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionBlog_DerAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

		/* Seccion Online */

.dvimgBotonera .dvLinkBtnOnline{
    float: left;
	background-image:url(../images/seccionOnline_Izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnOnline2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionOnline_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotonera .dvBtnOnline1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionOnline_Der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnOnline:hover {	background-image:url(../images/seccionOnline_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnOnline:hover .dvBtnOnline2{	background-image:url(../images/seccionOnline_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnOnline:hover .dvBtnOnline1{ background-image:url(../images/seccionOnline_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnOnline{
    float: left;
	background-image:url(../images/seccionOnline_IzqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnOnline2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionOnline_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnOnline1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionOnline_DerAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

		/* Seccion Canal TV */

.dvimgBotonera .dvLinkBtnCanal{
    float: left;
	background-image:url(../images/seccionCanal_Izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnCanal2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionCanal_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotonera .dvBtnCanal1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionCanal_Der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnCanal:hover {	background-image:url(../images/seccionCanal_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnCanal:hover .dvBtnCanal2{	background-image:url(../images/seccionCanal_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnCanal:hover .dvBtnCanal1{ background-image:url(../images/seccionCanal_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnCanal{
    float: left;
	background-image:url(../images/seccionCanal_IzqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnCanal2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionCanal_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnCanal1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionCanal_DerAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

		/* Seccion Comunidad */

.dvimgBotonera .dvLinkBtnComuni{
    float: left;
	background-image:url(../images/seccionComuni_Izq.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotonera .dvBtnComuni2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionComuni_fnd.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotonera .dvBtnComuni1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionComuni_Der.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.dvimgBotonera .dvLinkBtnComuni:hover {	background-image:url(../images/seccionComuni_IzqAct.gif);}
.dvimgBotonera .dvLinkBtnComuni:hover .dvBtnComuni2{	background-image:url(../images/seccionComuni_fndAct.gif);  text-decoration:none;}
.dvimgBotonera .dvLinkBtnComuni:hover .dvBtnComuni1{ background-image:url(../images/seccionComuni_DerAct.gif);  text-decoration:none;}

.dvimgBotoneraAct .dvLinkBtnComuni{
    float: left;
	background-image:url(../images/seccionComuni_IzqAct.gif);
	background-repeat: no-repeat;
	text-decoration:none;	
	background-position:left top; 
    padding: 0px 0px 0px 14px; 
	margin:0px 0px 0px 0px;	
	}
.dvimgBotoneraAct .dvBtnComuni2{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionComuni_fndAct.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	line-height:3;	
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	font-size: 9px;		
	}
.dvimgBotoneraAct .dvBtnComuni1{
	float: left;
	height:31px;
	cursor:hand;
	background-image:url(../images/seccionComuni_DerAct.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	}


.linkMenuIzq{ float:left; color:#AEAEAE; text-decoration:none;font-size: 9px;}

.Link_1{ color:#aeaeae; text-decoration:none;}
.Link_1:hover{ color:#ffffff;}
.Link_1_act{ color:#ffffff; text-decoration:none; font-weight:bold;}
