body {
  font-family: Arial,"Nimbus Sans L",Helvetica, san-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  text-align: center; /* for IE */
  background-color: #a0a0a;
  margin:0;
}	

#content { 
  text-align:left;
  background:url(img/escalera2.jpg) no-repeat top center;
  width: 800px;
	height: 600px;
        overflow: hidden;
	margin: 0 auto; /* para centrarlo */
	padding: 0; 
	border: 0;
      }	 

      #logo {
         text-align:left;
         margin:1em 0 1em 1em;
      }	

      #down {
         display:block;
         margin:1em 0 0 0;
         padding:0 0 0 0;
     }


ul#navlist
{
float:left;
margin: 0 0 0 3em;
padding: 0;
width: 22.5%;
}

#navlist li
{
list-style-type: none;
background-color: #231f20;
color: #daa520;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .3em;
}

#navlist li a
{
color: white;
letter-spacing: 0.2em;
text-decoration: none;
display: block;
text-align:right;
}

#navlist li a:hover
{
text-decoration:undeline;
background-color: #faebd7;
color: #191970;
}

#navlistidioma {
  font-size:75%;
  color:white;
  text-align:right;
}


     #contenido { 
        display:block;
        float:right;
        color:white;
        left:250px;
        background-color: #231f20;
        width:520px;
        height:360px;
        margin: 0 0 0 0;
        padding: 2em 1em 2em 1em;
	font-weight: 200;
        overflow: auto;
        line-height:95%;
     }

#contenido p {
   text-align:left;
}

#contenido a:link{
  text-decoration: underlined;
  color:white;
}

#contenido a:visited{
  text-decoration: underlined;
  color:grey;
}
#contenido a:active{
  text-decoration: underlined;
  color:grey;
}



#barrafotos {
   margin:0 0 0 0;
   padding:2em 0 0 0;
}

#barrafotos a {
  text-decoration: none}
}

.lfoto a:link {text-decoration: none;}
.lfoto a:active {text-decoration: none;border: 1px dotted #ccc;}
.lfoto a:hover {text-decoration: none; color: white;border: 1px dotted #ccc;}
.lfoto a:visited {text-decoration: none; color: white;}


#barrafotos img {
    /*border: 1px dotted #ccc;*/
    border:none;
    text-decoration: none;
    margin:0 0 0 0;
    padding:0 0 0 0;
}


