body {
	font-family: Arial, Helvetica, sans-serif;	
	}

#contenedor { 
background: #A7A8AA url("imagenes/bg-bg.jpg") repeat-x 0 0 ;
}
#contenido {
background: #fff;
width: 757px;
}

/* TEXTO */

h1 {
	color: #FFF; 
	background: #FFF url("imagenes/h1-fundo.jpg") repeat-y 0 0; 
	font-size: 1em; 
	font-weight: bold; 
	margin: .83em 0 .43em 0; 
	padding: 1px 1px 1px 0px;}

h2 {
	color: #FFF; 
	background: #FFF url("imagenes/h2-fundo.jpg") repeat-y 0 0; 
	font-size: 0.9em; 
	font-weight: bold; 
	margin: .83em 0 .43em 0; 
	padding: 1px 1px 1px 25px;}


h2.fale {
	color: #1065A5; 
	background: #FFF url("imagenes/h2-fale-fundo.jpg") repeat-y 0 0; 
	font-size: 1em; 
	font-weight: bold; 
	margin: .83em 0 .43em 0; 
	padding: 1px 1px 1px 0px;}


h3 {color: #4DB371; background: #FFF; padding: 0.4em 0.5em 0.5em 0.4em; margin: 0 0.9em 0 0em;}

.cabecera { 
height: 211px;
background: #FFF url("imagenes/hr-consulting-brasil-cabecera.png") no-repeat left center;
border-bottom: 1px solid #FFF;
}

#columnas { 
padding: 11px;
border-top: 10px;
background:#fff;
}

.quienes {
background:#0077C7;
color:#FFFFFF;
float:left;
padding: 5px 12px 5px 12px;
text-decoration:none;
width:380px;
display: block;
text-align: left;
height: 750x;
}

.contacto {
	background:#6BACDD url("imagenes/contato-fundo.jpg") repeat-x 0 0;
	float: right;
	padding: 5px 12px;
	text-decoration: none;
	vertical-align: top;
	width:298px;
	text-align:left;
	height: 725px;
}

.clear { clear:both;}

#pie{
background: #CCCCCC url("./imagenes/pie-fundo.jpg") repeat-x 0 0;
color:#000;
text-align:center;
height: 70px;
padding-top: 10px;
}

#footer a { color:#666666}



/* LISTADO */

li {
	background: transparent none repeat scroll 0 0;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	margin-left: -38px;
	font-size: 0.70em;
	line-height:1.3em;
	}	
	
p {
	font-size: 0.70em;
	line-height:1.3em;
	}
	
input {
	width: 292px;
	font-size: 0.90em;
	border: #FFF;
	padding: 2px;
	margin-top: 3px;
	}
	
input.but {
	width: 70px;
	background: #0078C6;
	color: #FFF;
	padding: 2px;
	cursor: hand;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	}	
textarea {
	width: 292px;
	border: #FFF;
	padding: 2px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	}
	
	
