@charset "utf-8";
/* CSS Document */


#popup{
	display:state;
	position:absolute;
	margin-left:200px;
	padding:10px;
	padding-top:0px;
	z-index:300;
	background-image:url(../recursos/fondos/morado_transp.png);
	border:2px #C90 outset;
	
	
}
#popup .cerrar_btn{
	text-align:right;
	width:100%;
	height:25px;
}

#competiciones{
	/*display:none;quitar cuando empiece la temporada*/
	
	
	position:relative;
	text-align:center;
	float:left;

	width:964px;
	border-top:2px #C90 outset;
	border-left:2px #C90 outset;
	border-right:2px #C90 outset;
	
	background-image:url(../recursos/fondo_semitransp.png);
	padding:5px;
	}
	#conmpeticiones object{
		float:left;
		margin:0;
	}
#menu_comp{
	float:left;
	width:100%;

}
#menu_comp ul {list-style-type: none;
margin-left:0px;
padding-left:0px;
background-color:#FFF;

	margin-top:0px;
  padding-bottom:0px;

}
#menu_comp ul li {width: 155px;
height: 30px;
margin-left:-14px;
	float:left;

}
#menu_comp ul li.primero { float: left;
width:149px;
background-image:url(../recursos/comp_btn.png);
background-repeat:no-repeat;
margin-left:0px;
padding-top: 8px;
color: #FFFFFF;
}
#menu_comp ul li a.falso, #menu_comp ul li a.falso:hover { 
background-image:url(../recursos/comp_btn_falso.png);
background-repeat:no-repeat;
cursor:default;

}
#menu_comp ul li.fin a.falso, #menu_comp ul li.fin a.falso:hover { 
background-image:url(../recursos/comp_fin_falso.png);
background-repeat:no-repeat;

}
#menu_comp ul li a {display: block;
text-decoration: none;
color: #FFFFFF;

/*background-color: #e75a00;
border: solid 1px #fff;*/
padding: 8px;
background-image:url(../recursos/comp2_btn.png);
background-repeat:no-repeat;
position: relative;
}
#menu_comp ul li a:hover{
	background-image:url(../recursos/comp_hover.png);
	
}
#menu_comp ul li.ultimo {
	width:138px;
	float: left;
background-image:url(../recursos/comp_fin.png);
background-repeat:no-repeat;
margin-left:-14px;
}
#menu_comp ul li.ultimo:hover{
	background-image:url(../recursos/comp_fin_hover.png);
	
}

		#menu_comp ul.subcomp{
			display:none;
width:120px;

		}
		
		/*#menu_comp ul li:hover ul.subcomp li{
			visibility:visible;
		
		}*/
#menu_comp ul li:hover ul.subcomp, #menu_comp ul li a:hover ul.subcomp{
display:inline-block;
position: relative;
z-index:1000;
		
		}
		
#cuerpo{
	float:left;
	width:100%;
	
	}
.noticia{
	float:left;
	width:47%;
	margin-left:5px;
	border:2px #C90 outset;
	background-image:url(../recursos/fondo_semitransp.png);
	background-repeat:repeat;
	padding:5px;
}
.noticia .titular{
		color:#000066;
}
.repor .titulo, .repor2 .titulo{
		color:#FF0;
}
.repor .titulo,.repor2 .titulo, .noticia .titular{

	
	font-size:24pt;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.foto1 img{
	border:0;
	}
.repor .foto1, .repor2 .foto1{
		float:left;
		margin-right:10px;
		margin-top:10px;
	}
.repor .texto, .repor2 .texto{
	/*float:left;*/
	margin-top:10px;
	text-align:justify;
	width:94%;
	margin:auto;
	margin-top:10px;
	
}
.noticia .texto{
	font-size:0.75em;
	text-align:justify;
	}
.repor .subtitulo,.repor2 .subtitulo, .noticia .subtitulo{
	color:#990066;
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	}
.repor, .repor2{
		width:98%;
		border:2px #FFF outset;
		margin-bottom:20px;	
		color:#FFFFFF;
}

.repor{
	background-color:#000000;
	
}
.repor2{
	background-color:#0000FF;
	
}

#redessociales{
	position:relative;
	width:100%;
	margin-left:5px;
	float:left;
	/*position:absolute;
	left:920px;
	top:10px;	
	z-index:100;
	width:35px;
	*/
}
#redessociales img{
	float:left;
	/*border:3px outset #999;	*/
	margin-right:10px;
	width:30px;
	
}
