/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300';

body {
  /*background: #ffffff;
  font-family: 'Open Sans';
  font-weight: normal;
  line-height: 20px;
  color: #444444;*/
  
  
  
  /*NANO2*/
  /*background:url(../images/texture_t.jpg) 50% 0 no-repeat;   
  background-repeat:no-repeat;*/  
  
  
  /*MICASA*/
  background: url(../images/background.jpg) 50% 0 no-repeat fixed;
  /*background-size: cover;  FONDO REESCALABLE*/
  
 
  /*ORIGINAL*/
  /*background-image: -webkit-radial-gradient(100% 100%, center, #ffffff, #ffffff);
  background-image: radial-gradient(100% 100% at center, #ffffff, #ffffff);*/

}

.uk-navbar {
border: 1px solid rgba(94, 123, 135, 0.15);
border-bottom: 4px solid rgba(94, 123, 135, 0.95);
}

.tm-headerbar, .tm-navbar, .tm-footer {
margin-top: 20px;
margin-bottom: 15px;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
margin-top: 5px;
}