/*======================================================== General ==============================================*/
body {
background: url(/images/background_logo_top_2048.png) fixed;
background-size: cover;
font-size:16px;
font-family: "Adequate","Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: justify;
text-justify: inter-word;
color:white;

}
#page-wrap { 
    width: auto; margin: auto; background:transparent; /*#91c7ff */
    padding: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	  background: -moz-linear-gradient(top,  #eee,  #ccc);
	  -webkit-border-radius: 16px;
	  -moz-border-radius: 16px;
}

#main-content { padding: 14px; }
/*#header {
   top: 0;
   width:auto;/*100%*/
	/*height:auto;/*100%*/
  /* position: fixed;
   overflow: auto;
	 background:transparent;
	 right:0;
	 margin:auto;
   
}*/
@media screen and (max-width:1000px) {
.header {
    width:auto;
		top:150px;
		position:fixed;
}
}
/*.wrap {
    max-width:1000px;
    margin:auto;
    border:1px transparent #000;
    padding:350px 10px 10px;
   
}
/*=============================================================== antes ======================================*/
#logo-header {
    float: center;
    text-decoration: none;
		background:transparent;
   }
	 

/*#container {
   position: fixed;
	 top:auto;
	 left:auto;
	 bottom:30px;
	 right:auto;
	 overflow:auto;
}*/

#footer {
   bottom: 0; 
   left: 0;
   width: 100%; 
   height: 25px; 
   overflow: auto;
   position: fixed;
   background-color:black;
   border-top: 5px solid #900;
}
.servicio
{
 font-size:30px;
 background-color:#0000;
 color:white;
 margin:0 0 0 500px;
 }
.lista
{
 
 font-size:15px;
 color:white;
 margin:0 0 0 0;
 position:relative;
 list-style: none;
 }
 p.primeralinea {
  background: url(/images/background_logo_top_2048.png);
	text-indent: 39px;
	font-size:18px;
	color:white;
	position:relative;
	margin:50px 50px 250px 50px;
}
.bloque {
  bottom: auto;
	top: auto;
	left:auto;
	right:auto;
	display:hidden;
	position:fixed;
	}
#wrapper {
    left: auto;
    width: auto;
    margin: 0 auto;
}

#wrapper > div {
    display: none;
    width: auto;
    height: 55px;
    float: left;
}


