ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: underline;
  color: #034790;
}

a:hover
{
  text-decoration: none;
  color: Black;
}

a:focus {
  color: Green;
  background-color: Yellow;
}


body
{
  margin: 0;
  padding: 10px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  background-color: #f0f2f6;
  background: #f0f2f6 url('../images/backgrounds/bg.gif') top left;
}

h1, h2, h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #004791;
	color: #004791;
    /*letter-spacing: 1px;*/
    line-height: 1.4em;
}

h3 {
  color: #CC6600;
  border-bottom: 1px solid #cc6600;
}


h1 span {
	font-size: 0.7em;
    line-height: 1.4em;
	float: right;
}

h1.listHead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 4px;
	padding-top: 4px;
	color: White;
	background-image: none;
	background-color: #034790;
	border-bottom: none;
    letter-spacing: 1px;
    display: block;
    width: 556px;
}

h1.listHead span {
  margin-right: 5px;
  line-height: 20px;
}


h2.listHead {
    border: none;
    font-weight: bold;
}


h2 span {
	font-size: 0.7em;
    line-height: 1.4em;
	float: right;
	color: gray;
}

h2.resultados {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDDDDD;
	line-height: 18px;
    /*letter-spacing: 1px;*/
}

h3 span {
	float: right;
    letter-spacing: 1px;
}

h4 {
	font-size: 12px;
    letter-spacing: 1px;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

li {
  line-height: 1.2em;
}


#wrapper {
	text-align: center;
}

#container {
	width: 760px;
	margin: 0 auto;
	background-color: White;
	text-align: left;
	border: 1px solid #DDDDDD;
	position: relative;
}

#main {
	padding-top: 10px;
	color: #444444;
	width: 370px;
	float: left;
	overflow: hidden;
	margin: 0px;
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
	min-height: 400px;
    font-size: 12px;
}

.wide {
  width: 560px!important;
  border-right: 0px!important;
  padding-right: 0px!important;
}


#header {
	float: left;
	width: 750px;
	height: 135px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header_alt {
	float: left;
	width: 750px;
	height: 65px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content {
	border-top: 1px solid #DDDDDD;
	width: 760px;
	float: left;
}

#menu {
   margin-top: -5px;
	margin-right: 10px;
	width: 180px;
	float: left;
	min-height: 250px;
	/*background: transparent url(../images/backgrounds/menu_bg.png) 0px 0px no-repeat;*/
	padding-top: 10px;
	overflow: hidden;
}

* html #menu {
	min-height: 250px;

}

#menu a {
	color: Black;
	text-decoration: none;
}

#menu a:hover {
	color: White;
	/*text-decoration: underline;*/
}

#menu ul {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

#menu li {
	/*border-top: 1px solid #e9e9e9;*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    line-height: 33px;
	padding-left: 10px;
	font-weight: bold;
	width: 163px;
	float: left;
	overflow: hidden;
}


#menu li small {
	font-size: 10px;
	margin-top: -6px;
	color: #666666;
	width: 163px;
	clear: both;
	float: left;
	height: 23px;
}

#menu li a {
	display: block;
	width: 163px;
	margin-left: -10px;
	padding-left: 10px;
	float: left;
}
* html #menu li a {
  padding-left: 5px;
  margin-left: -5px;
}


#menu li a:hover,
#menu li a:hover small {
	background-color: #004791;
	color: White;
	/*background-position: 0px 0px;*/
}

* html #menu a:hover {
    background-color: transparent;
}


#menu li a:link, #menu li a:visited {
	color: black;
	display: block;
	background: url(../images/menu8.gif);
	padding: 0px 0 0 30px;
}

#menu li.news a:link, #menu li.news a:visited {
	background: url(../images/menu4.png);
}

#menu li a:focus {
  color: Green!important;
  background-color: Yellow;
  background-image: none;
}

	
#menu li a:hover, #menu li a:active, 
#menu li.news a:hover, #menu li.news a:active {
	color: #283A50;
	background-position: 0 -32px;
	padding: 0px 0 0 30px;
   font-weight: bold;
}

#menu li.active a {
	background-position: 0 -64px;
}

#menu li ul li.active {
	background-color: #cc6600;
	font-weight: bold;
}
#menu li ul li.active a {
    color: White;
}

	
#menu ul.inner li {
	font-size: 11px;
	border: none;
	margin-left:-10px;
	font-weight: normal;
	display: block;
	line-height: 22px;
}

