body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

LABEL, SELECT, OPTGROUP, LEGEND, H4, H5, H6{font-size:1em;font-style:normal}
LABEL{font-weight:bold}
SELECT, INPUT{margin-top:0.5em}
INPUT, TEXTAREA{font:1em Verdana, sans-serif;border:1px solid #000;padding:0.2em}
LEGEND{font-weight:bold;background:#efefef;padding:0.2em 0.8em;margin:1em 0}
FIELDSET FIELDSET LEGEND {background:#f9f9f9;border:1px solid #efefef}
FIELDSET{border:1px solid #ccc;padding:0.5em}

IFRAME{border:0;width:100%;height:600px}

h1, h2 {
	font-weight: bold;
	color: #036798;
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}


ul {
}

ol {
}

a {
	font-weight: bold;
/*	color: #84A4B8;*/
	color: #036798;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 920px;
	height: 120px;
	background: url(images/img07.jpg);
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
   display:none;
}

#logo h1 a {
	color: #299762;
}


#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 95px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-size:70%;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 30px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu a:hover {
	height: 90px;
	background: url(images/img08b.jpg) repeat-x top left;
	    vertical-align:middle !important
}

#menu .current_page_item a {
	background: url(images/img08.jpg) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
}

#latest-post {
	float: left;
	width: 550px;
	padding: 0px 20px 0px 10px;
}

#latest-post p{
    text-align:justify;
}

#recent-posts {
	float: right;
	width: 290px;
	background: url(images/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
}

#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: url(images/img04.gif) repeat-x left top;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.aviso{background: #ffe1e1 url(images/caution.gif) no-repeat;padding:10px 10px 5px 70px;border:1px solid #a00;color:#000}

blockquote{background:#eee; border: 1px solid #aaa; padding:1em}

li{
  margin-top:1em;
}

.listacompacta li{
  margin-top:0;
}

.pdf li {margin-left:10px}
.pdf{list-style:url(images/list-pdf.gif)}
.nuevo {
   background: url(images/importante.gif) no-repeat left 3px; 
   padding-left: 18px;
   margin-left: 10px;
   color:#f00;
   font-weight:bold;
}
.nuevo a:link, .nuevo a:visited{
   color:#f00;
}
.aviso a:link, .aviso a:visited{
   color:#000;
}
