/************************************************/
/* 						*/
/* ESTILOS GENERALES EL ESPECTADOR 		*/
/* 						*/
/* PADDING CODE top, right, bottom, and left. 	*/
/* 						*/
/************************************************/

/* MEDIOS EL ESPECTADOR */
body{
width:100%;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:5px;
}
img{
	border:0px;
}
	
/* contenedor general */
#contenedor_general {
	width:99%;
	height:379px;
	margin-left:auto;
	margin-right:auto;
	background-color:#efefef;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
}
#cabecera{
	width:99%;
	height:46px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imags/layout_medios/top_centro.gif);
	background-repeat:repeat-x;
}
#footer{
	width:99%;
	height:30px;
	background-color:#2d2d2d;
	margin-left:auto;
	margin-right:auto;
}
	
#top_left{
	width:18px;
	height:46px;
	float:left;
	background-image:url(../imags/layout_medios/top_left.gif);
	background-repeat:no-repeat;
}
#top_centro{
	width:auto;
	height:46px;
	background-image:url(../imags/layout_medios/top_centro.gif);
	background-repeat:repeat-x;
	float:left;
	background-color:#333333;
}
	
#top_right{
	width:19px;
	height:46px;
	float:right;
	background-image:url(../imags/layout_medios/top_right.gif);
	background-repeat:no-repeat;
}
	
#logo{
	position:relative;
	left:10px;
	top:8px;
	width:188px;
	height:29px;
	z-index:1
}
#ultimo_momento{
	width:638px;
	height:25px;
	background-image:url(../imags/back_barra_ultimo_momento.gif);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
}
	
.ultimo_momento_titulo{
	width: 130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:1px;
	letter-spacing:1px;
	color:#DA251D;
}
.ultimo_momento_textos{
	display:block;
	width: 488px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
	font-weight:bold;
	padding-top:6px;
	color:gray;
	overflow:hidden;
	text-decoration:none; 
}
a:link, a:visited, a:active{
	color:#707070;
	text-decoration:none;
}
	
a:hover{
	color:#DA251D;
}
#titulo_medios{
	width:620px;
	color:#707070;
	text-align:left;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
#fecha_medios{
	width:620px;
	font-family:Arial, Helvetica, sans-serif;
	color:#da251d;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}
#copete_medios{
	font-family:Arial, Helvetica, sans-serif;
	color:#707070;
	font-size:12px;	
	padding-left:10px;
	padding-bottom:20px;
	border-bottom:2px dotted #bfbfbf;
}
	
#player_formato_info{
	font-family:Arial, Helvetica, sans-serif;
	color:#707070;
	font-size:11px;	
	padding-left:10px;
	padding-top:10px;
	text-align:center;
	border-bottom:2px dotted #bfbfbf;
	padding-bottom:10px;
}
	
#player_code{
	margin-top:15px;
}

	
