@charset "utf-8";

/* CSS Document */

body{
	background: #ddd url(../images/bg3.jpg) repeat top;
	padding:0;
	margin:0 auto;
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	
	
}
.contenido{
	width: 1024px;
	margin:0 auto;
	position: relative;
	height:750px;
}

#conten1{
	
	width:270px;
	height:750px;
}

#esto-se-movera{
	position:absolute;
	width:232px;
	height:750px;
	margin-left:21px;
	
}
#logo{
	
	background-image:url(../images/logo.svg);
	position: absolute;
	width:274px;
	height:159px;
	margin-top:295px;
	
}
header{
	width:735px;
	height:66px;
	margin:-750px 0px 0px 288px;
}
.article{
	
	width:735px;
	height:633px;
	background:#fff;
	float:right;
	padding-top:2em;}

/* pie de pagina*/
footer{
	width: 750px;
	height: 50px;
	float:right;
	background-image:url(../images/pie.png);
	display: block;
	}
#boton{
	width: 150px;
	margin:auto;
	padding:5px;
	
	

}
.boton_{
	width:40px;
	cursor: pointer;
	padding-left:6px;
	float:left;
}



