/* $Id: base.css,v 1.93 2006/04/17 15:43:39 cviebrock Exp $ */

* {
	margin: 0;
	border: 0;
}

body {
	font: 11px "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	background: #ccc;
}

a {
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

.fll {
	float: left;
}
.flr {
	float: right;
}

.all {
	text-align: left;
}
.alr {
	text-align: right;
}
.alc {
	text-align: center;
}

.cll {
	clear: left;
}
.clr {
	clear: right;
}
.clb {
	clear: both;
}

.clt {
	display: table;
	width: 100%;
}

.txn {
	text-transform: none !important;
}

.y1 {
	height: 1px;
}

.y10 {
	height: 10px;
}

.w25 {
	width: 25%;
}
.w74 {
	width: 74%;
}
.w75 {
	width: 75%;
}
.nw {
	white-space: nowrap;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #ccc url("../../images/wrapper.gif") repeat-y top center;
}

div#wrapper-clean {
	width: 600px;
	margin: 20px auto;
}

.hli:hover {
	cursor: pointer;
	cursor: hand;
}


/* #header */

div#header {
	position: relative;
	width: 960px;
	height: 240px;
	margin: 0 auto;
	padding: 25px 20px 0 20px;
	background: #039 url("../../images/header.gif") no-repeat top center;
	color: #fff;
}

* html div#header {
	width: 1000px;
	w\idth: 960px;
	height: 265px;
	he\ight: 240px;
}

div#header.short {
	height: 120px;
}

* html div#header.short {
	height: 145px;
	he\ight: 120px;
}



div#header img#logo {
	position: absolute;
	top: 20px;
	left: 25px;
}

div#header h1, div#header h2 {
	margin-right: 5px;
	font-family: "Trebuchet MS";
	letter-spacing: -0.05em;
}	

div#header h1,
div#header h2.noshow {
	position: absolute;
	top: -10000px;
}

div#header h2 {
	text-align: right;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 25px;
}

div#header h2 span.sub2 {
	display: block;
	color: #68b;
	font-size: 24px;
	line-height: 24px;
}

div#header h2 span.sponsor {
	padding-top: 5px;
	display: block;
	color: #68b;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: -20px;
	letter-spacing: normal;
}

div#header h2 span.sponsor a {
	color: #fff;
}

div#header div#sponsor_img {
	display: block;
	text-align: right;
	margin: 0 5px 5px 0;
}


/* #pre-top */

div#pre-top,
div#pre-bottom {
	clear: both;
	position: relative;
	width: 960px;
	height: 105px;
	margin: 0 auto;
}

div#pre-top {
	background: url("../../images/pre-t.gif") no-repeat top left;
}

div#pre-bottom {
	background: url("../../images/pre-b.gif") no-repeat top left;
	margin-bottom: -5px;
}

div#pre-top div.pre-title,
div#pre-bottom div.pre-title {
	font: bold 15px/15px "Trebuchet MS";
	color: #fff;
	width: 80px;
	padding: 15px 10px;
	text-align: right;
	border: 0;
}

* html div.pre-title {
	width: 100px;
	w\idth: 80px;
}

div#pre-top div,
div#pre-bottom div {
	width: 206px; 
	height: 85px;
	overflow: hidden;
	clip: auto;
	position: absolute;
	top: 10px;
	padding: 0;
	margin: 0;
	border-right: 1px dotted #ccc;
}

* html div#pre-top div,
* html div#pre-bottom div {
	width: 207px;
	w\idth: 206px;
}

div#pre-top div.c1,
div#pre-bottom div.c1 {
	left: 111px;
}
div#pre-top div.c2,
div#pre-bottom div.c2 {
	left: 318px;
}
div#pre-top div.c3,
div#pre-bottom div.c3 {
	left: 525px;
}
div#pre-top div.c4,
div#pre-bottom div.c4 {
	left: 732px;
}


/* #nav */

div#nav {
	position: absolute;
	bottom: 0;
	left: 25px;
} 

div#nav ul#nav-list {
	padding: 0;
	list-style-type: none;
}

div#nav ul#nav-list li {
	float: left;
	width: 155px;
	height: 35px;
	overflow: hidden;
	background: url("../../images/tab-off.gif") no-repeat top left;
}

div#nav ul#nav-list li.prob {
	width: 185px;
	background: url("../../images/tabw-off.gif") no-repeat top left;
}

div#nav ul#nav-list li a {
	display: block;
	width: 155px;
	text-align: center;
	color: #039;
	font: bold 14px/40px "Trebuchet MS";
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

div#nav ul#nav-list li.prob a {
	width: 185px;
}

div#nav ul#nav-list li a:hover {
	color: #08f;
	text-decoration: none;
}

div#nav ul#nav-list li.sel {
	background: url("../../images/tab-on.gif") no-repeat top left;
}

div#nav ul#nav-list li.prob.sel {
	background: url("../../images/tabw-on.gif") no-repeat top left;
}

div#nav ul#nav-list li.sel a {
	color: #def;
}
div#nav ul#nav-list li.sel a:hover {
	color: #fff;
}



/* #body */

div#body {
	width: 960px;
	min-height: 120px;
	margin: -1px 10px 0 10px;
	padding: 10px 10px 0 10px;
	background: url("../../images/body.gif") no-repeat top center;
	color: #333;
	position: relative;
}

