/*  Created by Keith Donegan of Code-Sucks.com  */

#wrapper { 
 margin: 0 auto;
 width: 727px;
 background: url(../img/bg_wrapper.gif) repeat-y;
 padding-bottom:0;
}

#header {
 color: #333;
 width: 705px;
 float: left;
 padding: 0px 10px 0px 10px;
 height: 200px;
 background: url(../img/header.jpg) center no-repeat;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 180px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 10px;
 width: 503px;
 display: inline;
}
#footer {
 font-size:11px;
 width: 705px;
 clear: both;
 color: #333;
 /*padding: 10px;*/
 margin-top:30px;
 text-align:center;

}
	#footer div.infooter{ border-top: 1px #AC212D solid; border-bottom: 1px #AC212D solid;/*margin:0px 0px 0px 180px;*/ margin:35px 0px 0px 25px; padding:5px 0px; text-align:center;}
	#footer div.infooter a:link, #footer div.infooter a:active, #footer div.infooter a:visited{ color:#AC212D;}
		#footer div.infooter a:hover{ color:#F21933; font-weight:bold;}
		
.desarrollado{ font-family:"Trebuchet MS", Verdana; font-size:10px; color:#999999; margin:0px 0px 0px 0px; border:none;}
	.desarrollado a:link, .desarrollado a:active, .desarrollado a:visited{ text-decoration:none; color:#999999;}
	.desarrollado a:hover{ text-decoration:underline;}
	
#bg_bottom {background:url(../img/bg_bottom.gif) center bottom no-repeat;}