@charset "utf-8";
/* CSS Document */
#contenedor{

	width:983px;
	height:100%;
	display:block;
	margin:0px auto; 
	background-color:#ECECEC;
	background-image: url(../images/fondos/fondoNuevo.jpg);
	background-repeat: repeat-x;

}

#contenedor1{

	width:100%;
	margin-bottom:-1px;

	
}

#contenedor2{

	width:973px;
	padding-left:10px;
	height:72%;
	background-color:#FFFFFF;
	background-image:url(../images/fondos/fondo.jpg);
	background-repeat:repeat-x;

	
}


#contenedor3{

	width:975px;
	padding:4px;
	position:relative;
	bottom:0px;
	background-image:url(../images/fondos/fondo_bottom.jpg);
	background-repeat:repeat-x;
}

#contenedor4{

	width:983px;	
	margin:0px 0px 0px 0px;
	position:relative;
	bottom:0px;
	background-color:#FFFFFF;

}




#content{

	padding:20px;
	padding-top:10px;
	width:723px;
	height:95%;
	border-left:1px #E9E9E9 solid;
	overflow:hidden;
	position:relative;
	z-index:0;


}

#content_overflow{

	overflow:auto;
	height:inherit;

}

#arbol_tab{

	float:left;

}

#teamDiv{

	background-color:#FFFFFF;
	cursor:pointer;
	margin-top:10px;
	width:700px;

}

#teamDiv:hover{

	background-color:#E7F4FE;	
	cursor:pointer;
	margin-top:10px;
	width:700px;

}


#home{

	height:auto;

}

div.status{

	background-color:#F1F1F1;
	width:auto;
	margin:2px;
	padding:8px;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	float:left;

}

#contenedorPartners{

	margin-top:20px;

}

#careersWindow{

    margin:20px;

}