* html div#body {
	width: 1000px;
	w\idth: 960px;
	min-height: 130px;
	m\in-height: 120px;
}



/* #content */

div#content {
	width: 785px;
	min-height: 120px;
	margin-left: auto;
	padding-bottom: 5px;
}


div#content p,
div#wrapper-clean p {
	margin-bottom: 0.68em;
	line-height: 15px;
}

hr {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #ccc;
	margin: 5px 0;
	height: 1px;
}


ul.act {
	padding: 0;
	margin-top: 5px;
	list-style-type: none;
}

ul.act.alr {
	text-align: right;
	margin-left: auto;
}

ul.act li {
	display: inline;
	padding-right: 30px;
}

ul.act li a {
	color: #333 !important;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.act li a::after {
	content: "\00BB";
	padding-left: .2em;
}


ul.act.alr li {
	padding-left: 30px;
	padding-right: 0;
}

ul.act.blk li {
	display: block;
	padding: 0;
}



/* #sidebar */

div#sidebar {
	float: left;
	min-height: 320px;
	width: 175px;
} 

* html div#sidebar {
	margin-right: -3px;
}


/* .navtree */

div.navtree {
	color: #fff;
}

div.navtree h2,
div.navtree h2 a {
	color: #08f;
	font: bold 12px "Trebuchet MS";
	letter-spacing: -0.075em;
	border-bottom: 1px dotted #2569cb;
	padding-bottom: 6px;
	text-transform: uppercase;
}

div.navtree h2 a:hover {
	color: #29f;
	text-decoration: none;
}

div.navtree ul {
	padding: 0;
	list-style: none;
}

div.navtree ul li {
	line-height: 12px;
	border-top: 1px dotted #2569cb;
}

div.navtree ul li.lc {
	border-bottom: 1px dotted #2569cb;
}

div.navtree ul li.fc {
	border: 0 !important;
}

div.navtree ul li a {
	color: #fff;
	display: block;
	padding: 5px 5px 5px 15px;
	background: url("../../images/crumb-fff.gif") no-repeat 3px 7px;
}

div.navtree ul li a:hover {
	color: #000;
	background-color: #ffb;
	text-decoration: none; 
	background-image: url("../../images/crumb-000.gif");
}

div.navtree ul li A:ACTIVE {
	background-color: blue;
}



div.navtree ul.nlevel4 li a:hover,
div.navtree ul.nlevel5 li a:hover,
div.navtree ul.nlevel6 li a:hover {
	color: #000;
	background-color: #ffb;
	text-decoration: none; 
}

div.navtree ul.nlevel4 {
	background-color: #2569cb;
}
div.navtree ul.nlevel4 li {
	border-color: #5086d5;
}
div.navtree ul.nlevel4 li a { 
	background-image: none;
}

div.navtree ul.nlevel5 {
	background-color: #5086d5;
	color: #039;
}
div.navtree ul.nlevel5 li {
	border-color: #6191d9;
}
div.navtree ul.nlevel5 li a {
	color: #039;
	padding-left: 25px;
	background: url("../../images/bull-039.gif") no-repeat 13px 7px;
}
div.navtree ul.nlevel5 li a:hover {
	background-image: url("../../images/bull-000.gif");
}

div.navtree ul.nlevel6 {
	font-size: 9px;
}

div.navtree ul.nlevel6 li a:hover {
	background-image: none;
}


div.navtree ul li a.curcat {
	color: #000;
	background-color: #dda;
	text-decoration: none; 
	background-image: url("../../images/crumb-000.gif");
}

div.navtree ul.nlevel4 li a.curcat,
div.navtree ul.nlevel6 li a.curcat {
	background-image: none;
}
div.navtree ul.nlevel5 li a.curcat {
	background-image: url("../../images/bull-000.gif");
}


div.navtree ul.nlevel6 {
	background-color: #6191d9;
}
div.navtree ul.nlevel6 li {
	border-color: #80a6e0;
}
div.navtree ul.nlevel6 li a {
	background-image: none;
}

div.navtree p.viewall {
	margin-top: 5px;
	text-align: right;
}

div.navtree p.viewall a {
	color: #08f;
	font-weight: bold;
	font-family: "Trebuchet MS";
	letter-spacing: -0.075em;
	text-transform: uppercase;
}

div.navtree p.viewall a::after {
	content: "\00BB";
	padding-left: .2em;
}


/* #searchbar */

div#searchbar {
	width: 785px;
	color: #fff;
}


div#searchbar h2 {
	display: inline;
	font: bold 12px "Trebuchet MS";
	letter-spacing: -0.075em;
	text-transform: uppercase;
}

div#searchbar div#regsearch {
	height: 20px;
	line-height: 20px;
}

div#searchbar form { 
	display: inline;
}
div#searchbar form input[type="text"], textarea {
	padding:0.3em;
	border: 1px solid #CCCFBC;
	color: #656F5C;
	-moz-border-radius: 0.5em;
}
div#searchbar form input[type="submit"]{
	padding:0.2em;
	font-size: 1.25em;
	border: 1px solid #CCCFBC;
	color: #353F2f;
	background: #fefff8;
	-moz-border-radius: 0.5em;
}
div#searchbar form input, 
div#searchbar form select {
	font-size: 11px;
	margin: 0 5px;
	padding: 1px 3px;
	border: 1px solid #039;
}

