div#noticias-ultima-mas{
	width:630px;
	margin:20px auto;
	padding:0;
	border:solid 0px red;
	border-bottom:solid 0px #CCCCCC;
	overflow:hidden;
	
}

/*rca2012*/
div#ultima-hora{
/*	background:#F7F7DD;*/
	/*background:#CCCCCC;*/
	background:#CCCCCC url(../imagenes/2012/fondo-ultima-noticias.png) no-repeat 0 0;
	border:solid 1px #CCCCCC;
	width:630px;
	margin:0px 0;
	margin-right:10px;
	padding-bottom:0px;
	height: 315px;
	
}
div#ultima-hora h1{
	font-size:15px;
	color:#ED1B24;
	border-bottom:solid 1px #CCCCCC;
	padding:5px 0 5px 10px;	
	text-transform:uppercase;

}
/*rca2012*/
div#ultima-hora ul{
	margin:0;
	padding:0;
	list-style:none;
	/*background:#FFFFFF;*/
	background:Transparent;
	padding-top: 46px;
}
/*rca2012*/
div#ultima-hora ul li{
	border-bottom:solid 0px #CCCCCC;
	margin:0px 0;
	padding:5px 0 5px 10px;
	clear:left;
	/*height:1%;*/
	line-height:15px;
	
}
/*rca2012*/
div#ultima-hora ul li a{
	/*color:#333333;*/
	color:White;
	/*text-decoration:underline;*/
	text-decoration:none;
	display:block;
	width:540px;
	float:right;
	font-size:12px;
}
div#ultima-hora ul li span{
	float:left;
	color:yellow;
	font-weight:bold;
	line-height:15px;
	font-size:12px;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 630px; 
    height:267px; 

	top:0;
	z-index:0;

} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
	z-index:0;
	
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 

} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}



/**/
.navi{
	border:solid 0px red;
	overflow:hidden;
	top:38px;	
	right:0;	
	position:absolute;
	filter: alpha(opacity=100); 
	opacity: 1.00

}
.navi a { 
	width:20px; 
    height:20px; 
    float:left; 
    margin:3px; 
    display:block; 
    font-size:1px; 
	color:#FFFFFF;
	background:#000000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#FFFFFF;	


} 
 
/* mouseover state */ 
.navi a:hover { 
	background:#FFFFFF;
	color:#000000;
} 
 
/* active state (current page state) */ 
.navi a.active { 
   	background:#FFFFFF;
	color:#000000;
}





/***********************/

/*rca2012*/
div#chica-extra{
	/*background:#000000;*/
	height:520px;
	text-align:center;
	color:#FFFFFF;
	position:relative;
	width: 296px;
	/*margin-bottom:20px;*/
	padding-top:2px;
	
}
#amas2{ 
border: Solid 0px Red;
/*background:green;*/
/*height:544px;*/
}

div#chica-extra #chicatitulo{
	position:relative;
	top:0px;
	left:0;
	background:#909090 url(../imagenes/2012/cabecera-chica-sexy.png) no-repeat 0 0;
	height: 33px;
	/*padding:5px;*/
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
/*	filter: alpha(opacity=70); 
	opacity: .70*/
	
}
div#chica-extra #tools{
	position:relative;
	top:330px;
	left:0;
	/*height:1%;*/
	padding:5px;

	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	filter: alpha(opacity=70); 
	opacity: .70;	
	overflow:hidden;
	margin:0 10px;
	
}
div#chica-extra #tools .zoom{	
	background:url(../imagenes/2010/inicio/chicaextrazoom.jpg) no-repeat 0 0;
	display:block;
	width:33px;
	height:33px;
	float:left;

}
div#chica-extra #tools .mas{	
	background:url(../imagenes/2010/inicio/chicaextramas.jpg) no-repeat 0 0;
	display:block;
	width:33px;
	height:33px;
	float:right;

}

div#chica-extra #chicanombre{
	position:relative;
	top:345px;
	left:0;
	background:#909090;
	padding:5px;

	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	filter: alpha(opacity=70); 
	opacity: .70;

}
/*rca2012*/
div#chicaextrathumb{
	/*margin:10px;*/
	text-align:center;
	background:#909090 url(../imagenes/2012/pie-chica-sexy.png) no-repeat 0 0;
	width: 296px;
	top: 444px;
	left: 0;
	/*border: Solid 1px Green;*/
	position:absolute; margin:0 auto;
}

div#chicaextrathumb .maschicas
{
	float:right;
	background:url(../imagenes/2010/inicio/maschicas.png) no-repeat right 0;
	height:40px;
	padding-right:17px;
	color:#FFFFFF;
	font-size:17px;
	text-transform:lowercase;
	text-align:right;
	font-weight:bold;
	margin-top:10px;
}
div#chicaextrathumb img{
	border:solid 1px #878F83;
	margin-right:5px;
	cursor:pointer;	
}


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none;      
    /* place overlay on top of other elements */ 
    z-index:5000;     
    /* styling */ 
    background:#ffffff;      
    width:600px;     
    height:700px; 
    border:1px solid #666;      
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;  
	overflow:auto;   
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../imagenes/comunes/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



