﻿/*
 * Descripción: SERVICIO DE ESCORTS
 * Copyright (c) 2019
 *
 */


/*_____________PAGINA WEB_____________*/

body {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size:0.8750em; /*14px*/
  /*font-size:0.9375em; /*15px*/
  font-size:1em; /*16px*/
  line-height: 1.5714em;
  color: #aaaaaa;
  background: #000000;
  height:100%;
  width:100%;
 
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

body.fondotop{
	background: #000 url('../images/fondo01.jpg') no-repeat;
	/*background-attachment: fixed;*/
	background-position: top center;
}

@media (max-width: 991px) {body.fondotop{background: #000 url('../images/fondo01_movil.jpg') no-repeat;}