div#searchbar input#search_terms,
div#searchbar input#search_exclude,
div#searchbar select#search_scope {
	width: 180px;
}
div#searchbar input#search_size {
	width: 100px;
}
div#searchbar input#search_submit {
	display: none;
}

div#searchbar div#search_go,
div#searchbar div#search_fields {
	float: left;
}
div#searchbar div#search_go a {
	display: block;
	height: 25px;
	width: 60px;
	background: url("../../images/search.gif") no-repeat top left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
div#searchbar div#search_go a::after {
	content: "\00BB";
	padding-left: .2em;
}

div#searchbar div#search_adv, 
div#searchbar div#search_simple { 
	float: left;
}

div#searchbar div#search_adv a, 
div#searchbar div#search_simple a { 
	display: block;
	margin-left: 15px;
	color: #08f;
	text-transform: uppercase;
}
div#searchbar div#search_adv a::after {
	content: "\00BB";
	padding-left: .2em;
}
div#searchbar div#search_simple a::before {
	content: "\00AB";
	padding-right: .2em;
}
div#searchbar div#search_adv a:hover,
div#searchbar div#search_simple a:hover {
	color: #fff;
	text-decoration: none;
}


div#searchbar div#advsearch {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #2569cb;
	font-size: 10px;
}

div#searchbar div#advsearch input, 
div#searchbar div#advsearch select {
	font-size: 10px;
}

div#searchbar div#advsearch label {
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	width: 150px;
	line-height: 10px;
}



/* #footer */

div#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 30px 10px;
	background: #ccc url("../../images/footer.gif") no-repeat top center;
	color: #666;
	line-height: 15px;
	text-align: right;
} 

* html div#footer {
	width: 1000px;
	w\idth: 980px;
}


div#footer ul.footer-list {
	list-style-type: none;
	padding: 0;
}

div#footer ul.footer-list li {
	display: inline;
	border-right: 1px solid #aaa;
	padding: 0 10px;
}

div#footer ul.footer-list li.lc {
	border-right: 0;
	padding-right: 0;
}

div#footer a {
	color: #666;
}

div#footer a:hover {
	color: #333;
	text-decoration: none;
}

div#footer p {
	margin-top: 10px;
} 


/* .ad */

div.ad300 {
	margin: 5px 5px 10px 0;
	padding-top: 10px;
	background: url("../../images/ad-t.gif") no-repeat top right;
	width: 300px;
}

div.ad120 {
	margin: 5px 5px 10px 0;
	padding-top: 10px;
	background: url("../../images/ad-t.gif") no-repeat top right;
	width: 120px;
}

div.ad160 {
	margin: 5px 5px 10px 0;
	padding-top: 10px;
	background: url("../../images/ad-t.gif") no-repeat top right;
	width: 160px;
}

div.ad728 {
	margin: 10px 0;
	padding-left: 10px;
	background: url("../../images/ad-l.gif") no-repeat top left;
	width: 728px;
}

* html div.ad728 {
	width: 748px;
	w\idth: 728px;
}

div.ad728.ctr {
	clear: left;
	margin: 10px auto;
}





/* #spotlight */

div#spotlight {
	width: 470px;
}
div#wrapper-clean div#spotlight {
	margin: 0 auto;
}


div#spotlight h1 {
	color: #08f;
	font: bold 11px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

div#spotlight h2 {
	font: bold 18px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
}

div#spotlight h2 a {
	color: #d50;
}

div#spotlight img.fimg {
	float: right;
	padding-left: 10px; 
	padding-bottom: 10px; 
}


div#spotlight ul.spot_rate {
	padding: 0;
	list-style: none;
}

div#spotlight ul.spot_rate li {
	font-size: 9px;
	line-height: 15px;
	text-transform: uppercase;
	color: #666;
	display: block;
	padding-bottom: 5px;
	position: relative;
	margin-left: 9em;
}

div#spotlight ul.spot_rate li .w8 {
	position: absolute;
	left: -9em;
	color: #333;
}


div.col2 {
	width: 610px;
	position: relative;
}

/* .whats */

div.whats {
	width: 305px;
	position: relative;
}

div.whats.c2 {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
}

div.whats h1 {
	color: #08f;
	font: bold 18px/20px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

div.whats h2 {
	color: #888;
	font: bold 11px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.whats ul.flist {
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	border-top: 1px dotted #ccc;
}

div.whats ul.flist li {
	border-bottom: 1px dotted #ccc;
	color: #333;
	padding-bottom: 5px; 
	line-height: 15px;
}

div.whats ul.flist li:hover {
	background-color: #ffb;
	cursor: pointer;
	cursor: hand;
}

div.whats ul.flist li h4 a {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	color: #d50;
}

img.rss {
	padding-right: 5px;
}

.rss_sub {
	display: block;
	padding-left: 21px;
	min-height: 16px;
	background: url("../../images/rss.gif") no-repeat top left;
}


/* .articles */

div.articles {
	width: 305px;
	position: relative;
}

div.articles.c2 {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
}

div.articles ol {
	padding: 0;
	list-style: none;
}

div.articles ol li {
	padding: 10px 5px;
	border-bottom: 1px dotted #ccc;
} 

div.articles ol li:hover {
	background-color: #ffb;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

div.articles h1,
div.articles h3 {
	color: #08f;
	font: bold 11px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

div.articles h2 {
	color: #000;
	font: bold 16px/20px "Trebuchet MS";
	letter-spacing: -0.05em;
	margin-bottom: 5px;
}

div.articles h2 a {
	color: #d50;
}

div.articles ul.art-list {
	list-style: none;
	padding: 5px;
}

div.articles ul.art-list li {
	padding-left: 15px;
	background: url("../../images/crumb-000.gif") no-repeat 5px left;
}

div.articles ul.art-list li a {
	font: bold 12px/15px "Trebuchet MS";
	color: #000;
}



div.articles a.more {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
div.articles a.more::after {
	content: "\00BB";
	padding-left: .2em;
}


div.articles div.art-bot {
	position: absolute;
	bottom: 0;
}


div#google-listing {
	width: 650px;
}

div#google-listing h2 {
	color: #08f;
	font: bold 11px/15px "Trebuchet MS";
	text-transform: uppercase;
}

div#google-listing h2.linkunits {
	color: #333;
	text-transform: none;
	font: bold 18px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 10px;
}

div#google-listing ol {
	list-style: none;
	margin-top: 5px;
	padding: 0;
	border-top: 1px dotted #ccc;
}

div#google-listing ol li {
	position: relative;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

div#google-listing ol li:hover {
	background-color: #dff;
}

