body {
	margin: 0em;
	padding: 80px 10% 2em 100px;
	background: #fff url('img/corner.png') top left no-repeat;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 135%;
	letter-spacing: 1px;
}

h1, h2 { font-weight: normal; letter-spacing: 0px; text-shadow: 4px 4px 2px #ccc; }
h1 { font-size: 2em; clear: both; margin-top: 1em; }
h2 { font-size: 1.8em; }
.desc { font-size: 0.9em; }
hr.inv { visibility: hidden; clear: both; }
a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #009;
}
a:focus, a:hover { color: #900; border-bottom: 1px dotted #009; }

p#fecha { text-align: right; font: menu; position: absolute; top:0em; right:10%; }
img#cb { float: right; margin: -2em 0em 1em 2em; }
dt { font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
.new {
	margin:1em 2em 1em 0em;
	padding:1em;
	border:1px solid #999;
	font-size:1.1em;
}
.new img { float:right; }

#tabs ul {
	background: url('img/bg.gif') #f0f0f0 repeat-x left bottom;
	float: left;
	width: 99%;
	margin: 0px;
	height: 1.8em;
	padding: 10px 10px 0px 0px;
	list-style-type: none;
	line-height: normal;
	letter-spacing: normal;
}
#tabs li {
	padding: 0px 0px 0px 9px;
	margin: 0px;
	background-image: url('img/left.gif');
	background-repeat: no-repeat;
	float: left;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	padding: 0.5em 25px 0.2em 16px;
	display: block;
	float: none;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	background: url('img/right.gif') no-repeat right top;
	color: #000;
	border-bottom: none;
}
.ui-tabs .ui-tabs-nav li a:hover { color: #009; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #900 !important;
	background-image: url('img/right_on.gif') !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 4px solid #fff;
	background-image: url('img/left_on.gif') !important;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 10% 2em 10%;
	display: block;
	border: 1px solid #888;
	border-top: none;
	margin: -1em 0em 0em 0em;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
