@charset "UTF-8";

#header {
height : 80px;
width : 900px;
background-image : url(images/header.gif);
}
#info {
background-image : url(images/slider.gif);
height : 208px;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #333;
width : 900px;
}
#botonera {
background-image : url(images/slider-nav.gif);
height : 60px;
width : 900px;
}
#tema {
background-color : #ccc;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #fff;
padding-top : 40px;
padding-bottom : 40px;
overflow : auto;
width : 900px;
}
#footer {
background-image : url(images/header.gif);
height : 80px;
width : 900px;
}
body {
background-color : #fff;
}