div#google-listing ol li a {
	text-decoration: none;
	color: #d50;
}

div#google-listing ol li a:hover {
	text-decoration: underline;
}

div#google-listing ol li h6 {
	font-size: 14px;
	line-height: 20px;
}

div#google-listing ol li em {
	background: #fe9;
	font-style: normal;
}

div#google-listing ol li a.url {
	color: #666;
	font-size: 10px;
	white-space: nowrap;
}





div#listing {
	width: 650px;
}

div#listing h1 {
	color: #08f;
	font: bold 11px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}


div#listing h2 {
	font: bold 18px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 10px;
}


div#listing ol,
div#topics ol {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

div#listing ol li.hli,
div#topics ol li.hli {
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

div#listing ol li.hli.odd,
div#topics ol li.hli.odd {
	background-color: #ffe;
}

div#listing ol li.hli:hover,
div#topics ol li.hli:hover { 
	background-color: #ffb;
	text-decoration: none;
}

div#listing ol li a,
div#topics ol li a {
	color: #d50;
}

div#listing ol li h4,
div#topics ol li h4 {
	font-size: 15px;
	line-height: 20px;
	padding: 0;
}


div#listing ol li p.sps {
	margin-bottom: 0 !important;
	text-transform: uppercase;
	color: #fc6;
	font-size: 9px;
}


div#listing ol li ul.ls_rate {
	margin-left: 10px;
	padding: 0 0 10px 0;
	list-style: none;
}

div#listing ol li ul.ls_rate li {
	font-size: 9px;
	line-height: 15px;
	text-transform: uppercase;
	color: #666;
	border: 0;
	padding: 0 0 5px 0;
	position: relative;
	margin-left: 9em;
}

div#listing ol li ul.ls_rate li .w8 {
	position: absolute;
	left: -9em;
	color: #333;
}

div#listing ol li ul.ls_deets,
div#topics ol li ul.ls_deets {
	padding: 0;
	list-style: none;
}

div#listing ol li ul.ls_deets li,
div#topics ol li ul.ls_deets li {
	text-align: right;
	font-size: 9px;
	line-height: 15px;
	text-transform: uppercase;
	color: #666;
	border: 0;
	padding: 0;
	white-space: nowrap;
}

div#listing ol li.more a::after,
div#topics ol li.more a::after {
	content: "\00BB";
	padding-left: .2em;
}

div#listing ol li em {
	background: #fe9;
	font-style: normal;
}

div#listing li.date_break {
	background: #ccc;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	margin: 5px 0;
	text-transform: uppercase;
}




.inew {
	color: #9d6;
	font-weight: normal;
	text-transform: uppercase;
	background: url("../../images/inew.gif") no-repeat center right;
	margin-right: 5px;
	padding: 1px 17px 1px 0;
}
.ipop {
	color: #bbf;
	font-weight: normal;
	text-transform: uppercase;
	background: url("../../images/ipop.gif") no-repeat center right;
	margin-right: 5px;
	padding: 1px 17px 1px 0;
}

.ivideo {
	font-size: 9px;
	text-transform: uppercase;
	color: #08f;
	background: url("../../images/ivideo.gif") no-repeat center left;
	padding-left: 18px;
}


ul.nextprev {
	list-style: none;
	color: #999;
	font-size: 10px;
	margin: 5px -5px 5px 0;
}

ul.nextprev li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #999 !important;
}

ul.nextprev li.fc {
	border-left: 0 !important;
}
ul.nextprev li a {
	color: #999;
}

ul.nextprev li a:hover {
	color: #333;
}


div#sortbar,
div#feedbar {
	background: #eee;
	color: #999;
	font-size: 10px;
	margin-bottom: 5px;
}
div#sortbar {
	text-align: right;
}
div#feedbar div.i3 {
	padding-left: 10px;
}

div#sortbar ul,
div#feedbar ul {
	display: inline;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

div#sortbar ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #ccc !important;
}
div#feedbar ul li {
	display: inline;
	padding: 0 5px;
}

div#sortbar ul li.fc {
	border-left: 0 !important;
}

div#sortbar a,
div#feedbar a {
	color: #999;
}

