/*
      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: Tahoma, "Trebuchet MS", Century Gothic, Arial ;
 font-size: 12px;
 background-color: #6f732d;
 line-height: 150%;
}

a {
	text-decoration:none;
}

h1 {
	font-size: 18px;
	color: #6f732d;
	border-bottom: 2px solid #6f732d;
}




#area {
border-bottom: 1px solid #6f732d;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(fondo.png);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 154px;
 margin: 5px 0px 5px 0px;
 background: #ABBEBE;
 background: url(cabecera.png);
}
#rightcolumn { 
 display: inline;
 color: #333;

 padding: 0px;
 width: 355px;
 float: right;
 margin-left: 10px; 
 margin-top: 20px;
 margin-right: 10px;
 margin-bottom: 10px;
 
}


#rightcolumn .ficha {color: #666633}


div#rightcolumn a{
	color: #000000;
}

div#rightcolumn a:hover{
	background: #6f732d;
	color: #FFF;
}

div#rightcolumn a.activado {
	background: #6f732d;
	color: #FFFFFF;
}


#leftcolumn { 
 background: url(top_ficha.png) #FFFFFF;
 background-repeat: no-repeat;
 float: left;
 color: #333;
 padding-left: 40px; 
 padding-top: 60px;
 padding-right: 20px;
 padding-bottom: 20px;
 width: 465px;
 display: inline;
 position: relative; 
}

#leftcolumn2 { 
 background: url(top_ficha2.png) #FFFFFF;
 background-repeat: no-repeat;
 float: left;
 color: #333;
 padding-left: 40px; 
 padding-top: 120px;
 padding-right: 20px;
 padding-bottom: 20px;
 width: 850px;
 display: inline;
 position: relative; 
}

#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

div#leftcolumn a{
    font-size: 12px;
	color: #000000; 
	font-weight:bold
}

div#leftcolumn a:hover{
    font-size: 12px;
	background: #6f732d;
	color: #FFF;
	font-weight:bold
}

div#lefttcolumn a.activado {
    font-size: 12px;
	background: #6f732d;
	color: #FFFFFF;
	font-weight:bold
}

#leftcolumn3 { 
 background: url(top_ficha3.png) #FFFFFF;
 background-repeat: no-repeat;
 float: left;
 color: #333;
 padding-left: 40px; 
 padding-top: 120px;
 padding-right: 20px;
 padding-bottom: 20px;
 width: 850px;
 display: inline;
 position: relative; 
}