body{
margin:0 auto;
padding:0;
height:100%;
/*width:760px;*/
font:76% Tahoma, Verdana,Arial,sans-serif;
color:#333;
background:transparent url(images/fondo.gif) top left repeat-x;
}
body, p, td, li, ul, ol  {
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
#bg{
color:#ffffff;
margin:0 auto;
height:100%;
}
#wrap{
color:#333;
margin:0 auto;
height:100%;
}
#header{
width:700px;
background:url(textura.gif);
margin:0px;
font-size: 0.8em;
border:none;
padding:0;
}
#fin, #fin2, #fin3 {
background:url(textura.gif);
margin:0px;
border:none;
padding:0;
}
#logo{
background:url(textura.gif);
margin:0px;
border:none;
padding:0;
}
h1, h6 {
  font-family: Tahoma , Arial, Verdana, sans-serif;
	text-align:left;
  margin: 0;
  color: #82A0DC;
  font-size: 1.6em;  
}
h2{
  font-family: Tahoma , Arial, Verdana, sans-serif;
  margin: 0;
  color: #043888;
  font-size: 1.0em;  
}
h3{
  font-family: Tahoma , Arial, Verdana, sans-serif;
  margin: 0;
  color: #043888;
  font-size: 1.0em;
  text-decoration: none;  
}
h4{
  font-family: Tahoma , Arial, Verdana, sans-serif;
  margin: 0;
  color: #000000;
  font-size: 1.0em;
  text-decoration: none;  
}
h5{
  font-family: Tahoma , Arial, Verdana, sans-serif;
  margin: 0;
  color: #043888;
  font-size: 0.9em;
}
hr{
  color: #9bc2ed;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #0055bb;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #0055bb;
}
a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
a:active {
  font-weight: bold;
  color: #ff0000;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 0.4em 0;
  padding: 0;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  color: #369;
}
.item-list .titulo {
  color: #000888;
  font-size: 0.85em;
}
/*
** Page layout blocks / IDs
*/
td#home a:link img, td#home a:visited img {
  width: 144px;
  height: 03px;
}
td#home a:hover img {
  width: 144px;
  height: 63px;
}
.tabla1 {
  border:none;
  text-align:justify;
}
.tabla2 {
  border:none;
  text-align:justify;
  padding: 15px;
}
.tabla3 {
  background-color: #eee;
	color: #ff0000;
  text-align:center;
}
.tabla4 {
  background-color: #ffffff;
  color: #000888;
  text-align:left;
  padding: 2px;
}
.tabla5 {
  /*position: center;*/
  text-align:justify;
  padding: 5px 80px;
}
.titular {
  border:none;
  /*position: left;*/
  border-bottom:1px solid #84a2de;
}
.primary-links a:link, .primary-links a:visited {
  color: #0055bb;
  margin-bottom: .5em;
  font-size: 1.0em;
}
.primary-links a:hover {
  color: #b8e7ff;
  text-decoration:none;
  margin-bottom: .5em;
  font-size: 1.0em;
}
.primary-links a:active {
  color: #ff0000;
	font-weight:bold;
  margin-bottom: .5em;
  font-size: 1.0em;
}
#primary-menu .primary-links   {
  font-size: 0.79em;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #000888;
}
ul.localizacion li {
  border-left: 1px solid #ff8c00;
  display: inline;
  height: auto;
}
#content {
  background-color: #fff;
  border-top:2px solid #3b3b3d;
}
#menu {
  padding: 0 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#main {
  padding: 10px 10px 0px 10px;
  position: relative;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
.fuentemenu {
  margin-bottom: .5em;
  color:#333;
  font-size: 0.8em;
}
#sidebar-left, #sidebar-right {
  font-size: 1.0em;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
  height: 100%;
}
#sidebar-left {
  width: 130px;
  height: 100%;
  border-right: 1px solid #b8e7ff;
  border-left: 1px solid #b8e7ff;
  background: #f5f9ff;
  font-size: 1.1em;
}
#sidebar-right {
 width: 650px;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #b8e7ff;
 padding: 10px 10px 10px 10px;
}
#sidebar-low {
 width: 130px;
 background: transparent url(images/izq.gif) center top no-repeat;
 height:28px;
 text-align:center;
 position: relative;
}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
.node .content {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3;
}
.comment .content {
  text-align: left;
  font-size: 0.85em;
  line-height: 1.3;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .titulo for an example.
*/
#content .titulo, #content .titulo a {
  color: #66cccc;
}
.content h1 {
  color: #66cccc;
  font-size: 1.9em;
}
.content h2 {
  color: #043888;
  font-size: 1.0em;
}
.content h3 {
  color: #000888;
  font-size: 1.5em;
}
.content h4 {
  color: #043888;
  font-size: 1.3em;
}
.content h5 {
  color: #000000;
  font-size: 0.5em;
}
div.links {
  color: #ff8c00;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0;
  margin: 0;
}
.box h2 {
  font-size: 9px;
}
.block .content {
  padding: 5px;
}
.block {
  margin-bottom: 1.5em;
}
.box .titulo {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2.5em 0;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
div.links {
 font-size: 0.75em;
}
div.links .prev, div.links .next, div.links .up {
 font-size: 1.15em;
}
.titulos .prev, .titulos .next  {
 font-size: 0.85em;
 font-weight: bold;
 color: #444;
}
.hide {
  display: none
}
.fondotab1{
 background:#ffffff url(images/izq.gif) center top;
 height:28px;
 width:144px;
 text-align:center;
}
.fondotabla3{
 background:#fafaf1;
 font-size: 9px;
}
.fondotabla4{
 background:#fafaf1;
 font-size: 11px;
}
.justifyText{ 
 text-align:justify;
 padding: 5px;
}
/*
** Menus
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 10em 10em 10em -2.2em;
}
li.circulo {
  list-style-type: circle;
  list-style-image: url(images/circulo.gif);
  padding: 0.2em 0.5em 0 0;
  margin: 2px;
}
li.punto {
  list-style-type: disc;
  list-style-image: url(images/punto.gif);
  padding: 0.2em 0.5em 0 0;
  margin: 2px;
}
li.cuadrado {
  list-style-type: square;
  list-style-image: url(images/flecha.gif);
  padding: 0.2em 0.5em 0 0;
  margin: 2px;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

td.url-form {
  display: none
}

ul.localizacion {
  margin: 0;
  padding: 1.5em;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
p.titulo {font-family:verdana;font-size:10.0pt;color:black}
p.nombre {font-family:verdana;font-size:10.0pt;color:#043888}
p.contenido {font-family:verdana;font-size:9.0pt;color:black}
p.info {font-family:verdana;font-size:9.0pt;color:#043888}
p.url-form {display: none}

/*
** imagenes emergentes
*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	