div#sortbar a.sel,
div#sortbar a.sel-s,
div#sortbar a.sel-r {
	color: #333;
	font-weight: bold;
}
div#sortbar a.sel-s {
	padding-right: 10px;
	background: url("../../images/sort.gif") no-repeat center right;
}
div#sortbar a.sel-r {
	padding-right: 10px;
	background: url("../../images/sort-r.gif") no-repeat center right;
}

div#sortbar a:hover,
div#feedbar a:hover {
	color: #000;
}


/* #preview */

div#preview {
	width: 470px;
}

div#wrapper-clean div#preview {
	margin: 0 auto;
}


div#preview .ipop,
div#preview .inew {
	background-position: center left;
	margin-right: 0;
	margin-left: 5px;
	padding: 1px 0 1px 17px;
}	

div#preview h1 {
    color: #08f;
	font: bold 15px/25px "Trebuchet MS";
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

div#preview h2 {
	color: #d50;
	font: bold 21px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

div#preview h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #666;
}

div#preview h3 a { 
	color: #d50;
}

div#preview div#dl_block {
	margin: 10px 0;
}

div#preview div#dl_block a.dlnow {
	background: url("../../images/dl-now.gif") no-repeat top right;
	display: block;
	height: 15px;
	width: 115px;
	padding: 10px 35px 10px 10px;
	margin: -5px -5px 0 auto; 
	color: #fff;
	font: bold 13.5px "Trebuchet MS";
	text-transform: uppercase;
}	


* html div#preview div#dl_block a.dlnow {
	width: 135px;
	w\idth: 115px;
	height: 35px;
	he\ight: 15px;
}	


div#preview div#dl_block ul.dl_discuss {
	list-style: none;
	padding: 0;
	display: block;
}

div#preview div#dl_block ul.dl_discuss li {
	display: inline;
}

div#preview div#dl_block ul.dl_discuss li.fc {
	margin-right: 10px;
}

div#preview div#dl_block ul.dl_discuss li a {
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
}

div#preview div#dl_block ul.dl_discuss li a::after {
	content: "\00BB";
	padding-left: .2em;
}




div#preview ul.dl_rate {
	text-align: left;
	padding: 0;
	list-style: none;
	float: left;
}

div#preview ul.dl_rate li {
	font-size: 10px;
	line-height: 10px;
	padding: 4px 0;
	text-transform: uppercase;
	color: #666;
	display: block;
	position: relative;
	margin-left: 9em;
}

div#preview ul.dl_rate li .w8 {
	position: absolute;
	left: -7.5em;		/* (10px*9em)/12px */ 
	font-size: 12px;
	color: #333;
}


div#preview ul.pr_deets {
	list-style: none;
	padding: 10px 5px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}

div#preview ul.pr_deets li {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #666;
	padding: 5px 0;
	display: block;
	margin-left: 12em;
	position: relative;
}


div#preview ul.pr_deets li .pr_det {
	color: #333;
	display: block;
	position: absolute;
	left: -13em;
	width: 12em;
	text-align: right;
}

div#preview ul.pr_deets li a {
	color: #666;
}

div#preview div#pr_desc {
	padding: 0 5px;
	margin-right: 175px;
	font: 11px/15px "Lucida Grande", Geneva, Helvetica, Arial, sans-serif !important;
	color: #333 !important;
}

div#pr_desc ul {
	list-style: disc;
	padding-left: 15px;
}

a.wit {
	color: #333 !important;
	background: url("../../images/q2.gif") no-repeat top right;
	padding-right: 10px;
}

div#preview h4 {
	color: #08f;
	font: bold 15px/25px "Trebuchet MS";
	letter-spacing: -0.05em;
}

div#preview ul.extras {
	list-style: none;
	padding: 5px;
}

div#preview ul.extras li {
	padding-left: 15px;
	line-height: 15px;
	background: url("../../images/crumb-000.gif") no-repeat 5px left;
}

div#preview ul.extras li a {
	color: #333;
}

a.disc {
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
}
	
div#preview div#pr_ss {
	float: right;
	padding: 5px;
	text-align: right;
}

div#preview div#pr_ss a.ss {
	color: #999;
	font-size: 9px;
	line-height: 20px;
	text-transform: uppercase;
}

div#preview div#pr_ss a.ss:hover img {
	text-decoration: none;
}

div#preview div#pr_ss a.ss::after {
	content: "\00BB";
	padding-left: .2em;
}


div.related {
	width: 305px;
	position: relative;
}

div.related.c2 {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
}

div.related h3 {
	color: #08f;
	font: bold 12px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

div.related ul {
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	border-top: 1px dotted #ccc;
}

div.related ul li {
	border-bottom: 1px dotted #ccc;
	color: #333;
	padding: 5px 0; 
}

div.related ul li:hover {
	background-color: #ffb;
	cursor: pointer;
	cursor: hand;
}

div.related ul li h4 {
	font-size: 13px;
	line-height: 15px;
}

div.related ul li h4 a {
	color: #d50;
}

div.related ul li p {
	font-size: 10px;
}




div#get {
	width: 610px;
}
div#wrapper-clean div#get {
	margin: 0 auto;
}


div#get h1 {
	color: #08f;
	font: bold 11px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

div#get h2 {
	color: #d50;
	font: bold 21px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

div#get div#get_block {
	padding: 10px 0;
}


div#get div#get_block h4 {
	font: bold 12px/15px "Trebuchet MS";
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
}


div#get ul.get_deets {
	list-style: none;
}

