@import url("menu.css");
/*////////////////////////////*/
*{
	padding:0;
	margin:0;
}
/*///////////////////////////CLASES////////////////////////////*/

/*///////////////////////////FIN CLASES////////////////////////////*/
body{
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
#subtitulo{
	width:500px;
	height:53px;
	margin-left:30px;
	background-image:url(images/distribuidores.jpg);
}
#subtituloEn{
	width:500px;
	height:53px;
	margin-left:30px;
	background-image:url(images/distribuidoresEn.jpg);
}
#subtituloFr{
	width:500px;
	height:53px;
	margin-left:30px;
	background-image:url(images/distribuidoresFr.jpg);
}
#contenido p{
	width:650px;
	height:auto;
	font-size:12px;
	text-align:justify;
	font-style:italic;
	margin-left:15px;
	margin-bottom:10px;
}	
h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:underline;
}
#contenedor{
	width:760px;
	height:auto;
	background: url(images/fondoContenedor.jpg) repeat-y top center;
	margin:0 auto 0 auto;
}
#cabecera{
	width:706px;
	height:150px;
	background:url(images/cabecera.jpg) no-repeat;
	margin:0 auto 0 auto;
}
#cabecera2{
	width:706px;
	height:150px;
	margin:0 auto 0 auto;
}
#pie{
	width:760px;
	height:36px;
	background:url(images/pie.jpg) no-repeat;
	margin:5px auto 0 auto;
}
#subtitulo{
	width:500px;
	height:53px;
	margin-left:30px;
}
#contenido{
	width:680px;
	height:325;
	margin:5px auto 0 auto;
}

