.contenedorLogo
{
	position:fixed;
	width:350px;
	left:0px;
	top:0px;
	background:white;
	cursor:pointer;
	z-index:99 !important;
}
.contenedorLogo img
{
	width:100%;
	background:white;
	z-index:99 !important;
}

.contenedorFondo
{
	position:absolute;
	width:100%;
	left:0px;
	top:175px;
}
.contenedorFondo img
{
	width:100%;
}

.sangria
{
	display:inline-block;
	background:rgba(255,255,255,1);
	width:20px;
}