.fleft { float:left; }
.fright { float:right; }

#libros img { margin-right:6px; }

.seccion h3 img { margin-right:10px; }
.txt-der { width:350px; margin-bottom:0; }
.hr-green {
	margin:10px 0;
	position:relative;
	top:4px;
	background-image:url(../images/hr-green.gif);
	background-repeat:repeat-x;
	clear:both;
	display:block;
	float:left;
	font-size:3px;
	height:9px;
	line-height:9px;
	width:100%;
}

table.tbl-premiados { border-collapse: collapse; vertical-align: middle; text-align: left; width: 95%; margin: 0 auto; font-size: 1em}
table.tbl-premiados caption { display: none; }
table.tbl-premiados thead { background-color: white; border-bottom: 2px dashed #4bbf35; text-transform: uppercase;}
table.tbl-premiados thead th,
table.tbl-premiados thead td {padding: 5px 8px 0px}
table.tbl-premiados thead img { border:none; background-color: white;}
table.tbl-premiados tr.row-odd { background-color: #f0f0f0;}
table.tbl-premiados tr.row-even { background-color: #fdfdfd;}
table.tbl-premiados th.col-name,
table.tbl-premiados td.col-name { width: 35%; border-right: 2px dashed #4bbf35; }
table.tbl-premiados th.col-lib,
table.tbl-premiados td.col-lib { width: 45%; border-right: 2px dashed #4bbf35; }
table.tbl-premiados th.col-ofi,
table.tbl-premiados td.col-ofi { width: 15%; }



div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #4D4D4D;
	border: 5px solid #404040;
	color: #F2F2F2;
	padding: 3px;
	width: 350px; /*width of tooltip*/
	font-size: 0.8em;
	text-align:center;
	filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
}
div.htmltooltip .htmltooltip-title {
	text-align: left;
	border-bottom: 2px solid #909090;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 2%;
}
div.htmltooltip .htmltooltip-body {
	text-align: left;
	width: 90%; margin: 0 auto;
}
div.htmltooltip .htmltooltip-body p,
div.htmltooltip .htmltooltip-body p.ofi-adrress,
div.htmltooltip .htmltooltip-body p.ofi-phone{
	margin: 0; padding:3px 0px;
}

