.box_news
{
 height:590px;
margin-bottom:10px;
 background:url("images/company-box.png") no-repeat scroll transparent;
 padding: 10px;
}
.box_news .company_head_round
{
  background:url("images/company-box-up.png") no-repeat scroll 0 0 transparent;
  padding:8px;
  background-color: #fff;
}
.box_news .company_bottom_round
{
  background:url("images/company-box-bottom.png") no-repeat scroll 0 0 transparent;
  background-color: #fff;
  height:34px;
  width:350px;
  display: block;
  float:left;
  padding-bottom:10px;
}

.box_news .header {
  background:url("images/company-title-bg.png") no-repeat scroll 0 0 transparent;
  height:43px;
  overflow:visible;
}

.box_news  .header h2 {
  color:white;
  padding:  9px 0 0 55px;
  text-shadow:0 -1px black;
  font-size: 19px;
}

.box_news  .header .paper h2 {
  font-size:19px;
  margin-right:12px;
  padding-top:7px;
}


.box_news  .list {
  display:block;
  float:left;
  margin: 16px 0px 0px 16px;
  text-align:left;
  width: 318px;
  height: 490px;
}

.box_news  .bottom {
  background:none repeat scroll 0 0 transparent;
  clear:both;
  height:9px;
}

.box_news  .item {
  background:none repeat scroll 0 0 transparent;
/*  float:left;*/
  height:auto;
/*  width: 310px;*/
  height: 90px;
  overflow:hidden;/*POR SI ACASO*/
  margin-bottom:10px;
}

.box_news .item  .title {
  color:#E65F0E;
  font-size: 12px;
  font-weight:bold;
  text-decoration:none;
}

.box_news  .item a p{
  display:block;
  margin-top:10px;
  color: black;
}

.box_news  .item img
{
  margin: 0 7px 0 0;
  -moz-box-shadow:3px 3px 7px #999999;
}

.box_news .opciones
{
  height:20px;
  margin-right:0px;
  text-align:right;
/*  clear:both;*/
}

.box_news .opciones .boton {
  background:url("images/btn_gradient_blue.png") repeat scroll left center transparent;
  color:white;
  float:right;
  font-size:10px;
  height:14px;
  padding:2px 10px;
  text-decoration:none;
  width:auto;
}

.clear
{
  clear: both;
  margin-bottom: 10px;
}