/*formacion*/
#formacion{
	background:url(../img/formacionBG.gif) repeat-x 0 0;
	background-color: #001f22;
	width: 100%;
	height: 270px;
	*height: 290px;
	margin-bottom: -15px;
	*margin-bottom: 0px;
	
}

#formacion h2 {
color:#FF9933;
font:2.4em Georgia,"Times New Roman",Times,serif;
margin:20px 0 15px;
}

#formacionPlayer{
	padding-left: 25px;
	padding-top: 25px;
	height:270px;	
	*height: 290px;
	float:left;
}

#formacionTxt{
	width: 400px;
	float:left;
	height:270px;
	*height: 290px;
	padding:0 20px 20px;
	color:#AAAAAA;
	font-size:1em;
	font-style:normal;	
}

.proximas {
	background-color: #000000;
	padding: 4px;
}
.apuntarme {
	padding-left: 30px;
}
.proxfechas {
	padding-left: 20px;
	color:#eeeeee;
}

.completo {
	font:.8em;
	background-color: #330000;
	padding: 3px;
}
		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */	

#communic{
	height: 0px;
	visibility: hidden;
}
/* Easy Slider */
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:360px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:980px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	/*.dots{
		font-size:xx-large;
	}
	ul#controls{
		margin:1em 0;
		padding:0;
		height:10px;	
	}
	ul#controls li a{
		color:#555;
	}
	
	ul#controls li.current a{
		color:#fff;
		}
	ul#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}*/
	
	.dots{
		font-size:xx-large;
	}
	
	.contenedorPaginacion{
		background-color: #204040;
		height: 26px;
		*height: 40px;
		*margin-bottom: -20px;
	}
	
	.paginacion{
		margin-top:-2px;
		*margin-top:-9px;
		padding-left: 480px;
	}
		
	ol#controls{
		padding:0;
		height:10px;
		*height:24px;
		}
	ol#controls li{
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		*height:24px;
		line-height:10px;
		*line-height:24px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		*height:24px;		
		line-height:10px;
		*line-height:24px;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#fff;
	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* // Easy Slider */