* {
	margin: 0;
	padding: 0;
}
img { 
	border:0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	text-align: center;
	margin: 10px 0px 0px 0px;
	background: #ececec url(../images/bg_main.jpg) repeat-x;
}
#contenedor{
	margin: auto;
	text-align: left;
	width: 1000px;
	border: solid 1px #333333;
}
#encabezado{
	background:	url(../images/bg_encabezado.jpg) repeat-x;
	height:64px;
	width: 1000px;
	/*overflow: hidden;*/
	position:absolute;



	z-index:10; 			
}
#logoToyota{
	width: 201px;
	height:55px;
	float:left;
	margin-top:9px;
	background:	url(../images/toyota_logo.jpg);
	z-index:11;
	cursor:pointer;
}
#menuSup{
	width:390px;
	margin:8px 10px 0 0;
	float:left;
}
#logoFerro{
	background:	url(../images/jorgeferro_logo.jpg);
	width: 222px;
	height:55px;
	float:right;
	margin:9px 0 0 0;
	cursor:pointer;
}
#contenido{
	/*height: 530px;*/
	width: 1000px;
	background: #ffffff url(../images/bg_interno.jpg) repeat-x;
	padding-top: 64px;
	z-index:0:
}
#subnab{
	height: 23px;
	background:#fff;
}
#pie{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11px;
	color: #000;
	margin: auto;
	overflow: hidden;
	width: 1000px;
}
#pie .direccion1{
	padding: 26px 0 20px 10px;
	text-align: left;
	float:left;
	height: 90px;
	width: 322px;
}
#pie .direccion2{
	padding: 26px 0 20px 0;
	text-align: center;
	float:left;
	height: 90px;
	width: 332px;
}
#pie .direccion3{
	padding: 26px 10px 20px 0;
	text-align: right;
	float:right;
	height: 90px;
	width: 322px;
}

