/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

*, *:before, *:after {
  -webkit-box-sizing: border-box !important; 
  -moz-box-sizing: border-box !important; 
  box-sizing: border-box !important;
}

body{ background:url(../../../images/background.jpg);background-size:100% auto;background-attachment:fixed;}
.tm-headerbar .tm-logo{ float:none; 	}
.tm-headerbar .tm-logo img{}

.style-none{padding:0!important; background:none!important;}

.explicacion{background:rgba(24,24,24,0.7)!important;color:#fff;padding:20px;font-size:15px!important;font-family:'Open Sans',Arial,Sans-serif!important;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; }
.explicacion p{margin:0;}


.cajabehind{font-size: 12pt; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: rgba(255,255,255,0.9);font-family: 'Open Sans'; padding:20px;line-height:17pt;width:600px;position:relative; left:50%; margin-left:-300px;}

.w750{width:750px;}

article.uk-article img,.uk-panel-box img{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;margin: 10px auto; display: block;}

h1.uk-article-title{text-align:center;font-weight:bold;}

.center-div{text-align:center;}