* {
	margin: 0;
	padding: 0;
}
img {border: none;}
i {
	display: none;
}
ul {list-style-type: none;}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-image: url(../imagenes/body-fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
#contenedor {
	background-color: #fff;
	width: 920px;
	margin: 0 auto;
	padding: 10px;
}
#cabecera {
	text-align: left;
}
#cabecera div {
	float: left;
	border-bottom: 3px solid #D47000;
}
#cabecera a {
	text-decoration: none;
	color: #AAABAF;
}
#cabecera a:hover {
	color: #000;
}
#direccion {
	width: 217px;
	background-image: url(../imagenes/cabecera-lateral-fondo.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 50px;
	padding-left: 25px;
	height: 45px;
}
#direccion p {
	color: #AAABAF;
	font-size: 12px;
}
#idiomas {
	width: 217px;
	background-image: url(../imagenes/cabecera-lateral-fondo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	
	height: 45px;
}
#idiomas p {
	text-align: center;
	float: left;
	padding-top: 16px;
	margin-left: 4px;
}
#idiomas a {
	text-decoration: none;
	color: #aaabaf;
}
#idiomas a:hover {
	line-height: 125%;	
}
#contacto {
	background-image: url(../imagenes/cabecera-lateral-fondo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	height: 45px;
}
#contacto p {
	padding-top: 9px;
}
#contacto a {
	text-decoration: none;
	font-size: 20px;
	color: #aaabaf;
}
#piecorporativo {
	margin-top: 2px;
	font-size: 10px; color: #000; text-align: center; background-color: #fff;
	border-bottom: 1px solid #FF9900;
}
#piecorporativo img {border: none;}
#piecorporativo a {color: #000;}