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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
  /* Check */
ul.checkn > li {
    list-style-type: none;
	padding: 4px 0 0 25px;
	background: url(../images/iconos/list_check.png) 0 0 no-repeat;
}
 
 /* Check en linea */
ul.check > li {
    list-style-type: none;
    display: inline;
	padding: 4px 10px 0 25px;
    line-height: 30px;
	background: url(../images/iconos/list_check.png) 0 0 no-repeat;
}

/* Pdf */
ul.pdf > li {
    list-style-type: none;
	padding: 4px 0 0 25px;
	background: url(../images/iconos/pdf.png) 0 5px no-repeat;
}

/* Justificado */
.justi {
	text-align: justify;
}

/* Centrado */
.centrado {
  display: table; 
  margin: 0 auto;
}

/* Smoothscroll */
.tm-smoothscroll-bar {  
    margin-right: 20px;  
    position: fixed;  
    right: 0;  
    top: 50%;  
    transform: translateY(-50%);  
    z-index:99999999;  
}  
.tm-smoothscroll-bar .uk-dotnav > li a {  
    color: transparent;  
    text-align: right;  
}  
.tm-smoothscroll-bar span {  
    display: none;  
}  
.tm-smoothscroll-bar li:hover > span {  
    background: none repeat scroll 0 0 #862633;  
    border-radius: 2px;  
    color: #ffffff;  
    display: block;  
    margin-top: -30px;  
    padding: 5px 10px;  
    position: absolute;  
    right: 40px;  
}  
.tm-smoothscroll-bar li:hover > span:after {  
    border-color: transparent transparent transparent #862633;  
    border-style: solid;  
    border-width: 5px 0 5px 5px;  
    content: "";  
    height: 0;  
    left: 100%;  
    margin-right: 35px;  
    margin-top: 6px;  
    position: absolute;  
    width: 0;  
}  
.tm-top-teaser {  
    background: none repeat scroll 0 0 #862633;  
    border-radius: 0;  
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);  
    height: 680px;  
}  
.uk-dotnav {  
    font-size: 0.001px;  
    list-style: none outside none;  
    padding: 0;  
}  
.uk-dotnav > li {  
    display: inline-block;  
    font-size: 1rem;  
    vertical-align: top;  
}  
.uk-dotnav > li:nth-child(n+2) {  
    margin-left: 5px;  
}  
.uk-dotnav > li > a {  
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0);  
    border-radius: 50%;  
    box-sizing: content-box;  
    display: inline-block;  
    height: 12px;  
    margin: 4px;  
    overflow: hidden;  
    text-indent: -999%;  
    vertical-align: top;  
    width: 12px;  
}  
.uk-dotnav > li > a:hover, .uk-dotnav > li > a:focus {  
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.2);  
    outline: medium none;  
}  
.uk-dotnav > li > a:active {  
    background: none repeat scroll 0 0 #1db9e8;  
}  
.uk-dotnav > li.uk-active > a {  
    background: none repeat scroll 0 0 #862633;  
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);  
}  
.uk-dotnav-vertical > li {  
    display: block;  
}  
.uk-dotnav-vertical > li:nth-child(n+2) {  
    margin-left: 0;  
    margin-top: 5px;  
}  
.uk-dotnav > li {  
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);  
    border-radius: 100%;  
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;  
    height: 20px;  
    width: 20px;  
}