div#get ul.get_deets li {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #666;
	position: relative;
	margin-left: 13em;
	padding: 5px 0;
}


div#get ul.get_deets li .get_det {
	position: absolute;
	left: -13em;
	color: #333;
	display: block;
	width: 12em;
	text-align: right;
}

div#get ul.get_deets li a {
	color: #666;
}

div#get div.mlist {
	padding-bottom: 5px;
}


div#get div.mlist h3 {
	font-size: 14px;
	line-height: 15px;
	height: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

div#get div.mlist h3 a {
	display: inline-block;
	padding-left: 40px;
	color: #333; 
	position: relative;
} 

div#get div.mlist h3 a img {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
} 


div#get div.mlist ul {
	padding: 0;
	list-style: none;
} 

div#get div.mlist ul {
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
} 

div#get div.mlist ul li {
	border-top: 1px dotted #ccc;
	padding: 0;
	margin: 0;
	display: block;
}

div#get div.mlist ul li a {
	display: block;
	position: relative;
	padding: 5px;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	text-transform: none;
	font-weight: normal;
	color: #333; 
}

div#get div.mlist ul li a .loc {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
}


div#get div.mlist ul li a:hover {
	color: #000;
	background-color: #ffb;
	text-decoration: none; 
}


div#get div.mblock {
	padding: 5px 0;
} 

div#get a {
	color: #d50;
}

div#get div#get_desc {
	padding: 0 5px 5px 0;
	margin-right: 175px;
}

div#get div#get_ss {
	float: right;
	padding: 5px;
}


div#get ul.extras {
	list-style: none;
	padding: 5px;
}

div#get ul.extras li {
	padding-left: 15px;
	line-height: 20px;
	background: url("../../images/crumb-000.gif") no-repeat 5px left;
}

div#get ul.extras li a {
	color: #333;
}



div#download {
	width: 470px;
} 


div#download h1 {
	color: #08f;
	font: bold 11px/15px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
}

div#download h2 {
	color: #d50;
	font: bold 21px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}


div#download a {
	color: #d50;
}

div#download div#download_desc {
	padding: 0 5px 5px 0;
	margin-right: 175px;
}


div#download div#download_ss {
	float: right;
	padding: 5px;
}

div#download h4 {
	color: #08f;
	font: bold 15px/25px "Trebuchet MS";
	letter-spacing: -0.05em;
}

div#download ul.extras {
	list-style: none;
	padding: 5px;
}

div#download ul.extras li {
	padding-left: 15px;
	line-height: 15px;
	background: url("../../images/crumb-000.gif") no-repeat 5px left;
}

div#download ul.extras li a {
	color: #333;
}





div.static {
	width: 645px;
}


div.static a {
	color: #d50;
	font-weight: bold;
}

div.static h1,
div.static h2,
div.static h3,
div.static h4 {
	padding: 0.5em 0;
}

div.static p,
div.static ol,
div.static ul {
	margin-bottom: 1em;
	line-height: 15px;
}
div.static li {
	line-height: 15px;
}

div.static ol h4 {
	text-transform: uppercase;
}

div#note {
	padding: 10px;
	margin: 1em 0;
	background: #ecc;
	color: #533;
	border: 1px solid #866;
}
div#note a {
	color: #933;
}


div#contactform {
	padding: 5px 15px;
}

div#contactform fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 1em;
}

div#contactform fieldset legend {
    font: bold 12px "Trebuchet MS";
	text-transform: uppercase;
    letter-spacing: -0.025em;
	color: #08f;
	padding: 0 0.5em;
}

div#contactform fieldset label {
	display: block;
	margin-bottom: 1em;
}

div#contactform fieldset label span {
	font-weight: bold;
}

div#contactform fieldset label p {
	margin: 5px 15px;
	line-height: 21px;
}

div#contactform input.w300,
div#contactform textarea.w300 {
	width: 300px;
}


div#contactform span.err {
	color: #933;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 15px;
	margin-left: 1em;
}


ol#sitemap {
	padding: 0;
	list-style-type: none;
}

ol#sitemap li {
	font-size: 15px;
}

ol#sitemap li.col3 {
	width: 194px;
	border-left: 1px solid #ccc;
	float: left;
	padding: 0 5px 0 10px;
}

ol#sitemap li.col3.fc {
	border: 0;
	padding: 0;
}


ol#sitemap ul {
	padding: 0 0 0 1.2em;
	margin: 0;
	list-style-type: disc;
}
ol#sitemap ul li {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
}









div#article {
	width: 470px;
}


div#article .ipop,
div#article .inew {
	background-position: center left;
	margin-right: 0;
	margin-left: 5px;
	padding: 1px 0 1px 17px;
}	

div#article h1 {
    color: #08f;
	font: bold 15px/25px "Trebuchet MS";
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

div#article h2 {
	color: #d50;
	font: bold 21px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

div.article-body {
	padding: 5px 0; 
	line-height: 20px;
}

div.article-body a {
	color: #d50;
	font-weight: bold;
}

div.bio {
	color: #666;
	padding: 5px 0 10px 0;
}

div.bio h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

div.bio img.bio_image {
	float: right;
	padding: 0 0 5px 5px;
}


div.article_deets {
	font-size: 9px;
	line-height: 15px;
	color: #666;
	padding: 5px 0;
}

