
body{
  width:98%;
  height:100%;
  background-color:#03002d;
  background-image:url(../images/backgroundmain.jpg);
  background-position:top;
  background-repeat:no-repeat;
  padding:0px;
  font-family:arial,sans-serif,tahoma;
  color:#272727;
  font-size:9pt;
  margin: 0 auto 0 auto;
  text-align:center;
}

#main{
  width:997px;
  margin:0 auto 0 auto;
  height:800px;
  padding-top:0px;
  text-align:left;
}

#main_container{
    width:997px;
	height: inherit;
    background-image:url(../images/backgroundmain_shadowbottom.png);
    background-repeat:repeat-x;
    background-color:#fff;
    background-position:bottom;
    float:left;
}

#main_content{
    float:left;
    padding:14px;
    width:561px;
}

#main_noticias{
    width:561px;
    height:312px;
    background-color:#d6d6d6;
}

#main_noticias #menu{
    width:561px;
    height:24px;
    background-color:#444;
    background-image:url(../images/menulightblue_unselected.png);
    background-repeat:repeat-x;
}

#main_noticias #menu .selected{
    float:left;
    width:110px;
    height:24px;
    background-image:url(../images/menulightblue_selected.png);
	/*background-color:#3366CC;*/
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#main_noticias #menu .unselected{
    float:left;
    width:110px;
    height:24px;
    background-image:url(../images/menulightblue_unselected.png);
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#main_noticias #menu .selseparator{
    float:left;
    width:11px;
    height:24px;
    background-image:url(../images/menulightblue_selectedseparator.png);
}

#main_noticias #menu .unseparator{
    float:left;
    width:6px;
    height:24px;
    background-image:url(../images/menulightblue_unselectedseparator.png);
}

#main_right{
    padding:14px;
    float:left;
    width:378px;
}

#main_positions{
    background-color: #0d113e;
    width:378px;
    height:248px;
    border-collapse:collapse;
    border-style:solid;
    border-width:0px;
    border-color:#000;
}

#main_positions .verify_div{
	width: 378px;
	height: 218px;
	background: url(../images/fondo_cancha.png) no-repeat;
	background-position: bottom;
	float: left;
}

#main_positions .top{
    background-color: #006699;
    width:100%;
    height:24px;
    float:left;
}

#main_positions .middle{
    float:left;
    width:100%;
    height:194px;
	background-image: url(../images/fondo_cancha.png);
	background-repeat: no-repeat
}

#main_positions .bottom{
    float:left;
    width:100%;
    height:30px;
    background-image:url(../images/menublue_unselected.png);
    background-repeat:repeat-x;
	padding-top: 0px:
}

#main_positions .bottom .selected{
    float:left;
    height:30px;
    background-image:url(../images/menublue_selected.png);
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main_positions .bottom .unselected{
    float:left;
    height:30px;
    background-image:url(../images/menublue_unselected.png);
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
}

/*INICIO DE CLASES PARA MOSTRAR RESULTADOS*/
/*.selected_Results{
    float:left;
	width: auto;
    height:30px;
    /*background-image:url(../images/menublue_selected.png);*/
	/*background-color:#660066;
	margin: 0px 0px 0px 0px;
	text-align: center;
}*/

/*.unselected_Results{
    float:left;
	width: auto;
    height:30px;
    /*background-image:url(../images/menublue_unselected.png);*/
	/*background-color: #33FF00;
	margin: 0px 0px 0px 0px;
	text-align: center;
}*/

.selected_Results_Resultados{
    float:left;
	width: 100px;
    height:30px;
    background-image:url(../images/menublue_selected.png);
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: center;
}

.unselected_Results_Resultados{
    float:left;
	width: 100px;
    height:30px;
    background-image:url(../images/menublue_unselected.png);
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: center;
}

.selected_Results_Clasificacion{
    float:left;
	width: 150px;
    height:30px;
    background-image:url(../images/menublue_selected.png);
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: center;
}

.unselected_Results_Clasificacion{
    float:left;
	width: 150px;
    height:30px;
    background-image:url(../images/menublue_unselected.png);
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: center;
}

.selected_Results_PPartidos{
    float:left;
	width: 128px;
    height:30px;
    background-image:url(../images/menublue_selected.png);
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: center;
}

.unselected_Results_PPartidos{
    float:left;
	width: 128px;
    height:30px;
    background-image:url(../images/menublue_unselected.png);
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	text-align: center;
}
/*FIN DE CLASES PARA MOSTRAR RESULTADOS*/

/*#main_positions .bottom .selected a{
	color: #FFFF33;
	padding: 10px 0px 0px 0px;
}*/

#main_positions .bottom .unseparator{
    float:left;
    width:8px;
    height:30px;
    background-image:url(../images/menublue_unselectedseparator.png);

}

#main_positions .bottom .selseparator{
    float:left;
    width:8px;
    height:30px;
    background-image:url(../images/menublue_selectedseparator.png);

}

#div_video{
    background-color:#0d113e;
    float:left;
    width:378px;
    height:260px;
}

