body {
	margin: 0 auto 0 auto;
	background: url(../img/bg.jpg) #3F3027 repeat-x;
	color: #A08E74;
	font:  14px Trebuchet MS,verdana,arial;
	line-height:14px;
	text-align:center;
}
	
/* forms */
form{
	margin: 0px;
}
.inputText {}
.inputPassword {}
.inputRadio {}
.inputCheckbox {}
label {
   cursor: hand;
   cursor: pointer;
   }
input, textarea{
	border: solid 2px #BCB09D;
	margin: 5px 10px 10px 10px;
	width: 100%;
	color:#2D1D06;
}
input.brown,textarea.brown {
	background-color:#A08E74;
}
input.brown{
	height: 15px;
}


input.submit{
	width: 200px;
	border: solid 2px #A08E74;
	background-color:#BCB09D;
	
}
	
/* hyperlinks  - see http://dbaron.org/css/1999/09/links */
:link, :visited {
   color: #A08E74;
   outline: none;
 }
:link:focus, :visited:focus {}
:link {}
:visited {}
:link:hover, :visited:hover {
   text-decoration: none; 
   }
:link:active, :visited:active {}




#Container {
	text-align:left;
	width:590px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Cabeza {
	top:0px;
	width:585px;
	height:84px;
	background-image:url(../img/hdr_0.png)
}
#Logo {
	float:left;
}
#Hecho {
	float:right;
}

#Main p {
	margin:5px 15px 10px 15px;
	line-height: normal;
}

#Main .texto p:first-letter {font-size: 120%}

#Main .texto .frase {
	text-align:center;
	font-size:20px;
	text-transform:
}

#Main strong{color:#C1AD8E;}
#Main h1{
	margin: 10px 0px 10px 0px ;
	font-size:24px;
	color:#BCB09D;
}
#Main h3{
font-weight:bold;
}
#Pie{
	color:#655645;
	font-size: 12px;
	margin: 15px 0px 0px;
	padding: 11px 15px;
	display:block;
	height: 37px;
	background: url(../img/pie.gif) #3F3027 no-repeat;
}

.pleca{
	margin: 10px 0px 15px;
}

/* hyperlinks  - see http://dbaron.org/css/1999/09/links */
#Pie :link, :visited {
   color: #A5927C;
   outline: none;
   text-decoration: none; 
 }
#Pie :link:focus, :visited:focus {}
#Pie :link {}
#Pie :visited {}
#Pie :link:hover, :visited:hover {
   text-decoration:underline; 
   }
#Pie :link:active, :visited:active {}

.clear{
	clear:both;
	border: 1px #336600 solid;
}
.language
{
	position:absolute;
	text-align:right;
	width:200px;
}
.anuncio
{
color:#FFFFFF;
	font-size:20px;
	text-align:center;
	line-height: 22px;
	display:block;
}
#Social
{
	text-align: center;
}
#Social li
{
	display: inline;
	padding: 10px;
}
#Social span
{
	vertical-align: top;
}