/*
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: 15px/2 Verdana, serif; background: #999; }

h1                  { color: white; padding: 10px; }

#page-wrap		    { margin: 0 auto; position: relative; zoom: 1; }

#header             { min-width: 560px; height: 99px; background:url(../images/header_bg.png) #e2714a repeat-x;
                      margin: 0px auto 0; }
#header img			{ border: none; float:left; margin-left: 220px; margin-top: 5px; }

#main-content       { padding: 30px 220px; background: #e1e1e1; }
#main-content img   { border:none; }
#main-content p     { padding-bottom: 5px; }

#banner				{ float:left; margin: 0 25px 10px auto; height: 180px; width: 415px; background-color:#FFF; }

#main-sidebar       { position: absolute; left: 0; top: 0; max-width: 200px; min-width: 160px; bottom: 0; 

                      background: #e1e1e1; padding: 0 10px; }
                      
#secondary-sidebar  { position: absolute; right: 0; top: 0; max-width: 200px; min-width: 160px; bottom: 0;
                      background: #e1e1e1; padding: 0 10px }
                      
#footer             { height: 192px; min-width: 560px; background:url(../images/footer_bg.png) #efeeee repeat-x;
                      margin: 0 auto; }
#footer p           { padding: 10px; color: white; }
#footer a           { color: white; border-bottom: 1px dotted white; text-decoration: none; }
#footer a:hover     { border-bottom-style: solid; }
#footer_map			{ float:left; margin-left:230px; padding-top:30px;}
#footer_map img   { border:none; }
#footer_oferta		{ float:right; margin-right:230px; padding-top:60px;}
#footer_oferta img   { border:none; }

#navmenu 			{ float:right; margin-right:240px; margin-top:2px; text-align: center; height: 66px; width:600px; 
					  list-style-type:none; }
#navmenu li 		{ display: block; float: left; }
#navmenu a 			{ display:block; height:66px; color: #FFFFFF; text-decoration:none; padding:18px 5px 0 5px; }
#navmenu a:hover	{ background:url(../images/menu_bg_hover.png) repeat-x;}
