body{
	margin:0 0 10px 0;
	padding:0;
}
p{
	padding:0;
	margin:0;
}
#container{
	width:800px;
	margin:auto;
}


/* Header Section */
#header{
	height:79px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#idioma{
	text-align:right;
	padding:12px 6px 0 0;
}

/* End Header Section */


/*Menu Section*/
#menu{
	height:179px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	padding:6px 0 0 18px;
	margin:0;
}
#menu img{
	margin:-1px 0 0 4px;	
	*margin:-1px 0 0 0;	
}

/*End Menu */


/*Content Section*/
#content{
	background-color:#fff;
	border-left:solid 1px #D3CDCD;
	border-right:solid 1px #D3CDCD;
}

#contentLeft{
	margin:0 20px 0 0;
	padding:0 10px 0 26px;
}

#contentRigth{
	width:260px;
	height:300px;
	display:table;
	float:right;
}


/*End Content Section*/


/*Historia Section*/

#historiaRight{
	float:right;
	width:24%;
	padding:10px 30px 0 0;
}
#historiaLeft{
	width:64%;
	padding:10px 20px;
}

/*End Hisotia Section*/


#footer{
	height:7px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

/*Seccion de Contacto*/
#contactoTitulo{
	padding:10px 20px;
}

#contactoRight{
	float:right;
	width:44%;
	padding:10px 20px;
	display:table;
}
#contactoLeft{
	width:44%;
	padding:10px 20px;
}

