@charset "utf-8";
/* CSS Document */


body{
	background-color:#5f6d84;
}

#fondo_sup{
	height:50%;
	background-color:#1d1d1d;
}

.conteinicio{
	display:block;
	float:left;
	clear:both;
	width:575px;
	height:245px;
	margin-top:72px;
	
	/*background:url(../images/inicio_bg.png) top left no-repeat;*/
	background-image: url(../images/inicio_bg.png)  !important;
	background-image: none;
	background-position:top left ;
	background-repeat:no-repeat;	
}


.logo_inicio{
	display:block;
	float:right;
	width:384px;
	height:96px;
	margin-top:225px;	
	
	/*background:url(../images/logo_inicio.png) top left no-repeat;*/
	background-image: url(../images/logo_inicio.png)  !important;
	background-image: none;
	background-position:top left;
	background-repeat:no-repeat;
	
}