.box_headline {margin: 3px 3px 3px 3px; padding: 6px 6px 5px 6px; background-color: #e7e8e9; height: 270px; width:750px; /*border:4px solid #e7e8e9;*/ float:left;} /* arriba, derecha, abajo, izquierda */




.box_headline h1{ padding: 4px; 0px
  font-size: 5px;
}




.headline_article_holder { width: 389px; overflow:hidden; background-color: #e7e8e9; float: left; font-size: 3px;}



.headline_image { 
	width:389px;
	height: 268px; 
	overflow: hidden; 
	position: relative; 
	display: block; 
	text-align: center;
	float: left;
}




.headline_image div.image_caption { /* para la parte negra con descripcion */
	position: absolute; 
	left: 0px;
	height: 70px;
	width: 386px;
	bottom:0px;
	text-align: justify;
	font-size: 11px; 
	color: #ffffff; 
	background-color: #000000;
	opacity: .75;               /* Standard style for transparency */
	-moz-opacity: .75;          /* Transparency for older Mozillas */
	filter: alpha(opacity=75);  /* Transparency for IE */
	font-family: "Trebuchet MS", Arial, Times, serif;
	padding-left: 3px;
}




.headline_body { padding: 0px 5px;}




.headline_link {font-weight: bold; /*border-bottom: 1px solid #FFFFFF;*/ border-top: 1px solid #FFFFFF; margin-top: 6px; font-size:10px;}




.headline_link a { color: #da9125;}




.headline_link a:hover{ color: #da9125;}












.player { margin: 0px; float: right; width: 361px;}




.player li {/*border-bottom: 1px solid #5e564e; */height:49px; margin-bottom:3px; padding-bottom:2px;}




.player a {padding: 4px 6px 0px 20px; display: block;}




.player a:link, .player a:visited {
	color: #d3cbcc;
	background: #aaa39e /*url(../img/player_inactive.gif) bottom no-repeat*/;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	/*font-variant:small-caps;*/
	height: 48px;
	font-family: "Georgia", Times New Roman, Times, serif;
}




.player a:hover {
	color: #fffecc;
	background: #b5b1ad url(../img/player_over.gif) bottom no-repeat;
	text-decoration: none;
}




.player a.active, .player a:visited.active {
	color: #FFFFFF;
	background: #b5b1ad url(../img/player_active.gif) bottom no-repeat;
}










































