@charset "utf-8";
/* CSS Document */
body
{
background-image:url(images/bcgrnd.gif);

}



#contenedor
{
height:604px;
width:909px;

}


#header
{

background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:909px;
height:74px;






}
#middle
{

background-image:url(images/middle.jpg);
background-repeat:no-repeat;
width:909px;
height:450px;





}
#footer
{

background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width:909px;
height:80px;


}

#input
{
padding-top:10px;


}

.amarillo
{
background-color:#FFFF00;
font-weight:bold;


}













