/* CSS Document */

body {
  color:#555;
}

blockquote {
  padding-left:2em;
}

#container{
}

#paginas {
	background: #f1f1f1;
  clear:both;
  margin-top: 30px;
  padding: 5px;
  text-align: right;
}

#menu {
  text-align: right;
  font-size:120%; 
}

#menu li {
  display:inline;
  padding-left: 13px;
  /*height: 40px !important;*/
}

#menu li a {
  text-decoration: none;
  color:#666666;
  margin-bottom: 10px;
} 

#menu li a:hover {
  color:#000000;
}

#main {
  padding: 40px 0 20px 0;
}

#main ul {
  margin: 0 0 1em 2em;
  list-style:disc;
}

#main h1 {
  color:#004d6e;
  padding-left: 30px;
  background-image:url(../images/css/flecha_grande.gif);
  background-repeat:no-repeat;
}  

#main h2 {
  color:#004d6e;
  padding-left: 20px;
  background-image:url(../images/css/flecha_peq.gif);
  background-repeat:no-repeat;  
}  

#main a {
  color:#004d6e;
  text-decoration: none;
}

#main a.flecha {
  padding: 0px 20px;
  background-image:url(../images/css/flecha_peq.gif);
  background-repeat:no-repeat;  
  line-height: 1.5em;
}

#main .destacados {
  color:#ec8200;
  font-weight: bold;
}

#footer {
  color:#666666
}

#footer a {
  color:#333333;
  text-decoration:none;
}

#myGallery a, #myGallery h2 {
  color:#FFFFFF;
}


#myGallery .slideInfoZone h2 {
  padding:0.5em 0;
  background-image:none;
}

.ficha_tam_1 {
  float: left;
  padding:0 6px 1em 6px;
  width:240px;
}

.ficha_tam_1 img {
  margin-bottom:0.75em;
}

.ficha_tam_2 {
  float: left;
  padding:0px 0px 1em 25px;
  width:475px;
  text-align: justify;
}

.espaciado_foto {
  padding:0 6px 1em 6px;
}

.espaciado_texto {
  padding:25px 25px 1em 25px;
}

.datos {
  font-size:90%;
  border-left: 1px solid #bbb;    
  width:100%;
  margin-bottom:2em;
}

.datos th, .datos td {
  padding: 4px 5px;
  border-bottom: 1px solid #bbb;  
  border-right: 1px solid #bbb;    
}

.datos th {
  color:#333;
  background-color:#ddd;
}

.foto
{
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.hr
{
	border-bottom: 1px dotted #000;
	margin: 20px 0;
}
