/* CSS Document */

/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body {
margin:0;
background-color:#416DB6;
}

/* ----- GLOBAL ------ */
#global {
width: 100%;
text-align:center;
margin:0 auto;
}

/* ----- HEADER ----- */
#header {
width:100%;
height:282px;
background-color: transparent;
text-align:center;
margin:0 auto;
}

/* FAUX LAYOUT WRAPPER */
#wrapper{
width:770px;
background-repeat:repeat-y; 

}


/* ----- MAIN CONTENT ----- */

#content { 
width:1000px;
background-image:url(../imagen/body/fondo_web.jpg);
background-color:#FFFFFF;
min-height:300px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:300px; /* for IE5.x and IE6 */
overflow:auto;
text-align:center;
margin:0 auto;
}


/* ----- FOOTER ----- */
#footer { 
width:1000px;
background-color:transparent;
margin:0 auto;
}
