/*
      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: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(img/background.jpg) center no-repeat #000000;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 8px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 470px;
 width: 520px;
 float: left;
 background:url(img/backContent.png) no-repeat;
}
#rightcolumn { 
 float: right;
 color: #333333;
 background:url(img/backRight.png) no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 8px;
 height: 470px;
 width: 300px;
 display: inline;
}

#rightcolumn a { 
 display: inline;
 text-decoration:none;
}

#rightcolumn img { 
 display: inline;
border:none;
}

#footer { 
 width: 900px;
 
 color: #333;
 border: 1px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 position:absolute;
 
}


.bottombar {
background:url(img/bottom.png) repeat-x;
bottom:0;
color:#000000;
height:50px;
left:0;
width:100%;
position:absolute;
}

.logo{
	position:absolute;
	bottom:0px;
}

#menu{
	position:absolute;
	bottom:18px;
	left:300px;
}

#menu li{
	display:inline;
	margin-right:22px;
	color:#FFFFFF;
	font-size: 14px;
}

#menu li a{
	color:#FF9900;
}

h2{
	color: #FF9900;
}

h4{
	color: #666666;
}

p{
	color:#999999;
	width:94%;
	text-align:justify;
}

#sugerencias{
	
	width:290px;
	height:210px;
}

.in{
	background:url(img/input.gif) no-repeat;
	width:280px;
	height:20px;
}
INPUT{
	border:none;
	font-family: "trebuchet MS",sans-serif;
	font-size: 10px;
	color:#666666;
}
textarea{
	background:url(img/textArea.gif) no-repeat;
	width:280px;
	height:90px;
	border:none;
	overflow:hidden;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.boton{
	width:129px;
	height:20px;
	background:url(img/botonEnvia.gif) no-repeat;
}

#right a{
}