#menu ul.inner li a {
   background-image: none;
	color: #696969;
	width: 143px;
	border: none;
	border-top: 1px solid White;
	border-bottom:1px solid White;
}

#menu ul.inner li ul.inner a {
	width: 150px;
	margin-left: 5px;
}

#menu li.selected a {
	font-weight: bold;
	font-style: normal;
	color: white;
	background-color: #b6b6b6;
}

#menu ul.inner li a:hover {
   background: #c5e7fd;
	color: #283A50;
	font-weight: normal;
	border-top: 1px solid #79a8c5;
	border-bottom: 1px solid #79a8c5;
}

#menu li.top {
	/*border-top: 1px solid #959595*/
}

#right {
	width: 180px;
	float: right;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.changer {
  cursor: pointer;
}


.inner5 {
	margin: 5px;
}

.inner {
	margin: 10px;
	clear: both;
	float: left;
	width: 100%;
}

.listitem {
  display: block;
  float: left;
  width: 370px;
  border-bottom: 1px dotted #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.wide .listitem {
  width: 560px;
}

a.external {
	background: transparent url(../images/external.gif) top right no-repeat;
	padding-right: 12px !important;
}

/*#menu a.external {
    background-image: none!important;
    padding-right: 0px!important;
}*/


#main .article li,
#main .activity li {
	list-style-type: none;
	margin-bottom: 1em;
	background: transparent url('/images/bullets/flecha.gif') 0px 1px no-repeat;
	padding-left: 16px;
	line-height: 16px;
}

#main .article li ul li,
#main .activity li ul li {
	list-style-type: none;
	margin-bottom: 1em;
	background: transparent url('/images/bullets/flecha2.gif') 0px 1px no-repeat;
	padding-left: 16px;
	line-height: 16px;
}

#main .article li ul,
#main .activity li ul  {
  margin-top: 1em;
}


#main .article small {
	font-size: 10px;
	color: gray;
}

.activitytype {
	color: #ff8c00;
	font-size: 11px;
}

span.label {
	font-weight: bold;
	font-size: 10px;
}

p.pie {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #EFEFEF;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}

.pagination {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.disclaimer {
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	padding: 5px;
	color: gray;
	line-height: 16px;
}

.description {
  width: 110px;
  line-height: 12px;
}


.breadcrumbs {
	font-size: 10px;
	margin-bottom: 10px;
    width: 400px;
}

.back {
	display: block;
	width: 370px;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #EFEFEF;
	padding-top: 5px;
}

.td1 {
	background-color: #dcdcdc;
}

.td0 {
	background-color: #ffebcd;
}

.form-row {
	clear: both;
}

ul#lang {
	position: absolute;
	top: 7px;
	left: 718px;
}

ul#lang li {
	display: inline;
	float: right;
	width: 18px;
}

#access_buttons {
	width: 180px;
	float: left;
	overflow: hidden;
}

.side {
	width: 180px;
	float: left;
	overflow: hidden;
}

label.keyword {
	margin-left: -10000px;
}

#menu em {
	border-bottom: 1px dotted black;
}

.thumb {
	overflow: hidden;
	float: left;
	margin-right: 10px;
	padding: 2px!important;
	border: 1px solid #DDDDDD;
    font-size: 10px;
}

.thumb img {
	width: 110px;
    margin: 0px!important;
    display: block!important;
}

.rhs {
	margin: 0px!important;
	margin-left: 10px!important;
	float: right!important;
    clear: right!important;
}

.introtext {
	width: 370px;
	float: right;
	clear: right;
}

.wide .introtext {
  width: 558px;
}

.info {
    margin-top: -10px;
    font-size: 10px;
    color: #444444;
    margin-bottom: 10px;
}


.fontsize {
	margin-left: 10px;
    font-size: 12px;
}

.fontsize li {
	display: inline;
	margin-right: 5px;
}

.fontsize li #linkLarge {
	font-size: 1.4em;
}

.fontsize li #linkSmall {
	font-size: 0.9em;
}

#banners {
  margin-left: 8px;
  margin-top: 10px;
}

#banners img {
  margin-bottom: 10px;
}

.profile li {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.notice {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 22px;
    border-top: 1px solid Green;
    border-bottom: 1px solid Green;
    background-color: #009900;
    color: White;
}

#proyecto_leyenda {
  border: 1px solid #DDDDDD;
  padding: 10px;
  width: 538px;
  margin-top: 10px;
}


#proyecto_leyenda li {
  width: 170px;
  float: left;
  display: inline;
}

