@charset "utf-8";
@import url("comunes.css");

/* Contenido */
div#contenido {
	float: left;
	width: 664px;
	margin: 0 6px 20px 0;
}
div#contenido div#apertura {
	margin: 0 0 14px 0;
	height: 290px;
	width: 664px;
}


div#contenido div#contenido-izq {
	float: left;
	width: 464px;
	margin: 0 20px 0 0;
}
* html div#contenido div#contenido-izq {
	margin: 0 10px 0 0;
}
div#contenido div#contenido-izq div.secundaria {
	float: left;
	width: 464px;
	margin: 0 0 10px 0;
}
div#contenido div#contenido-izq div.secundaria a {
	display: block;
	width: 464px;
	/*height: 85px;*/
	padding: 5px;
	text-decoration: none;
	overflow:hidden;

}
div#contenido div#contenido-izq div.secundaria a:hover {
	background-color: #F6F6F6;
}
div#contenido div#contenido-izq div.secundaria a img {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 6px 0 0;
}
div#contenido div#contenido-izq div.secundaria a h4 {
	float: left;
	font-size: 11px;
	color: #BFBFBF;
	text-transform: uppercase;
	border-bottom: 1px solid #E8E8E8;
	width: 376px;
	text-decoration: none;
	margin-bottom: 3px;
}
div#contenido div#contenido-izq div.secundaria a:hover h4 {
	border-bottom: 1px solid #FFF;
}
div#contenido div#contenido-izq div.secundaria a:hover h4.cine {
	color: #278AA7;
}
div#contenido div#contenido-izq div.secundaria a:hover h4.television {
	color: #330065;
}

div#contenido div#contenido-izq div.secundaria a:hover h4.musica {
	color: #CC0066;
}
div#contenido div#contenido-izq div.secundaria a:hover h4.deporte {
	color: #79B63D;
}
div#contenido div#contenido-izq div.secundaria a:hover h4.tendencias {
	color: #DFB300;
}
div#contenido div#contenido-izq div.secundaria a:hover h4.tecnologia {
	color: #CC3300;
}
div#contenido div#contenido-izq div.secundaria a:hover h4.videojuegos {
	color: #EA8C00;
}
div#contenido div#contenido-izq div.secundaria a h2 {
	float: left;
	width: 378px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #666;
}
div#contenido div#contenido-izq div.secundaria a p {
	float: left;
	width: 378px;
	color: #666;
}
div#contenido div#contenido-izq h3.cintillo {
	float: left;
	width: 427px;
	height: 23px;
	background: #E6E6E6 url(http://estaticos.tiramillas.net/estaticas/img/fondo-cintillo.gif) no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 7px 0 0 30px;
}
div#contenido div#contenido-izq h3.cine {
	color: #278AA7;
	border-left: 10px solid #278AA7;
}
div#contenido div#contenido-izq h3.television {
	color: #FFAED7;
	border-left: 10px solid #FFAED7;
}

div#contenido div#contenido-izq h3.musica {
	color: #CC0066;
	border-left: 10px solid #CC0066;
}
div#contenido div#contenido-izq h3.deporte {
	color: #79B63D;
	border-left: 10px solid #79B63D;
}
div#contenido div#contenido-izq h3.tendencias {
	color: #DFB300;
	border-left: 10px solid #DFB300;
}
div#contenido div#contenido-izq h3.tecnologia {
	color: #CC3300;
	border-left: 10px solid #CC3300;
}
div#contenido div#contenido-izq h3.videojuegos {
	color: #EA8C00;
	border-left: 10px solid #EA8C00;
}
div#contenido div#contenido-izq div.bloque-destacados {
	float: left;
	width: 437px;
	border: 1px solid #E9E9E9;
	border-top: none;
	background: url(http://estaticos.tiramillas.net/estaticas/img/fondo-bloque-destacados.gif) repeat-x bottom;
	font-size: 11px;
	color: #333;
	padding: 10px 14px;
}
div#contenido div#contenido-izq div.bloque-musica {
	padding: 10px 0;
	width: 465px;
}

