/* begin Page */
/* Created by Carlos Vassallo Donayre */
body {
/*
background-image: url('../media/imgs_02/flor_blanca.PNG');
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top left;
   z-index: -3;
*/

/*
font: normal 11px/14px Arial, Verdana, sans-serif;
color: #222;
background-image: url('../media/imgs_02/flor_blanca.PNG');
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top left;
   z-index: -3;
*/
}

/*
   Empieza el cuerpo

section#menu_principal_rut_principal {
*/
section#menu_facturacion_rut_principal {
/*
*/
background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#ffffff));
background: -moz-linear-gradient(top,  #424242,  #ffffff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7E9F3', endColorstr='#ffffff');

width: 102%;
min-height: 110px;
margin: 0px 0px 0px -8px;
/*
opacity: 0.4;
opacity: 0.7;
z-index: -3;
*/
}

article#ubica_menu {
/*
*/
    margin: -60px 10px 10px 160px;
}


article#ubica_nombre_sistema {
/*
    color: #222;
    width: 30%;
*/
    color: #991313;
    font: normal 18px Arial, Verdana, sans-serif;
    font-style: italic;
    margin: 270px 10px 10px 450px;
    width: 40%;
}



/*  manejo de Responsive Web Design (media cuery)   */
@media screen and (max-width: 1024px) {
/*
    section#animacion_principal_nosotros {
    }
*/
  article#ubica_nombre_sistema {
  /*
      color: #222;
      width: 30%;
      margin: 270px 10px 10px 495px;
  */
      color: #991313;
      font: normal 18px Arial, Verdana, sans-serif;
      font-style: italic;
      margin: 270px 10px 10px 450px;
      width: 40%;
  }

}

/*  manejo de Responsive Web Design (media cuery)   */
@media screen and (max-width: 768px) {
/*
    section#animacion_principal_nosotros {
    }
*/
  article#ubica_nombre_sistema {
  /*
      color: #222;
      width: 30%;
  */
      color: #991313;
      font: normal 18px Arial, Verdana, sans-serif;
      font-style: italic;
      margin: 270px 10px 10px 450px;
      width: 40%;
  }

}