@charset "utf-8";
/* Esqueleto 96.5 */
body{ 
	background:url(../images/back.jpg) no-repeat fixed; 
	text-align:center;
}
body, html { 
	margin:0px; 
	padding: 0px;
}

.contenido_web{ 
	width:900px; 
	float:left; 
	margin:0px auto;
}
.logo{
	width:400px; 
	padding:0px 0px 0px 50px; 
	float:left;
}
.contenedorIndex{ 
	width:1050px; 
	padding:180px 0px 0px 0px; 
	margin:0 auto;
}
img{ 
	border:0px;
}
.contenido_online{ 
	width:890px; 
	float:left; 
	padding:20px 10px 10px 10px; 
	background:url(../images/categoria_online.png) no-repeat; 
	margin:10px 0px 0px 200px; 
	height:500px;
}
