/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#base {
width:960px;
height:100px;

}

#base #sq {

width:950px;
height:80px;
margin-top:10px;
position:relative;
left:0px;
/*border:1px solid #333333;*/
margin-left:-800px;
background-image:url(img/logoanimacion.jpg);
background-repeat:no-repeat;


}


#base #mascara {
	position:absolute;
	width:960px;
	height:100px;
	z-index:1;
	background-image:url(img/mascaraintro.png);
	background-repeat:no-repeat;
	margin-top:-90px;
}