/* latin - Roboto Condensed */

body{
	background: #ededed;
    color: #575756;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
h1 {
    margin-bottom: 0;
    color: #db0021;
    text-align: center;
    font-size: 2em;
    margin: 0.67em 0;
}

.separar-barra{
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.margin-up-10{
	margin-up: 10px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-right-10{
	margin-right: 10px;
}
.margin-left-10{
	margin-left: 10px;
}
.btn-rojo-dav{
	margin: 1em auto;
    display: block;
    height: 44px;
    color: #fff;
    background: #db0021;
    font-size: 1.1em;
    border-radius: 8px;
    border-bottom: 4px solid #9d0014;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.btn-rojo-dav:hover, .btn-rojo-dav:focus, .btn-rojo-dav:active{
    background: #9d0014;
    color: #fff;
	border-color: #9d0014;
}
.btn-rojo-dav:active:focus{
	background: #B50119;
	color: #fff;
	border-color: #B50119;
}
.radio-small{
	font-size: 16px;
}
.icono-radio {
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
}

.radio-dias > label > .tooltip {
	left: -180px !important;
	top: -13px !important;
}

.radio-meses > label > .tooltip {
	left: -170px !important;
	top: -13px !important;
}

.col-xs-4 div label i.glyphicon.glyphicon-question-sign {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 56px;
}
.col-xs-4 div label i.mes.glyphicon.glyphicon-question-sign {
	left: 71px;
}
.col-xs-4 div label i.ano.glyphicon.glyphicon-calendar {
	display: inline-block;
	left: 83px;
	top: -18px;
}
.disabled {
	pointer-events: none;
	opacity: 0.5;
}