@charset "utf-8";
/* CSS Document */

body {
background-color:#e7e7e7;
}
*{
margin:0;
padding:0;
}
#contenedor1 {
width:900px;
height:676px;
border: 1px solid #333333;
margin: auto;
background-color:#FFFFFF;
}
#contenedor2 {
width:900px;
height:675px;
border: 1px solid #333333;
margin: auto;
background-color:#FFFFFF;
background:url(img/central3.jpg)
}

#cabecera {
width:900px;
height:170px;
background:url(img/cabecera.jpg);
}
#contenido {
width:900px;
height:336px;
}
#contenido2 {
width:900px;
height:506px;
background:url(img/central2.jpg)
}
#footer1 {
width:900px;
height:170px;
background:url(img/footer1.jpg);
}
.menu {
float:left;
width:233px;
height:280px;
padding-left:30px;
padding-right:30px;
padding-top:50px
}
.central1 {
float:left;
width:600px;
height:336px;
background:url(img/central1.jpg);
}

a#btn1 {
display: block;
width:233px;
height:65px;
text-indent: -9999px;
background-image:url(img/btn1.png);
}
a#btn1:hover {
background-position: 0 -65px;
}

a#btn2 {
display: block;
width:233px;
height:67px;
text-indent: -9999px;
background-image:url(img/btn2.png);
}
a#btn2:hover {
background-position: 0 -67px;
}

a#btn3 {
display: block;
width:233px;
height:68px;
text-indent: -9999px;
background-image:url(img/btn3.png);
}
a#btn3:hover {
background-position: 0 -68px;
}
#bajomenu {
display:block;
width:233px;
height: 42px;
}
