body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  	background-color: #9BBCFF;
}

a {
  color:#036;
  text-decoration: none;
  background-repeat: no-repeat;
}
a:hover {
  color:#cc0000;
  text-decoration: underline;
}
a:visited {
  color:#000033;
}
a img {
	border: 0;
	text-align: right;
}
#cabezacorte {
	height: 50px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #F60;
  background-color: #CEDEFF;  	
}
#cabezacorte img {
	float: left;
	padding-right: 10px;
}
#cabezacorte .fechacorte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 30px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	vertical-align: bottom;
	overflow: hidden;
    text-align: center;   	
}
#cuerpocorte {
    margin: 4px;
}

#cuerpocorte .titulocorte {
   font-family: "Times New Roman", Times, serif;
   font-size: 22px;
   font-style: normal;
   color: #000;
   margin-bottom: 10px;
}
#cuerpocorte .descripcioncorte {
   clear: both;
   line-height: 1.6em;
   font-size: 12px;
   margin-bottom: 10px;
}
#cuerpocorte .player {
    margin: 10px 0 10px 0;
	text-align: center;
	clear: both;
}
#cuerpocorte .downl{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 2px;
	display: block;
  	background-color: #039;
}
#cuerpocorte .downl:hover{
  text-decoration: none;
  	background-color: #36C;  
}
