html, body {margin: 0; padding: 0; border: 0;}

body {
	color: #000; 
	background-color: #f0ecd6; 
	font-family: "verdana", sans-serif; 
	font-size: 80%; 
	text-align: center;
	margin: 30px 0;
}

p  {
	margin: 0;
	padding: 8px;
}

h2 {
	font-size: 1.2em;
	text-align:left;
	padding: 10px;
}

form {
	margin-left:1.20em
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: navy;
	background:inherit;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: navy;
	background:inherit;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: navy;
	background:inherit;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: navy;
	background:inherit;
}

a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #fa7d00;
	background:inherit;
}


.alignright {
	margin-top: 0;
	text-align: right;
}

.small {
	font-size: 0.9em;
}

.wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background: white;
}

* html .wrapper {
	width: 700px; 
}


.inner {
	margin-left: -2px;
	width: 548px;
}

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 567px;
	margin-left: -150px;
}

.left {
	float: left;
	width: 147px;
	position: relative;
}

.right {
	float: right; 
	width: 130px;
	position: relative; 
}

* html .right {
	margin: 0 -130px 0 0; 
}

.center {
	float: right;
	width: 415px;
}

.wide {
	background-color: silver;
	width: 100%;
	font-style: italic;
	font-size: smaller;
}

.wide p {
	padding: 5px;
}

.top {
	height: 80px;
	border-width: 0 0 2px;
	font-size: 1.6em;
	background: url(  "/images/header_background.gif"  ) repeat-x;
}

.bottom {border-width: 2px 0 0;color:gray;font-size: 1em;}

html>body .inner, html>body .float-wrap {
	border-bottom: 1px solid transparent;
}

.outer {
	border-left: 150px solid #6c83b1;
	border-right: 130px solid #aebdda;
}


/* 
************ 
NEW STYLES   
************ 
*/

p.cabecera {
	font-size:medium;
	text-decoration:underline;
	font-weight:bold;
}



td.table_head {
	background-color:#375797;
	color:white;
	text-transform:uppercase;
	font-size:x-small;
	font-weight:bold;	
}

td.dark_col {
	background-color:#7388b1;
	
}
td.light_col {
	background-color:#aebdda;
}
td.lighter_col {
	background-color:#d0d9ec;
}

td {
	font-size:10px;
}

.links_box {
	background-image:url('/images/sidebar-image-middle.png');
	background-repeat: repeat-y;
}
.links_box_end {
	background-image:url('/images/sidebar-image-last.gif');
	background-repeat: no-repeat
}

span.subtitle {
	font-size:x-small;
	font-weight:bold;
	color:white
}
p.sidenews {
	font-size:x-small;
}

span.header_link {
	float: right; 
	font-weight: bold; 
	font-size: 0.6em;
}

.gap_to_left {
	padding-left: 5px;
}