div.article_deets ul {
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

div.article_deets ul li {
	text-transform: uppercase;
}

div.article_deets ul li a {
	color: #d50;
}

div.article_related {
	margin: 10px 0;
}

div.article_related h3 {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #08f;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

div.article_related ul {
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

div.article_related ul li {
	padding: 3px 0;
}

div.article_related ul li a {
	color: #d50;
	font-weight: bold;
	background: url("../../images/crumb-000.gif") no-repeat center left;
	padding: 0 3px 0 10px;
}


div.article_related ol {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

div.article_related ol li {
	text-decoration: none;
	color: #333;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

div.article_related ol li:hover {
	background: #ffb;
}

div.article_related ol li h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

div.article_related ol li h4 a {
	color: #d50;
}

div.article_related ol li ul.ls_rate {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

div.article_related ol li ul.ls_rate li {
	display: block;
	border: 0;
	padding: 0 0 5px 0 ;
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	color: #666;
	position: relative;
	margin-left: 8em;
}



div.article_related ol li ul.ls_rate li .w8 {
	position: absolute;
	left: -8em;
}



div#rate {
	width: 470px;
}

div#rate h1 {
    color: #08f;
	font: bold 12px/15px "Trebuchet MS";
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

div#rate h2 {
	color: #d50;
	font: bold 21px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

div#rate h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	color: #666;
}

div#rate h3 a {
	color: #d50;
}

div#rt_block {
	margin: 10px 0;
}

div#rate fieldset {
	padding: 0 10px;
	border: 1px solid #ccc;
}

div#rate .infldset {
	padding: 10px 0;
}

div#rate legend {
	color: #08f;
    padding: 0 5px;
    font: bold 12px "Trebuchet MS";
    letter-spacing: -0.025em;
}

div#rate label {
	padding: 3px;
	float: left;
}

div#rate input {
	padding: 1px 2px;
	border: 1px solid;
	font-size: 11px;
}

div#rate a {
	color: #d50;
}

.puntuar-con-estrellas {
	padding: 0;
	list-style: none;
	width: 200px;
	height: 15px;
	position: relative;
	background: url("../../images/stars-rate.gif") top left repeat-x;
}

.puntuar-con-estrellas li {
	padding: 0;
	margin: 0;
	/*\*/
	float: left;
	/* */
} 

.puntuar-con-estrellas li.srt {
	display: block;
	width: 100px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #333;
	background: #eee;
	background-image: none;
	height: 15px;
}

.puntuar-con-estrellas li a {
	display: block;
	width: 20px;
	height: 15px;
	text-decoration: none;
	z-index: 20;
	position: absolute;
	background-image: none;
	padding: 0;
}

.puntuar-con-estrellas li a:hover {
	background: url("../../images/stars-rate.gif") left bottom;
	z-index: 1;
	left: 100px;
}

.puntuar-con-estrellas li a span {
	display: none;
	width: 100px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
}

.puntuar-con-estrellas li a:hover span {
	display: block;
	position: absolute;
	left: 120px;
	text-decoration: none !important;
}

.puntuar-con-estrellas a.sr1 {
	left: 100px;
}
.puntuar-con-estrellas a.sr1:hover {
	width: 20px;
}

.puntuar-con-estrellas a.sr2 {
	left: 120px;
}
.puntuar-con-estrellas a.sr2:hover {
	width: 40px;
}

.puntuar-con-estrellas a.sr3 {
	left: 140px;
}
.puntuar-con-estrellas a.sr3:hover {
	width: 60px;
}

.puntuar-con-estrellas a.sr4 {
	left: 160px;
}
.puntuar-con-estrellas a.sr4:hover {
	width: 80px;
}

.puntuar-con-estrellas a.sr5 {
	left: 180px;
}
.puntuar-con-estrellas a.sr5:hover {
	width: 100px;
}



.google-inline {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	position: relative;
	background: transparent;
	_background: #eee;
	padding-top: 12px;
	font: 11px Arial, sans-serif;
}

.google-inline td {
	font: 11px Arial, sans-serif;
}

.google-inline #g_head {
	font: bold 10px "Trebuchet MS";
 	color: #999;
	position: absolute;
	top: 0;
	right: 2px;
}

.google-inline table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.google-inline td {
	cursor: pointer;
	cursor: hand;
	color: #000;
	background: #fff;
	border: 1px solid;
	border-color: #ddd #aaa #aaa #ddd;
	vertical-align: middle;
	padding: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.google-inline td.w {
	padding: 3px;
	vertical-align: top;
}

.google-inline .g_ad {
	overflow: hidden;
	word-wrap: break-word;
}

.google-inline .g_ad a {
	display: block;
	text-decoration: none;
	color: #000;
}

.google-inline .g_ad .g_l1 {
	font-weight: bold;
	font-size: 12px;
	color: #d50;
	text-decoration: underline;
}

.google-inline .g_ad .g_url {
	word-wrap: break-word;
	color: #08f;
	font-size: 9px;
}


#lu_disclaimer {
	padding-top: 10px;
	color: #999;
	font-size: 10px;
	line-height: 12px;
}

#lu_disclaimer h4 {
	font-size: 12px;
	line-height: 15px;
}

.video {
	text-align: center;
	margin: 20px auto;
}

.video p {
	font-size: 10px;
	color: #999;
	padding: 5px 0;
}

.video p.err {
	color: #f00;
	font-weight: bold;
	background: #222;
	border: 1px solid #000;
	width: 320px;
	height: 240px;
	text-align: center;
	margin: 0 auto;
}