.video-contenedor{ 
	border:solid 0px red;
	width: 300px; 
	font-size:12px;
	background:#000000;
	color:#FFFFFF;
	overflow:hidden;
	margin-bottom:20px;
}
.video{ 
	border:solid 0px red;
	width: 290px; 
	font-size:12px;
	background:#ffffff;
	color:#FFFFFF;
	margin:10px auto;
	position:relative;
	z-index:1;
	height:173px;
	margin-bottom:20px;

}

#videoimg{
	position:relative;
	top:0px;
	z-index:0;
	/*background:#00FF99;		*/
	height:200px;
	border:solid 0px red;
	overflow:hidden;
	margin:0;
	padding:0;

}
#videocontrols{
	position:relative;
	top:0px;
	z-index:0;
	height:200px;

}

#myytplayer{
	z-index:-1000;
	position:absolute;
}


#videoimg h1{
	background:#909090;
	margin:0;
	padding:0;
	font-size:16px;
	filter: alpha(opacity=70); 
	opacity: .70;
	text-transform:uppercase;
	padding:5px;
	overflow:hidden;
}

#videoimg h2{
	background:#909090;
	margin:0;
	padding:0;
	font-size:16px;
	filter: alpha(opacity=70); 
	opacity: .70;
	text-transform:uppercase;	
	padding:5px;	
}
#videoimg p{
	border:solid 0px red;
	height:120px;
	overflow:hidden;
}
#videocontrols p{
	background:#909090;
	margin:0;
	padding:0;
	font-size:12px;
	filter: alpha(opacity=65); 
	opacity: .65;
	text-transform:uppercase;	
	padding:0 5px;
	top:150px;	
	position:relative;
	overflow:hidden;

}
#videoimg p a{
	border:solid 0px red;
	height:50px;	
	display:block;
	width:50px;
	background:url(../imagenes/2010/inicio/play.jpg) no-repeat center center;
	filter: alpha(opacity=70); 
	opacity: .70;
	margin:30px auto 0 auto;
}
div#contenedor-cuerpo #lateral .video-contenedor a{
	color:#FFFFFF;
	border:none;
}
.video-contenedor img{
	border:solid 1px #868E82;
}
#video_thumbs a{
	margin:0 0 0 4px;
}
.video-contenedor .mas{
	color:#FFFFFF;
	background:url(../imagenes/2010/inicio/mas_videos.jpg) no-repeat right center;
	padding:10px;
	padding-right:20px;
	float:right;
	clear:both;
	margin-right:8px;
	text-transform:uppercase;
	font-weight:bold;
}

.play{
	background:url(../imagenes/2010/video/portada_play.jpg) no-repeat center center;
	display:block;
	width:19px;
	height:20px;
	filter: alpha(opacity=70); 
	opacity: .70;
	float:left;
	border:solid 1px red;
}
.pause{
	background:url(../imagenes/2010/video/portada_pausa.jpg) no-repeat center center;
	display:block;
	width:19px;
	height:20px;
	filter: alpha(opacity=70); 
	opacity: .70;
	float:left;
	border:solid 1px red;
}
.mute{
	background:url(../imagenes/2010/video/portada_mute.jpg) no-repeat center center;
	display:block;
	width:19px;
	height:20px;
	filter: alpha(opacity=70); 
	opacity: .70;
	float:left;
	border:solid 1px red;
}
.unmute{
	background:url(../imagenes/2010/video/portada_unmute.jpg) no-repeat center center;
	display:block;
	width:19px;
	height:20px;
	filter: alpha(opacity=70); 
	opacity: .70;
	float:left;
	border:solid 1px red;
}



/*****/



div#campeonato
{
	border:solid 1px #009900;
	margin:0 auto;
	margin-top:15px;
	padding:0;
	overflow:hidden;
	height:1%;
	width:948px;
	height:128px;
	background:url(../imagenes/2010/modulos/campeonato/fondo_campeonato.jpg) no-repeat 0 0;
	font-weight:bold;
	font-size:12px;
}

div#campeonato h1{	
	margin:5px;
	padding:0;
	font-size:20px;
	width:auto;
	border:solid 0px red;
	overflow:hidden;
	height:20px;
}
div#campeonato h1 span.fechaNumero{
	margin:0;
	padding:0;
	float:right;
	font-size:14px;	
	border:solid 0px red;
}

/*div#campeonato strong
{

	font-size:22px;
	line-height:22px;
	margin:0px 2px;
	padding:0px 0;
	display:block;
	float:left;
	width:60px;
	text-align:center;
	
}*/
.resultado
{

	font-size:22px;
	line-height:22px;
	margin:0px 2px;
	padding:0px 0;
	display:block;
	float:left;
	width:60px;
	text-align:center;

}

div#campeonato em
{
	color:#666666;
	margin-left:10px;
	font-size:12px;
	float:left;
	line-height:22px;	
	display:block;
}


div#campeonato p
{
	margin:5px 5px;
	clear:both;
	overflow:hidden;
	height:1%;
	width:50%
}

