@charset "utf-8";
/* actualizado el 08/11/2018 */

/* ----- BÁSICOS -------------------------------------------------- */
*,::after,::before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #727171;
	background-color: #FFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	vertical-align: inherit;
}

h1 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
}
h2 {
	margin: 0.5em 0;
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}
a {
	/*cursor: pointer;*/
	color: #B21418;
	text-decoration: none;
	display: inline-block;
}
p {
	margin-bottom: 1em;
}
span {
	font-weight: 400;
}
input, button, select, textarea {
	padding: 5px 6px;
	margin: 0;
	background-color: #EEE;
	border: 1px solid #EEE;
	border-radius: 5px;
	color: #000;
	font-family: Roboto, Arial, Helvetica, sans-serif;;
	font-size: 100%;
	vertical-align: middle;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
button {
	min-width: 64px;
	padding: 5px 16px;
	background: #FFF;
	border: 1px solid #B21418;
	color: #B21418;
	font-weight: 500;
	cursor: pointer;
}
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: none
}
input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
	border-color: #B21418;
	background-color: transparent;
	background: #F7F7F7 url(../../imagenes/Movil_600/icons_24.png) no-repeat -3px -591px;
}
select {
	padding: 7px 1px;
}
button::-moz-focus-inner, input::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: none
}
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, textarea:disabled, select:disabled,
.login-form .input-group.disabled, .disabled .inputfile + label {
	background-color: #FFF;
	border-color: #F5F5F5;
	color: #CCC;
}
label.disabled {
	color: #CCC;
}
.is-invalid {
	border-color: #CC0000;
	background-color: rgba(204,0,0,0.05);
}
/* clears the 'X' from Internet Explorer*/ 
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
	
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/**/
fieldset {
	position: relative;
	padding: 48px 0 16px;
	margin: 0 !important;
}
legend {
	position: absolute;
	top: 24px;
	width: 100%;
	margin-bottom: 16px;
	border-bottom: 1px solid #e3e3e3;
	color: #454545;
	text-transform: uppercase;
}
label {
	display: inline-block;
	vertical-align: middle;
}
div {
	position: relative;
}
strong {
	font-weight: 500;
}

/* ----- Radiobutton & Checkbox -------------------------------------------------- */

.radio label, .check label {
	position: relative;
    display: inline-block;
	padding-left: 32px;
}
.radio input[type=radio], .check input[type=checkbox] {
	display: none;
}
.radio label:before, .check label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 4px;
    display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #FFF;
	border: 1px solid #EEE;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.radio label:before {
	border-radius: 50%;
}
.radio > input[type=radio] + label:before {
    background: #EEE url(../../imagenes/Movil_600/icons_24.png) no-repeat -33px -565px;
	background: none, #EEE url(../../imagenes/Movil_600/icons_24.svg) no-repeat -33px -565px;
}
.radio > input[type=radio]:checked + label:before {
	background: #B21418 url(../../imagenes/Movil_600/icons_24.png) no-repeat -5px -565px;
	background: none, #B21418 url(../../imagenes/Movil_600/icons_24.svg) no-repeat -5px -565px;
    border: 1px solid transparent;
}
.check label:before {
	top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
}
.check > input[type=checkbox] + label:before {
	 background: #EEE url(../../imagenes/Movil_600/icons_24.png) no-repeat -33px -591px;
	 background: none, #EEE url(../../imagenes/Movil_600/icons_24.svg) no-repeat -33px -591px;
}
.check > input[type=checkbox]:checked + label:before {
	background: #B21418 url(../../imagenes/Movil_600/icons_24.png) no-repeat -3px -591px;
	background: none, #B21418 url(../../imagenes/Movil_600/icons_24.svg) no-repeat -3px -591px;
    border: 1px solid transparent;
}
.check.disabled span, .radio.disabled span {
	color: #CCC;
}
.radio.disabled > input[type=radio] + label:before,
.check.disabled > input[type=checkbox] + label:before {
	border-color: #F5F5F5;
	background: #FFF;
}
.radio > input[type=radio].is-invalid + label:before,
.check > input[type=checkbox].is-invalid + label:before {
	border-color: #CC0000;
	background-color: #FCF2F2;
}
.inputfile {
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}
.inputfile + label {
	display: inline-block;
	min-height: 36px;
	padding: 4px 6px;
	border: 1px solid #727171;
	border-radius: 5px;
	background-color: #F5F5F5;
	cursor: pointer;
	color: #727171;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
}
.inputfile + label span {
	line-height: 24px;
}

/* ----- GENERALES -------------------------------------------------- */

.right {
	text-align: right;
}
.grid_6 {
	position: relative;
	float: left;
	display: inline;
	margin: 0;
	overflow: hidden;
}
.grid_6 {
	width: 50%;
}
.fontsize01 {
	font-size: 1.125rem;
	color: #777;
	text-transform: uppercase;
}

/* ----- CAPAS PRINCIPALES ------------------------------------------ */

#container, #cabecera, #cuerpo, #pie {
	position: relative;
	width:100%;
	overflow: hidden;
}
#container {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: transparent;
}
#cuerpo {
	padding-top: 92px;
	min-height: 720px;
	font-size: 0.875rem;
}
#cabecera {
	position: fixed;
	z-index: 999;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	overflow: visible;
	font-size: 0.875rem;
}
.androidbanner #cabecera {
	top: 84px;
}
#pie {
	overflow: visible;
	padding: 50px 16px 8px;
}