*{
	margin:0;
	padding:0;
}
html{
	background:#000;
}
body{
	border:none;
	width:396px;
	height:556px;
	margin:auto;
	margin-top:1em;
	padding-left:26px;
	padding-top:17px;
	z-index:200;
}

/********************************************************
*********************************************************
BOTONERA

*********************************************************
********************************************************/

#botonPortfolio{
	width:181px;
	height:59px;
	background:url(../img/visita_nuestro_grupo_en_facebook.jpg) no-repeat;
	text-indent:0px;
	position:relative;
	top:10px;
	left:10px;
}

#botonPortfolio a{
	width:181px;
	height:59px;
	position: absolute;
	top:0;
	left:0;
}
#botonCrew{
	width:181px;
	height:59px;
	background:url(../img/algunos_de_nuestros_videos.jpg) no-repeat;
	text-indent:0px;
	position: relative;
	top:-49px;
	left:206px;
}
#botonCrew a{
	width:181px;
	height:59px;
	position: absolute;
	top:0;
	left:0;	
}
#botonContacto{
	width:105px;
	height:25px;
	background:url(../img/contacto.jpg) no-repeat;
	text-indent:0px;
	position: relative;
	top:-45px;
	left:146px;
}
#botonContacto a{
	width:105px;
	height:25px;
	position: absolute;
	top:0;
	left:0;	
}
/********************************************************
*********************************************************
Cuadrado Gris

*********************************************************
********************************************************/

#contenido{
	width:396px;
	height:486px;
	position:relative;
	left:0px;
	top:0px;
	background-image: url(../img/ARTAN_sitio_en_construccion.jpg);
	background-repeat: no-repeat;
}