#div_encuesta{
    float:left;
    background-image:url(../images/encuestaBG.png);
    width:375px;
    height:100px;
	background-repeat: no-repeat
}

#div_cuscatlan{
    float:left;
    background-image:url(../images/cuscatlan.png);
    width:375px;
    height:195px;
}

#banner_main{
    width:997px;
    height:203px;
    /*background-image:url(../images/mainbanner.png);*/
    background-position:top;
    margin-top:0px;
    padding-top:0px;
    float:left;
}

#floating_left{
    float:left;
}

#logo_fb{
    width:40px;
    height:40px;
    z-index:1000;
}

#fullwidth{
    float:left;
    width:100%;
}

#mainmenu{
    width:997px;
    height:31px;
    float:left;
}

.mainmenuleft_sel{
    float:left;
    width:11px;
    background-image:url(../images/mainmenu_leftselected.png);
    height:31px;
}

.mainmenumiddle_un{
    float:left;
    text-align:center;
	width: 90px;
    height: 31px;
    padding-top:7px;
    background-image:url(../images/mainmenu_light.png);
}

.mainmenumiddle_sel_index{
    float:left;
    text-align:center;
	width: 90px;
    height:31px;
    padding-top:7px;
    background-image: url(../images/bkg_index_main.png);
	background-repeat: no-repeat;
}

.mainmenumiddle_un_index{
    float:left;
    text-align:center;
    height:31px;
    padding-top:7px;
    background-image: url(../images/bkg_index_main_un.png);
	background-repeat: no-repeat;
}

.mainmenumiddle_sel{
    float:left;
    text-align:center;
    height:24px;
    padding-top:7px;
    background-image:url(../images/mainmenu_middleselected.png);
}

.mainmenuseparator{
    float:left;
    width:2px;
    height:31px;
    background-image:url(../images/mainmenu_separator.png);
}

#main_bottom{
    float:left;
    width:997px;
    height:93px;
    background-image:url(../images/sponsorsBG.png);
}

#menu_top .normal{
    background-image:url(../images/menutop_middle.png);
    float:left;
    height:25px;
    vertical-align:middle;
    padding-top:6px;
}

#menu_top a:link{
    color:#fff;
    text-decoration:none;
}

#menu_top a:visited{
    color:#fff;
    text-decoration:none;
}

#menu_top a:active{
    color:#fff;
    text-decoration:none;
}

#menu_top a:hover{
    color:#d6d6d6;
    text-decoration:none;
}

#menu_top .separator{
    float:left;
    width:2px;
    height:31px;
    background-image:url(../images/menutop_separator.png);
    padding-left:6px;
    padding-right:6px;
    background-repeat:no-repeat;
}

#menu_top #fechahora{
    font-size:8pt;
    height:23px;
    padding-top:8px;
}

#mainmenu a:link{
    color:#fff;
    text-decoration:none;
}

#mainmenu a:visited{
    color:#fff;
    text-decoration:none;
}

#mainmenu a:active{
    color:#fff;
    text-decoration:none;
}

#mainmenu a:hover{
    color:#d6d6d6;
    text-decoration:none;
}

#main_bottom div{
    cursor:pointer;
}


/* MI NEW CODE FROM HERE */

#main_container_index{
    width:997px;
    height: 970px;
    background-image:url(../images/backgroundmain_shadowbottom.png);
    background-repeat:repeat-x;
    background-color:#fff;
    background-position:bottom;
    float:left;
}

#main_container_news{
    width:997px;
    background-color:#fff;
    background-position:bottom;
    float:left;
}

#container_thumbs{
	width: 314px;
	height: 68px;
	float: left;
}

#thumb_news_display{
	width: 87px;
	height: 62px;
	margin-left: 65px;
	float: left;
}

#description_news{
	width: 135px;
	height: 62px;
	margin-left: 8px;
	margin-right: 15px;
	float: right;
}

.red_link{
    color:#FA1226;
}

a.red_link:link{
    color:#FA1226;
    text-decoration:none;
	font-style: none;
}

a.red_link:visited{
    color:#FA1226;
    text-decoration:none;
}

a.red_link:active{
    color:#E57064;
    text-decoration:none;
}

a.red_link:hover{
    color:#E57064;
    text-decoration: underline;
}

#news_container_images{
	width: 980px;
	height: 62px;
	padding: 28px 27px 18px 30px;
	float: left
}

#display_news{
	width:260px;
	height: 735px;
	margin-left:30px;
	background-color: #fff;
	float:left;
}

#thumbs_news{
	width: 220px;
	height: 78px;
	/*background-color: #003366;*/
	background-image:url(../images/square1.png);
	background-repeat:no-repeat;
	background-position:center;
	padding: 6px;
	float: left;
	margin-top:5px;
}

#thumbs_news .thumb{
	width:87px; 
	height: 65px;
	float: left;
	margin-top: 6px;
	margin-left: 4px;
}

#thumbs_news .description{
	width:115px; 
	height: 65px;
	margin-left:9px;
	margin-top: 6px;
	float:left;
}

#font_white{
	color:#FFFFFF;
	}

