html, body, div#wrapper {
   margin: 0;
    padding: 0;
    background-image: url("../images/fondonegro.jpg");
    background-attachment: fixed;
    background-repeat: repeat-x;
   background-position:top;
   background-color: #000;
}

a:link {
  text-decoration: none;
  color: #434343;
}
a:visited {
  text-decoration: none;
  color: #434343;
}
a:hover {
  text-decoration: none;
  color: #434343;
}
a:active {
  text-decoration: none;
  color: #434343;
}

div#wrapper-center {
    margin: 0 auto;
    position: relative;
    width: 900px;
}

div#logo{ 
  width:900px; 
  float:left;
  height:200px; 
  background-image: url("../images/logoheader.jpg");
  background-repeat:no-repeat;
  padding-bottom: 10px;
}

div#logo a:link {
  color: #373737; 
  text-decoration: none;
}
div#logo a:visited {
  text-decoration: none;
  color: #373737
}
div#logo a:hover {
  text-decoration: none;
  color: #373737;
}
div#logo a:active {
  text-decoration: none;
  color: #373737;
}
div#espacioarriba{
  width:650px;
  height: 40px;
  float:left; 
  height:40px;
}

div#buscar{
  width:250px;
  height: 40px;
  float:left; 
  height:auto;
  margin-top: 62px;
}
div#top_header{
  width:900px;
  float:left;
  height:auto;   
}
div#separadorarriba{ 
  width:900px;
  height: 10px;
  float: left;
}
div#main_menu{
  width:900px;
  float:left;
  height:auto;
  background-image: url("../images/menu-item-bg.png");
    font-family: 'Roboto', sans-serif;
    line-height: 1rem;
}
div#separador{
  width:900px;
  height: 10px;
  float: left;
}

div#main_container{
  padding: 2%;
  width: 96%;
  float:left;
  height: auto;
  background-color: #fff;
}



div#main_component{
  width:100%;
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #252424;
  background-color: #fff;

}
.chronoforms6_credits{
	display: none;
}

  
div#espacio2{
  width:900px;
  float:left;
  height:10px; 

}
    
div#slider{
  width:900px;
  float:left;
  height:auto; 
  font-family: arial;
  font-size: 10px;

}
  
div#footer{
  width:900px;
  float:left;
  background-image: url("../images/footer.jpg");
  background-repeat:repeat-x;
  background-color: #000;
  height:auto; 
}