div#topics {
	width: 650px;
}

div#topics h1 {
	font: bold 18px/25px "Trebuchet MS";
	letter-spacing: -0.025em;
	margin-bottom: 10px;
}

div#topics h2 {
	color: #08f;
	font: bold 15px/20px "Trebuchet MS";
	letter-spacing: -0.025em;
	text-transform: uppercase;
	border-bottom: 1px solid #08f;
}

div#topics h2 a {
	color: #08f;
}


div#topics p.end {
	padding: 5px 0 15px 0;
}


div#topics a.more {
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

div#topics a.more::after {
	content: "\00BB";
	padding-left: .2em;
}

.cat_img {width: 130px; 
		height: 120px; 
		background: url("../../images/idb_bg.gif") no-repeat; 
		text-align: center;
		vertical-align: middle;
}
.cat_img img {
	margin: 0px 19px 10px 0px;
	vertical-align: middle; 
	cursor: pointer;
}
TD.cat_img { 
background: transparent url("../../images/idb_bg.gif") no-repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; }
.nombreObra {
 color:blue;
}
.tituloObra{
 color:orange;
}
/* Puntuaciones con estrellas 
.puntuar-con-estrellas{
 list-style: none; 
 margin: 3px;
 padding: 0px;
 width: 100px;
 height: 20px;
 position: relative;
 background: url("../../images/estrellas.gif") top left repeat-x;
}
.puntuar-con-estrellas li{
	padding:0px;
	margin:0px;
	
	float: left;
	
}
.puntuar-con-estrellas li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.puntuar-con-estrellas li a:hover{
	background: url("../../images/estrellas.gif") left bottom;
	z-index: 1;
	left: 0px;
	border:none;
}
.puntuar-con-estrellas a.una-estrella{
	left: 0px;
}
.puntuar-con-estrellas a.una-estrella:hover{
	width:20px;
}
.puntuar-con-estrellas a.dos-estrellas{
	left:20px;
}
.puntuar-con-estrellas a.dos-estrellas:hover{
	width: 40px;
}
.puntuar-con-estrellas a.tres-estrellas:hover{
	width: 60px;
}
.puntuar-con-estrellas a.tres-estrellas{
	left: 40px;
}
.puntuar-con-estrellas a.cuatro-estrellas{
	left: 60px;
}	
.puntuar-con-estrellas a.cuatro-estrellas:hover{
	width: 80px;
}
.puntuar-con-estrellas a.cinco-estrellas{
	left: 80px;
}
.puntuar-con-estrellas a.cinco-estrellas:hover{
	width: 100px;
}

*/
/*             styles for the unit rater                */	
.unit-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 300px;
	height: 30px;
	position: relative;
	background: url('../../images/star_rating.gif') top left repeat-x;		
}

.unit-rating li{
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.unit-rating li a{
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover{
	background: url('../../images/star_rating.gif') left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}
.unit-rating li.current-rating{
	background: url('../../images/star_rating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}	

.login_label, .login_input, .login_error  {
  padding:10px;
  color:#000;
  text-align:left;
  float:left; 
  width:100px;
  font-size:20px;
  color:#64355A;
}

.login_input {
  width:200px;
}

.login_error {
  width:250px;
  color:#F00;
}

.login_input input {
  width:100%;
  background:silver;
}
#__login {
  background:#123;
}
.comentarioinput{ margin: 1em }

.comentarioinput label{
float:left;
width: 7em;
text-align:right;
margin: 0 1em 0 0;
}

.comentariotopbar{
	background-color: #ccc;
	color: #000;
	border: solid 2px #888;
	margin: 0 0 1px 0;
}

.comentarionickname{
	width: 20ex;
	font-size: 120%;
}

.comentariodatetime{
	font-size: 80%;
	color: #888;
	width: 45ex;
	float: right;
}

.comentario{
	margin:0 0 1ex 0;
}

.comentario form{
	margin:0;
}

.comentario textarea{
	width: 90%;
	background-color: #ddd;
	color: black;
	font-family:Arial, sans-serif;
	border: solid 1px #888;	
}

.comentario span{
	display: block;
	background-color: #ddd;
	color: black;
	font-family:Arial, sans-serif;
	border: solid 1px #888;	
}

/** BUSQUEDAS ********************************/
.resaltado
{
	background-color:#FFFFFF; color:#000000;
	cursor:pointer;
}

.normal
{
	background-color:#EAEAEA; color:#000000;
}

.punteado 
{ 
	margin:auto;
	border-width:1px;
	border-style:dotted; 
	border-color:#000000; 
	background-color:#EAEAEA; color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:center;
}

.inputs
{
	height:16px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
}

.botonOk
{
	height:15px;
	width:25px;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.aviso
{
	margin:auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#FFFFFF; color:#FF0000;
}

.texto 
{
	background-color:#FFFFFF; color:#000000;
 	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#lista
{
	position:absolute;
	width:114px;
	background-color:#EAEAEA; color:#000000;
	border:1px dotted; border-color:#000000;
	z-index:1;
	top:25px;
	left:38px;
	display:none;
}

#contenedor
{
	position:relative; 
	width:190px;
}

.centrado
{ 
	width:750px;
	margin:auto;
}
.es_editable {
  font: bold;
  color: black;
  background-image: url('../../images/iconos/editar.gif') no-repeat;
}
