.ficha/* control de la ficha */


 {
	margin-bottom: 10px;
	width: 719px;
	padding: 0px;
}
.ficha h3   {
	text-transform: capitalize;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
	padding: 5px;
	background-color: #0F3D88;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ficha   img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #0F3D88;
}
.ficha .logo {
	float: right;
	margin: 0px;
}
.ficha     table {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 719px;
}

.ficha   table   td {
	vertical-align: top;
}
.ficha   table   .data {
	padding-left: 10px;
	color: #000033;
	line-height: 18px;
}
.ficha  table   img  {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.ficha table .data a {
	color: #666666;
	text-decoration: none;
}
.ficha table .data a:hover {
	text-decoration: underline;
	color: #000033;
}


.ficha table .entrega {
	float: left;
	color: #666666;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	background-image: url(../_imagenes/misc_3.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 12px;
}