#tema_noticia{
	width: 500px auto;
	height: auto;
	color: #030042;
	font: 18px bold;
	text-align:left;
	float: left;
}

#fecha_noticia{
	font-size: 10px;
	color: #666666;
	text-align: right;
}

#brands_bkg{
	width: 997px;
	height: 100px;
	position: none;
	/*border: 1px solid #000;*/
	background-image:url(../images/sponsorsBG.png);
	background-repeat:no-repeat;
	background-position: bottom;
	overflow: auto;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
	float:left;
}

#container_brands{
	width: 997px;
	height: 100px;
	position: none;
	/*border: 1px solid #000;*/
	/*background-image:url(../images/sponsorsBG.png);*/
	background-repeat:no-repeat
	background-position: bottom;
	overflow: auto;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

.slider{
width: 1300px;
height: 60px;
padding: 20px;
/*border: 1px solid red;*/
}

.section{
    float:left;
    width:40px, auto;
    height:60px;
    margin-left:5px;
    margin-right:5px;
    /*border: 1px solid blue;*/
}

.gray {
    margin-left: 0px;
	margin-right: 0px;
    margin-top: 0px;
	padding-top: 0px;
}

.gray:link{
    color:#fff;
    text-decoration:none;
}

.gray:visited{
    color:#fff;
    text-decoration:none;
}

.gray:active{
    color:#fff;
    text-decoration:none;
}

.gray:hover{
    color:#d6d6d6;
    text-decoration:none;
}

#container_interview{
	width: 625px;
	height: 111px;
	margin-left: 35px;
	float: left;
}
#interview_topic{
	width: 625px;
	height: 25px;
	font-size: 16px;
	color: #000033;
	font-weight: bold;
}

#thumb_interview{
	width: 104px;
	height: 86px;
	float: left;
}

#text_interview{
	width: 450px;
	height: 86px;
	float: left;
}

#tema_paginas{
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}

.realizado_por{
	font-style: italic;
	color: #999999;
}

.blue_link{
    color:#000099;
}

a.blue_link:link{
    color:#000099;
    text-decoration:none;
	font-style: none;
}

a.blue_link:visited{
    color:#000099;
    text-decoration:none;
}

a.blue_link:active{
    color:#000099;
    text-decoration:none;
}

a.blue_link:hover{
    color:#5454ea;
    text-decoration: underline;
}

#dysplay_galleries{
	width: 217px;
	height: 510px;
	float: left;
	margin: 28px 30px 21px 25px;
}

#container_album{
	width: 225px;
	height: 145px auto;
}

.image_border{
	border: #FFFFFF solid 8px;
}




/*//////////////////////////////////////////////////////////*/
#imagegallery{
	background:#C8C8C8;
	clear:left;
	/*padding:10px;*/
	min-height:200px;
	width: 655px;
	height: 600px;
	margin-left:20px;
	margin-top: 15px;
}


#items{
	float: left;
	width: 655px;
	height: 100px;
	border: 1px solid #DFDFDF;
	background: #F2F2F2;
	margin-top: 50px;
}
#items .item {
	float: left;
	padding:5px;
	position: relative;
	width: 52px;
	height:52px;
	margin: 10px;
	background-color: #c8c8c8;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #03002d;}
#items .item img {
	width:50px;
	max-height:35px;
}


#large{
	border: 1px solid #DFDFDF;
	width: 655px;
	height: auto;
	margin-left: 0px;
	background-color: #03002d;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}
/*//////////////////////////////////////////////////////////*/

#multimedia_div{
	width: 230px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#display_multimedia_files{
	width: 230px;
	height: 105px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#display_multimedia_files ul.lista{
	width: 180px;
	height: auto;
	margin: 0px 0px 0px 0x;
}

#display_multimedia_files ul.lista li{
	display: block;
	width: 170px;
	height: 15px auto;
	margin: 2px 0px 5px 0px;
	list-style: none;
}

#display_multimedia_files ul.lista li a{
	margin-left: 20px;
}

#display_multimedia_files ul.lista li:hover{
	background-color: #FF0000;
	display: block;
	width: 170px;
	height: 18px auto;
	margin: 3px 0px 5px 0px;
	background: url(../images/football.png) 0 0px no-repeat;
	
}

.img_no_border{
	border: 0px;
}

#display_wallpapers{
	width: 174px;
	height: auto;
	float: left;
	margin: 0px 20px 15px 80px;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #306bc1;
}

#message{
	width: 400px;
	height: auto;
	text-align: center;
	background-color:#0066FF;
}

/*LINK PARA ENTREVISTAS E HISTORIA*/
.gray_gray {
    margin-left: 0px;
	margin-right: 0px;
    margin-top: 0px;
	padding-top: 0px;
}

.gray_gray:link{
    color:#000000;
    text-decoration:none;
}

.gray_gray:visited{
    color:#000000;
    text-decoration:none;
}

.gray_gray:active{
    color:#000000;
    text-decoration:none;
}

.gray_gray:hover{
    color: #999999;
    text-decoration:none;
}