div#contenido div#contenido-izq div.bloque-cine {
	padding: 10px 0;
	width: 465px;
}

div#contenido div#contenido-izq div.bloque-destacados div.columna-izq {
	float: left;
	width: 201px;
	margin-right: 35px;
}
div#contenido div#contenido-izq div.bloque-destacados div.columna-der {
	float: left;
	width: 201px;
}
div#contenido div#contenido-izq div.bloque-destacados div.destacado {
	float: left;
	clear: both;
	margin-bottom: 15px;
	width: 201px;
}

div#contenido div#contenido-izq div.bloque-cine div.destacado {
	float: left;
	clear: none !important;
	width: 130px;
	margin: 0 12px 15px;
}
* html div#contenido div#contenido-izq div.bloque-cine div.destacado {
	margin: 0 9px 15px;
}

div#contenido div#contenido-izq div.bloque-cine div.destacado img {
	border: 1px solid #FFF;
}
div#contenido div#contenido-izq div.bloque-cine div.destacado a:hover img {
	border: 1px solid #278AA7;
}


div#contenido div#contenido-izq div.bloque-musica div.destacado {
	float: left;
	clear: none !important;
	width: 130px;
	margin: 0 12px 15px;
}
* html div#contenido div#contenido-izq div.bloque-musica div.destacado {
	margin: 0 9px 15px;
}
div#contenido div#contenido-izq div.bloque-destacados div.destacado img {
	float: left;
	margin-right: 6px;
}
div#contenido div#contenido-izq div.bloque-musica div.destacado img {
	border: 1px solid #FFF;
}
div#contenido div#contenido-izq div.bloque-musica div.destacado a:hover img {
	border: 1px solid #CC0066;
}
div#contenido div#contenido-izq div.bloque-destacados div.destacado h4 {
	font-size: 15px;
	color: #999;
	margin-bottom: 2px;
}

div#contenido div#contenido-izq div.bloque-destacados div.destacado h4 a {
	text-decoration: none;
}
div#contenido div#contenido-izq div.bloque-destacados div.destacado h4 a:hover {
	text-decoration: underline;
}
div#contenido div#contenido-der {
	float: left;
	width: 180px;
}
div#contenido div.destacado-derecha {
	width: 180px;
	float: left;
	color: #FFF;
	margin-bottom: 5px;
}
div#contenido div.destacado-derecha a {
	display: block;
	text-decoration: none;
}
div#contenido div.cine {
	background: #278aa7;
}
div#contenido div.star-wars {
	background: #000000;
}
div#contenido div.television {
	background: #FFAED7;
}
div#contenido div.musica {
	background: #CC0066;
}

div#contenido div.television {
	background: #330065;
}

div#contenido div.deporte {
	background: #79B63D;
}
div#contenido div.tendencias {
	background: #DFB300;
}
div#contenido div.tecnologia {
	background: #CC3300;
}
div#contenido div.videojuegos {
	background: #EA8C00;
}

div#contenido div.actualidad {
	background: #EA8C00;
}
div#contenido div.destacado-derecha img {
	background: #FFF;
}
div#contenido div.destacado-derecha h4 {
	font-size: 12px;
	margin: 5px 9px 0 6px;
}
div#contenido div.cine h4 {
	color: #8ec2d1;
	border-bottom: 1px solid #237d97;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletCine.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
div#contenido div.television h4 {
	color: #FFAED7;
	border-bottom: 1px solid #237d97;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletTelevision.gif) 0px 3px no-repeat;
	padding-left: 12px;
}


div#contenido div.musica h4 {
	color: #e47aaf;
	border-bottom: 1px solid #ac0056;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletMusica.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
div#contenido div.deporte h4 {
	color: #b9d99a;
	border-bottom: 1px solid #679b34;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletDeporte.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
div#contenido div.television h4 {
	color: #C891FF;
	border-bottom: 1px solid #0B0015;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletTelevision.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
