/*** Capas generales y contenedores ***/

body {
	color: #222;
}

.msgcookie {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 30px;
    z-index: 10000;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
}

#nav {
	margin-top: 35px;
}

#footer a {
	color: #521c94;
}

#barra_idiomas {
	text-align: right;
	margin-right: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

#barra_idiomas a {
	margin-left: 10px;
}

#banner h2 {
    font-size: 1.8em;
}

#banner p {
    font-size: 1.5em !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

#banner2 {
	margin-bottom: 20px;
	padding: 3.5em !important;
}

#banner2 h2 {
    font-size: 2.3em;
}

#banner2 p {
    font-size: 1.5em;
}

#banner2 ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 0em;
}

#banner2 .button {
    width: 90%;
    margin-bottom: 0.5em;
    background: #7cbb00;
}

#banner2 .button.icon:before {
    position: absolute;
    right: 0.15em;
    top: 50%;
    margin-top: -0.5em;
}

.boton_peque {
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 0px;
	font-size: 14px;
	line-height: 20px;
}

.boton_mediano {
	padding: 0.1em 0.8em;
}

.seccion_ticket_soporte {
	margin-top: 10px;
	margin-bottom: 10px;
}

.lista {
	list-style-type: disc !important;
	text-align: left !important;
	margin-left: 30px !important;
}

.contenedor_radio {
	background-color: #7cbb00 !important;
	width: 40px;
	display: inline;
	padding:10px 2px 2px 2px;
}

#contenedor_ventajas {
	padding: 3em 0 0.5em 0;
	padding-left: 15px;
	padding-right: 15px;
}

form input[type="text"], input[type="number"], form input[type="email"], form input[type="password"], form select, form textarea {
	min-height: 44px;
	-webkit-appearance: none;
	display: block;
	border-radius: 8px;
	border: solid 1px #c6b5da;
	padding: 0 1em;
}

form select {
	-webkit-appearance: searchfield !important;
}

form input[type="checkbox"] {
	content: 'On';
	display: inline;
	border-radius: 4px;
    border: solid 1px #eee;
	border-color: #c6b5da;
	width: 20px;
	height: 20px;
	-webkit-appearance: checkbox;
}
form input[type="radio"] {
	display: inline;
	border-radius: 4px;
    border: solid 1px #eee;
	border-color: #c6b5da;
	width: 20px;
	height: 20px;
	-webkit-appearance: radio;
}

.datos_seccion_formulario {
	margin-left: 20px;
}

.datos_seccion_formulario label {
	display: block;
}

.form-control {
	width: 100%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

form label {
	margin: 1em 0em 0.3em 0em;
	display: inline;
	font-weight: bold;
}

label {
	font-weight: bold;
}

.table-informacion {
	font-size: 20px;
}

tr.separado td {
	padding-top: 50px;
}

.no_border {
    border: none;
}

.button, .button:hover {
	background: #7cbb00;
}

.success {
	color: green;
}

.error {
	color: red;
}

.alert {
	color: red !important;
}

.color_principal {
	color: #521c94;
}

.margin_left5 {
	margin-left: 5px;
}

.margin_left15 {
	margin-left: 15px;
}

.margin_bottom0 {
	margin-bottom: 0em;
}

.dato_periodo_resaltado {
	font-size: 1.1em;
	font-weight: bold;
	color: green;
}

.help_image {
	border: 1px solid #ccc;
	max-width: 100%;
}

h4 {
	margin-top: 1em;
}

#div_container_boton_login {
	padding-left: 15px;
	padding-right: 15px;
}

.hidden {
	display: none !important;
}