div#campeonato p span{

	float:left;
	border:solid 0px red;
}


#fila1{
	width:50%;
	clear:left;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:solid 0px red;	

}
#fila2{
	width:50%;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:solid 0px red;

}


.estado-finalizado{
	width:90px;
	background:#CCCCCC;
	text-align:center;
	display:block;
	height:22px;	
	line-height:22px;
	float:left;
	margin:0px 0;
	margin-right:10px;
	text-transform:uppercase;
	color:#666666;	
	
	font-size:11px;
	font-weight:normal;
}

.estado-en-juego{
	width:90px;
	background:#DF1119;
	text-align:center;
	display:block;
	height:22px;	
	line-height:22px;
	float:left;
	margin:0px 0;
	margin-right:10px;
	text-transform:uppercase;
	color:#FFFFFF;	
	font-size:11px;
	font-weight:normal;
}

.estado-programado{
	width:90px;
	background:#006600;
	text-align:center;
	display:block;
	height:22px;	
	line-height:22px;
	float:left;
	margin:0px 0;
	margin-right:10px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	
}




.barcelona_local{
	background:url(../imagenes/2010/modulos/campeonato/barcelona.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
		width:30px;
		border:solid 0px red;
	
}
.barcelona_visitante{
	background:url(../imagenes/2010/modulos/campeonato/barcelona.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
	
}

.catolica_local{
	background:url(../imagenes/2010/modulos/campeonato/catolica.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.catolica_visitante{
	background:url(../imagenes/2010/modulos/campeonato/catolica.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}

.cuenca_local{
	background:url(../imagenes/2010/modulos/campeonato/cuenca.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.cuenca_visitante{
	background:url(../imagenes/2010/modulos/campeonato/cuenca.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}
.imbabura_local{
	background:url(../imagenes/2010/modulos/campeonato/imb.jpg) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.imbabura_visitante{
	background:url(../imagenes/2010/modulos/campeonato/imb.jpg) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}
.loja_local{
	background:url(../imagenes/2010/modulos/campeonato/loja.jpg) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.loja_visitante{
	background:url(../imagenes/2010/modulos/campeonato/loja.jpg) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}
.emelec_local{
	background:url(../imagenes/2010/modulos/campeonato/emelec.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.emelec_visitante{
	background:url(../imagenes/2010/modulos/campeonato/emelec.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}

.espoli_local{
	background:url(../imagenes/2010/modulos/campeonato/espoli.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.espoli_visitante{
	background:url(../imagenes/2010/modulos/campeonato/espoli.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}

.independiente_local{
	background:url(../imagenes/2010/modulos/campeonato/independiente.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.independiente_visitante{
	background:url(../imagenes/2010/modulos/campeonato/independiente.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}

.liga_local{
	background:url(../imagenes/2010/modulos/campeonato/liga.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.liga_visitante{
	background:url(../imagenes/2010/modulos/campeonato/liga.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}
.macara_local{
	background:url(../imagenes/2010/modulos/campeonato/macara.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.macara_visitante{
	background:url(../imagenes/2010/modulos/campeonato/macara.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}
.manta_local{
	background:url(../imagenes/2010/modulos/campeonato/manta.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.manta_visitante{
	background:url(../imagenes/2010/modulos/campeonato/manta.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}
.nacional_local{
	background:url(../imagenes/2010/modulos/campeonato/nacional.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
	
}
.nacional_visitante{
	background:url(../imagenes/2010/modulos/campeonato/nacional.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}

.olmedo_local{
	background:url(../imagenes/2010/modulos/campeonato/olmedo.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
}
.olmedo_visitante{
	background:url(../imagenes/2010/modulos/campeonato/olmedo.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}

.quito_local{
	background:url(../imagenes/2010/modulos/campeonato/quito.png) no-repeat left center;
	padding:5px 0;
	padding-left: 30px;
	width:30px;
}
.quito_visitante{
	background:url(../imagenes/2010/modulos/campeonato/quito.png) no-repeat right center;
	padding:5px 0;	
	padding-right: 30px;
	width:30px;
}


#video-foro{
	background:#000000;
	height:320px;
	margin-bottom:20px;
}




div#edicionesImpresas
{
border-top: Solid 1px Black;
float: left;
display:inline;
margin-top: 5px;
margin-left: 5px;
padding-top: 10px;
}



/*rca2012*/

#accesos-directos{
font-size: 12px;
}

div#contenedor-cuerpo #centro{
	margin:0 auto;
	width:630px;
	float:left;
	border: solid 0px red;
	overflow:hidden;
	padding:0;
	clear:left;
	padding-right: 8px;
		border-right: Solid 1px Gray;
		padding-bottom: 35px;
		 background: none repeat scroll 0 0 #E9E7E7;
}

div#lateral-social{
background:transparent url(../imagenes/2012/comunes/social/fondopilas.png) no-repeat 0 0; 
position: relative;
width: 300px;
height: 63px;
}
span#lateral-social-img1{
position: absolute;
left: 10px;
top: 7px;
}
span#lateral-social-img2{
position: absolute;
left: 140px;
top: 7px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