div#contenido div.tendencias h4 {
	color: #eed77a;
	border-bottom: 1px solid #c39c00;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletTendencias.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
div#contenido div.tecnologia h4 {
	color: #e4957a;
	border-bottom: 1px solid #b12c00;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletTecnologia.gif) 0px 3px no-repeat;
	padding-left: 12px;
}
div#contenido div.videojuegos h4 {
	color: #ffb83e;
	border-bottom: 1px solid #b8641b;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletVideojuegos.gif) 0px 3px no-repeat;
	padding-left: 12px;
}

div#contenido div.actualidad h4 {
	color: #ffb83e;
	border-bottom: 1px solid #b8641b;
	background: transparent url(http://estaticos.tiramillas.net/estaticas/img/bulletVideojuegos.gif) 0px 3px no-repeat;
	padding-left: 12px;
}

div#contenido div.star-wars h4 {
    background: transparent url("http://estaticos.tiramillas.net/estaticas/img/bulletTendencias.gif") no-repeat scroll 0 3px;
    border-bottom: 1px solid #c39c00;
    color: #eed77a;
    padding-left: 12px;
}
div#contenido div.destacado-derecha p {
	font-size: 12px;
	margin: 0 9px 10px 6px;
	padding: 4px 0 0 0;
}
div#contenido div.destacado-derecha a p {
	color: #FFF;
}
div#contenido div.destacado-derecha a:hover p {
	text-decoration: underline;
}
div#contenido div.cine p {
	border-top: 1px solid #8ec2d1;
}
div#contenido div.musica p {
	border-top: 1px solid #e47aaf;
}
div#contenido div.television p {
	border-top: 1px solid #C891FF;
}

div#contenido div.deporte p {
	border-top: 1px solid #b9d99a;
}
div#contenido div.tendencias p {
	border-top: 1px solid #eed77a;
}
div#contenido div.tecnologia p {
	border-top: 1px solid #e4957a;
}
div#contenido div.videojuegos p {
	border-top: 1px solid #ffb83e;
}

div#contenido div.actualidad p {
	border-top: 1px solid #ffb83e;
}

body#cine div#contenido div.cine p {
	border-top: 0px;
}
body#television div#contenido div.television p {
	border-top: 0px;
}

body#musica div#contenido div.musica p {
	border-top: 0px;
}
body#deporte div#contenido div.deporte p {
	border-top: 0px;
}
body#tendencias div#contenido div.tendencias p {
	border-top: 0px;
}
body#tecnologia div#contenido div.tecnologia p {
	border-top: 0px;
}
body#videojuegos div#contenido div.videojuegos p {
	border-top: 0px;
}

body#videojuegos div#contenido div.actualidad p {
	border-top: 0px;
}



/* Extras */
div#extras {
	float: left;
	width: 320px;
    margin-bottom:10px;
}
div#extras > p:first-child {background: none repeat scroll 0 0 #efcec9;
    border: 1px dotted #ad3f2e;
    color: #ad3f2e;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;}

