@charset "UTF-8";
#Pagina {
	width: 1000px;
	max-width:1000px;
	height: 883px;
	max-height:883px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(IMAGENES/Fondo%20Web%20Lila.png);
	text-align: center;
	color: #F3D400;
	border: 2px solid #F3D400;
	border-radius: 0px / 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#encabezado {
	
	width: 860px;
	max-width:860px;
	height: 100px;
	max-height:100px;
	
	
	float: right;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
}
#menu  {
	
	width: 140px;
	max-width:140px;
	height: 760px;
	max-height:760px;
	
	position: relative;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}
#contenido {
	width: 860px;
	
	height: 660px;
	
	float: right;
	clear: right;
	color: #F3D400;
	text-align: center;
}
#pie {
	width: 1000px;
	float: left;
	height: 20px;
}
#articulo {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height: 480px;
	color: #F3D400;
	border: 1px solid #FFFFFF;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: normal;
	font-size: 18px;
	text-shadow: 0px 0px;
	text-decoration: none;
	text-align: center;
}
#contenido #articulo parrafo {
	text-align: left;
}
#distribuidor {
	width: 760px;
	height: 50px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	color: #F3D400;
	text-align: center;
}
