
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

body
{
  font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;

}

#container
{
	position: relative;
/*	background-image: url("/redchl/minmuj/fondito.png");*/
	background-attachment: fixed;
	background-position: center;
}


#image_out
{
	float: left;
	margin-top:  0.2em;
	margin-left: 1.05em;
	display: inline-block;
}

#text_out
{
	position: absolute;
    top: 50%;
    left: 50%;
	margin-left: 3em;
    transform: translate(-50%, -50%);

	overflow: hidden;

	min-height: 80px;

}

h1,
h2
{
  font-weight: 100;
	font-style: normal;
	font-variant: normal;
	display: block;
  line-height: 1.0;
  color: inherit;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
    color:#5383d3 ;	

  /*white-space: nowrap;*/
}

h1
{
	font-size: 24px;

	font-weight: bold;

}

h2
{
	font-size: 20px;

}

br
{
	clear: both;
}


@media only screen and (max-width: 767px) {

   h1 {
      font-size: 1.6em;
   }

   h2 {
      font-size: 1.4em;
   }

}
