/*	REGLAS GENERALES	*/
html, body { margin:auto;}


/*	DISPOSICION	*/

body{
	background-color:#471220;
	background-image:url(../img/yesyes.png);
	background-repeat:repeat;
		}

#principal{
	width:1280px;
	margin:auto;
	margin-top:35px;
	position:relative;
		}
		
#columnaIzquierda{
	width:250px;
	float:left;
		}
		
#logo{
	float:left;
	
	}
	
#menu{
	float:left;
	
	}
	
	
#columnaDerecha{
	width:1030px;
	float:right;
		}
		
#piePagina{
	clear:both;
	}
