/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-image: url(../img/bg.jpg);
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
}
#header {
 width: 980px;
 height:100px;
 float: left;
 height: 100px;
 margin: 0px 0px 5px 0px;
 padding-top:5px;
 background-image: url(../img/bg-header.png);
 background-repeat: no-repeat;
}

#header .logo { width:355px; height:62px; float:left; }

#promociones {
 float: left;
 width: 960px;
 height:210px;
 margin: 0px 0px 10px 0px;
}
#leftcolumn { 
 margin: 0px 5px 0px 0px;
 width: 191px;
 float: left;
}

#content { 
 float: left;
 margin: 0px 5px 5px 0px;
 padding-left: 10px;
 padding-right: 10px;
 width: 568px;
 display: inline;
}
#rightcolumn { 
 margin: 0px 0px 5px 0px;
 width: 191px;
 float: left;
}

.clear
{
	clear: both;
}

#footer { 
 width: 100%;
 height: 189px;
 background-image: url(../img/bg-footer.jpg);
 background-repeat: repeat-x;
 font-size:9px;
 color:#FFF;
}

#footer a{ color: #FFF; }
#footer a:hover{ text-decoration: none; }

