body {
  background-color:#FFF;
  background-position:top center;
  background-repeat:no-repeat;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12pt;

  margin:0;
  background-image: url(../images/fondo.jpg);
  height: 940px;
  text-align:center;

}

a {
  color:#8e0602;
  font-weight:bold;
  text-decoration:none;
   border:0;
}
#main {
  width:950px;
  display:block;
  margin: 0 auto;
  text-align:left;
}
html>body #main {
  width:950px;
}
#header {
  height: 380px;
  display:block;
/*  float:right;*/
}
html>body #main #header {
  height: 380px;
}


#content {
display:block;
margin: -40px 25px 0 260px;
 overflow:auto;
}
#content .title {
  margin: 0 auto;
  width:auto;
  text-align:center;
  font-weight:bold;
}
#content .text {
  height:350px;
  /*overflow:auto;*/
}

#content.info {
display:block;
margin: -80px 25px 0 260px;

}

#sidebar-left {
  display:block;
   width: 265px;
   float:left;
   position:relative;
   margin:10px 0 0 27px;
}

#sidebar-left ul{
height:270px;
margin:30px auto;
 }
 #sidebar-left ul li {
height:64px;
list-style:none;
 }
 #sidebar-left ul li a{
    font-size:14pt;
    font-weight:bold;
    color:#540503;
    text-decoration: none;
    text-transform: uppercase;
 }


#footer {

}

h2 {
  
}
#logo img{
 height:211px;
padding:0 0 0 15px;
position:absolute;
top:100px;
width:377px;
border:0;
}

span.texto_pequeno {
  font-size:8pt;
}
span.negrita {
  font-weight:bold;
}

h3.info {
  text-align:right;
}
#logo {
  
}
#logo a {
 
}
#acceso-galeria {
  font-size:18pt;
  text-transform:uppercase;
  margin: 0 auto;
  text-align:center;
}