div#consolaEjemplo {
	margin: 0 auto 10px;
}
div.publi {
	/*background-color: #EEE;*/
	margin: 10px auto;
	padding: 10px 10px 9px;
	text-align: center;
}
div.publi h6 {
	background: url(http://estaticos.tiramillas.net/estaticas/img/tit-publicidad.gif) no-repeat left -3px;
	height: 13px;
	width: 53px;
}
div.publi h6 span {
	display: block;
	text-indent: -9999px;
}


/*********** APERTURA PORTADILLA ***********/
div.noticiaApertura h2.fotoApertura {
	height:290px;
	position:relative;
	width:664px;
}
div.noticiaApertura h2.fotoApertura .opacidad {
	background-color:#000000;
	bottom:0 !important;
	height:60px;
	left:0;
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	padding:0;
	position:absolute;
	width:100%;
}
div.noticiaApertura h2.fotoApertura span {
	color:#FFFFFF;
	display:block;
	font-family:Arial, sans-serif;
	font-size:24px;
	line-height: 24px;
	left:10px;
	letter-spacing:-2px;
	margin:0;
	padding:0;
	position:absolute;
	text-decoration:none;
	font-weight: normal;
	top:239px;
	width:664px;
	z-index: 1;
	height: 50px;
}
*:first-child+html div.noticiaApertura h2.fotoApertura span {
	padding-bottom: 20px;
}
div.noticiaApertura h2.fotoApertura span a {
	color:#FFFFFF;
	text-decoration: none
}

div.noticiaApertura h2.fotoApertura span a:hover { text-decoration: underline}

div.noticiaApertura h2.fotoApertura span p { font-size:14px; text-transform: none !important; margin-top: -3px; letter-spacing: normal;}


/* bloque lo mas leido */


.lomas-tiramillas { width:316px; background:#FBFBFB; border-bottom:1px solid #CCCCCC; padding-bottom:7px; margin: 20px 0 0 0;}

.lomas-tiramillas .tabcontenedor_lista {
	padding:10px;
	width:298px;
}

.lomas-menu { width:306px; margin:0; background: #666; padding: 5px;}
.lomas-menu ul {color: #073d5c; font-family: Tahoma,Arial,Verdana; font-size: 11px; height: 23px; list-style-image: none;  list-style-type: none; margin: 7px 0 0; padding-left: 5px; padding-right: 10px;}
.lomas-menu li {background: #555 none repeat scroll 0 0; border-radius: 10px; display: inline; float: left; height: 17px;  margin-left: 10px; margin-right: 5px; text-align: center; width: 79px;}
.lomas-menu li.numero_activa { background: #000 ; border-radius: 10px; }
.lomas-menu li a{ text-decoration:none; color:#FFFFFF; line-height:15px;}
.lomas-menu li a:hover{ color:#CCCCCC; }
.lomas-tiramillas .tabcontent {display:block;}
.lomas-tiramillas .tabcontent p {color: #000; font-family: Tahoma,Arial; font-size: 11px; line-height: 16px; font-weight: bold;}
.lomas-tiramillas .tabcontent ol {color:#073D5C;font-weight:bold;font-family:Tahoma,Arial,Verdana;font-size:12px; margin:5px 0 0 25px;}
.lomas-tiramillas .tabcontent ol li {color:#333333;line-height:14px; margin-bottom:5px;padding-left:8px; text-shadow:0 1px 0 #FFFFFF; }
.lomas-tiramillas .tabcontent ol li span{ color:#FFFFFF; font-weight:bold; float:left;text-align:center;
width:15px; height:20px; margin-top:4px; font-size:11px;}
.lomas-tiramillas .tabcontent ol li a{ font-size:12px;font-weight:normal; text-decoration:none; color:#999; display:block; padding-top:4px;}
.lomas-tiramillas .tabcontent ol li a:hover{ color:#666; }



/* bloque charlas */
.ultimas-charlas { width:320px; overflow:hidden; background:#FBFBFB; margin: 20px 0 20px 0; font-family:Tahoma; border-bottom:1px solid #CCCCCC;}
.ultimas-charlas h3{ width:310px; height:25px; background:#666666; color:#FFFFFF; line-height:23px;padding-left:10px; font-family:Myriad Pro, Arial, Tahoma; font-size:16px;}

.bloque-ultima { width:150px; height:50px; float:left; margin: 10px 0 0 10px;}
.bloque-ultima a { text-decoration:none; text-shadow:0 1px 0 #FFFFFF;}
.bloque-ultima a:hover { color:#666666; }
.bloque-ultima img{ float:left; margin: 0 5px 0 0; width:40px; height:40px;}


/* bloque blogs */
.bloque-blogs { width:320px; overflow:hidden; background:#FBFBFB; margin: 20px 0 20px 0; font-family:Tahoma; border-bottom:1px solid #CCCCCC;}
.bloque-blogs h3{ width:310px; height:25px; background:#666666; color:#FFFFFF;line-height:23px;padding-left:10px; font-family:Myriad Pro, Arial, Tahoma; font-size:16px;}
.bloque-blogs ul{ margin:0; list-style:none;}
.bloque-blogs ul li {background:transparent url(http://estaticos.tiramillas.net/estaticas/img/bullet-blogs.gif) no-repeat scroll 14px 10px;
line-height:1.3em;padding:5px 10px 5px 35px; color:#999999; font-family:Arial, Helvetica, sans-serif; border-bottom:1px solid #FFFFFF;}
.bloque-blogs ul li:hover { background:#F3F3F3 url(http://estaticos.tiramillas.net/estaticas/img/bullet-blogs.gif) no-repeat scroll 14px 10px; }
.bloque-blogsul li span { font-size:0.85em}
.bloque-blogs ul li a { text-decoration:none; text-shadow:0 1px 0 #FFFFFF; color:#888888;}
.bloque-blogs ul li a.blogAutor { text-decoration:none; text-shadow:0 1px 0 #FFFFFF; color:#333; font-weight:bold;}
.bloque-blogs ul li a:hover { color:#666666;}

.bloque-top {
	/*height: 70px;*/
	margin: 5px auto 10px;
	width: 990px;
	overflow:hidden;
}

.bloque-top div.cine,
.bloque-top div.musica,
.bloque-top div.television,
div.bloque-top .deporte,
.bloque-top div.tendencias,
.bloque-top div.tecnologia,
.bloque-top div.videojuegos,
.bloque-top div.actualidad,
div.bloque-top .blogs,
.bloque-top div.charlas,
div.bloque-top .fotogalerias {
	/*width: 235px;
	float: left;
	height: 80px;
	margin-right: 10px;*/
	    width: 237px;
	    float: left;
	    height: 80px;
	    margin-right: 5px;
	    margin-left: 5px;
}

/*.bloque-top div.fotogalerias{margin-right:0;}
.bloque-top div.fotogalerias+div.fotogalerias{margin-left:14px;}*/

.bloque-top div.tendencias img, .bloque-top div.cine img, .bloque-top div.television img, .bloque-top div.deporte img, .bloque-top div.musica img, .bloque-top div.tecnologia img, .bloque-top div.videojuegos img, .bloque-top div.actualidad img, .bloque-top div.blogs img, .bloque-top div.charlas img, .bloque-top div.fotogalerias img {
	float: left;
}

.bloque-top div.tendencias h4, .bloque-top div.cine h4, .bloque-top div.television h4, .bloque-top div.deporte h4, .bloque-top div.musica h4, .bloque-top div.tecnologia h4, .bloque-top div.videojuegos h4, .bloque-top div.actualidad h4, .bloque-top div.blogs h4, .bloque-top div.charlas h4, .bloque-top div.fotogalerias h4 {
	float: left;
	margin: 7px 9px 0 10px;
	font-size: 12px;
	text-transform:uppercase;
	display: block;
	width: 114px;
	height: auto;
}

.bloque-top .tendencias p, .bloque-top .cine p, .bloque-top .television p, .bloque-top .deporte p, .bloque-top .musica p, .bloque-top .tecnologia p, .bloque-top .videojuegos p, .bloque-top .blogs p, .bloque-top .charlas p, .bloque-top .fotogalerias p {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin: 0 9px 10px 10px;
    padding: 4px 0 0;
    width: 126px;
}

.bloque-top .tendencias a, .bloque-top .cine a, .bloque-top .television a, .bloque-top .deporte a, .bloque-top .musica a, .bloque-top .tecnologia a, .bloque-top .videojuegos a, .bloque-top .blogs a, .bloque-top .charlas a, .bloque-top .fotogalerias a {
	text-decoration: none;
}

.bloque-top .tendencias a:hover, .bloque-top .cine a:hover, .bloque-top .television a:hover, .bloque-top .deporte a:hover, .bloque-top .musica a:hover, .bloque-top .tecnologia a:hover, .bloque-top .videojuegos a:hover, .bloque-top .blogs a:hover, .bloque-top .charlas a:hover, .bloque-top .fotogalerias a:hover {
	text-decoration: none;
}

.bloque-top div.deporte {
	background-color:#79B63D;
}

.bloque-top div.deporte h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletDeporte.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #679B34;
    color: #B9D99A;
    padding-left: 12px;
}

.bloque-top div.cine {
	background-color:#278AA7;
}

.bloque-top div.cine h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletCine.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #237D97;
    color: #8EC2D1;
    padding-left: 12px;
}

.bloque-top div.television {
	background-color:#330065;
}

.bloque-top div.television h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletTelevision.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #C891FF;
    color: #C891FF;
    padding-left: 12px;
}

.bloque-top div.tendencias {
	background-color:#DFB300;
}

.bloque-top div.tendencias h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletTendencias.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #C39C00;
    color: #EED77A;
    padding-left: 12px;
}

.bloque-top div.musica {
	background-color:#CC0066;
}

.bloque-top div.musica h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletMusica.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #AC0056;
    color: #E47AAF;
    padding-left: 12px;
}

.bloque-top div.blogs {
	background-color:#1e1e1e;
}

.bloque-top div.blogs h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletBlogs.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #828282;
    color: #5c5c5c;
    padding-left: 12px;
}

.bloque-top div.tecnologia {
	background-color:#CC3300;
}

.bloque-top div.tecnologia h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletTecnologia.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #B12C00;
    color: #E4957A;
    padding-left: 12px;
}

.bloque-top div.videojuegos {
	background-color:#EA8C00;
}

.bloque-top div.videojuegos h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletVideojuegos.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #B8641B;
    color: #FFB83E;
    padding-left: 12px;
}


.bloque-top div.actualidad {
	background-color:#EA8C00;
}

.bloque-top div.actualidad h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletVideojuegos.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #B8641B;
    color: #FFB83E;
    padding-left: 12px;
}


.bloque-top div.charlas {
	background-color:#4e2e05;
}

.bloque-top div.charlas h4 {
	background: url("http://estaticos.tiramillas.net/estaticas/img/bulletCharlas.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #a58356;
    color: #78490c;
    padding-left: 12px;
}

.bloque-top div.fotogalerias {
	background-color:#afafaf;
}

.bloque-top div.fotogalerias h4 {
    background: url("http://estaticos.tiramillas.net/estaticas/img/bulletFoto.gif") no-repeat scroll 0 3px transparent;
    border-bottom: 1px solid #CCCCCC;
    color: #E7E7E7;
    padding-left: 12px;
}

/* emision 1*/
.emisiontv-emisiontv1 { height: 310px; margin: 0 auto 10px; position: relative; width: 320px; }
.emisiontv-emisiontv1 h2 a { display: block; height: 43px; width: 320px; }
.emisiontv-emisiontv1 h2 span { position: absolute; top: -1999em; }
.emisiontv-emisiontv1 .cab-emisiontv-emisiontv1 { background: url("http://estaticos.marca.com/deporte/img/v3.0/modulos/marcatv/bg_cabecera_tiramillas.gif") no-repeat scroll left top transparent; height: 50px; left: 0; position: absolute; top: 0; width: 320px; }
.emisiontv-emisiontv1 .video-emisiontv-emisiontv1 { left: 0; position: absolute; top: 50px;}
.emisiontv-emisiontv1 #cont_img_emisiontv1 a span { display:none;}
.emisiontv-emisiontv1 #cont_img_emisiontv1 img { /*margin-top: 40px;*/}
.emisiontv-emisiontv1 .pie-emisiontv-emisiontv1 { background: url("http://estaticos.marca.com/deporte/img/v3.0/modulos/marcatv/bg_pie_marcatv.jpg") no-repeat scroll left top transparent; bottom: 1px; font-size: 12px; height: 37px; left: 0; position: absolute; text-align: center; width: 320px; margin-bottom:0px;  }
.emisiontv-emisiontv1 .pie-emisiontv-emisiontv1 span { color: #333333; line-height: 25px; }
.emisiontv-emisiontv1 .pie-emisiontv-emisiontv1 span a  { height: 25px; top: 0; font-weight: bold; text-decoration: none; }
 .emisiontv-emisiontv1 .pie-emisiontv-emisiontv1 span a:hover { height: 25px; top: 0; font-weight: bold; color: #cc0000; }
.emisiontv-emisiontv1 .iframe_video { left: 0; position: absolute; top: 43px; z-index: 20; }
/*.emisiontv-emisiontv1 .video-emisiontv-emisiontv1 a { background: url("http://estaticos.marca.com/deporte/img/v3.0/video-gris320.png") no-repeat scroll left bottom transparent; display: block; height: 222px; left: 0; position: absolute; top: 0px; width: 320px; cursor: pointer;}
.emisiontv-emisiontv1 .video-emisiontv-emisiontv1 a:hover {  background: url("http://estaticos.marca.com/deporte/img/v3.0/video-gris-hover320.png") no-repeat scroll left bottom transparent; }
.emisiontv-emisiontv1 p.pie-emisiontv-emisiontv1 span a {color:#000; text-decoration:none;}
.emisiontv-emisiontv1 p.pie-emisiontv-emisiontv1 span a:hover {color:#666; text-decoration:underline;}*/
.emisiontv-emisiontv1 .video-emisiontv-emisiontv1 a { position: absolute; top: 50%; right: 50%; width: 60px; height: 60px; margin-right: -30px; margin-top: -30px; border: 5px solid #fff; border-radius: 50%; text-align: center; background: rgba(0,0,0,0.5); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; cursor: pointer; text-decoration: none; }
.emisiontv-emisiontv1 .video-emisiontv-emisiontv1 a:before { color: #fff; content: "\f215"; display: block; font-family: 'Ionicons'; font-size: 40px; margin: 7px; text-decoration: none }
.emisiontv-emisiontv1 .video-emisiontv-emisiontv1 a:hover { background:none; opacity: 0.7; text-decoration:none }


div#contenido div.los-oscar {
    background: none repeat scroll 0 0 #000;
}

.noticia-bt-loreal {
    display: block;
    margin: 10px;
}
.noticia-bt-loreal .logo-medios {
    background: #ff6f0f none repeat scroll 0 0;
    border: 1px solid #ff6f0f;
    border-radius: 2px;
    display: block;
    float: left;
    height: 24px;
    margin-bottom: 5px;
    padding: 2px 0;
    text-align: center;
    width: 300px;
}
.noticia-bt-loreal  a img.foto { max-width:300px !important;}

.noticia-bt-loreal .logo-medios {
    text-align: center;
}

.noticia-bt-loreal h2 { overflow: hidden;}

.noticia-bt-loreal h2 a { color: #666;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
	text-decoration:none; overflow: hidden;}

.noticia-bt-loreal p { display:block;}


.bloque-facebook { width:320px; overflow:hidden; background:#FBFBFB; margin: 20px 0 20px 0; font-family:Tahoma; border-bottom:1px solid #CCCCCC;}
.bloque-facebook h3{ width:310px; height:25px; background:#666666; color:#FFFFFF; line-height:23px;padding-left:10px; font-family:Myriad Pro, Arial, Tahoma; font-size:16px;}

.bloque-twitter { width:320px; overflow:hidden; background:#FBFBFB; margin: 20px 0 20px 0; font-family:Tahoma; border-bottom:1px solid #CCCCCC;}
.bloque-twitter h3{ width:310px; height:25px; background:#666666; color:#FFFFFF; line-height:23px;padding-left:10px; font-family:Myriad Pro, Arial, Tahoma; font-size:16px;}

.bloque-sportify { width:320px; overflow:hidden; background:#FBFBFB; margin: 20px 0 20px 0; font-family:Tahoma; border-bottom:1px solid #CCCCCC;}
.bloque-sportify h3{ width:310px; height:25px; background:#666666; color:#FFFFFF; line-height:23px;padding-left:10px; font-family:Myriad Pro, Arial, Tahoma; font-size:16px;}