@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#cont_logo {
	z-index:3;
	position:absolute;
	
	background-color:transparent;
	width:100%;
	height:100%;
	text-align:center;
	float:left;
	/*margin-left:500px;*/
	
}




#logo {
	background-image:url(../images/logo_index.png);
	background-color:transparent;
	width:200px;
	height:130px;
	text-align:center;
	float:left;
	z-index:3;
	margin-top:18px;
	background-repeat: no-repeat;
	position:absolute;
	left: 40%;
	top: 7px;
}




#sx{
background-color:transparent;
	float:left;
	width:100%;
	height:100%;
	
}

#dx{
background-color:transparent;
	float:left;
	width:100%;
	height:100%;
}

#sfondo{
z-index:1;
overflow:hidden;
}

