@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap');
@font-face {
    font-family: 'Cabin';
    src: url('Cabin-Regular.eot');
    src: local('Cabin Regular'), local('Cabin-Regular'),
        url('../fonts/Cabin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Regular.woff') format('woff'),
        url('../fonts/Cabin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cabin';
    src: url('Cabin-Bold.eot');
    src: local('Cabin Bold'), local('Cabin-Bold'),
        url('../fonts/Cabin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Bold.woff') format('woff'),
        url('../fonts/Cabin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
	font-family:Cabin, Arial, sans-serif;
	/*vertical-align: middle;*/
	text-align:left;
	/*padding: 0px;*/
	margin: 0px;
}
.font{
	font-family:Cabin, Arial, sans-serif !important;
}
.clear {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
}
a,a * {
	cursor: pointer;
	color: #E56A54;
	text-decoration: none;
}
p {
	margin:0.5em 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Cabin, Arial, sans-serif;
	font-height:.9em;
	font-weight:normal;
	color:#53565A;
	margin: 0.7em 0;
}
h1 {
	font-size:21px;
	color:#E56A54;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h1 span {
	font-weight: normal;
}

form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.mantenimiento{
	color: #E56A54;
	margin-left: 5px; 
	font-size: 16px
}
.mantenimiento p{
	line-height:150%;
}
.center{
	text-align:center!important;
}
.tx-right{
	text-align:right!important;
}
.tx-red{
	color:#E56A54!important;	
}
.tx-red2{
	color:#3F2021!important;	
}
.tx-gray{
	color:#53565A!important;	
}
.tx-gray2{
	color:#919D9D!important;	
}
.tx-blue{
	color:#8334A!important;
}
.tx-blue2{
	color:#7BA4DB!important;
}

.bg-red{
	color:#E56A54!important;	
}
.bg-red2{
	color:#3F2021!important;	
}
.bg-gray{
	color:#53565A!important;	
}
.bg-gray2{
	color:#919D9D!important;	
}
.bg-blue{
	color:#8334A!important;
}
.bg-blue2{
	color:#7BA4DB!important;
}
html,body {
	top: 0px;
	left: 0px;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: #f7f7f7;
	font-family: Cabin, Geneva, sans-serif;
}

body {
	display: none;
}

#bodyContent {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: auto;
	z-index: 0;
	background: #FFFFFF;
	text-align: center;
	/*min-width: 780px;*/
}

#block_window {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 1000;
	filter: alpha(opacity=40);
	opacity: .40;
}

.all {
	display: block;
	margin: 0px auto 0px;
	height: auto;
	width: 100%;
	background-color: #FFF;
	position: inherit;
	min-width: 780px;
}

.all_plugin .contenido_corto {
	float: none;
	margin: 10px 20px 0 250px;
	display: block;
	min-height: 350px;
}

#block_window_loader {
	top: 100%;
	left: 100%;
	position: absolute;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 2000;
	border: 1px solid #DDD;
	background-color: white;
	background-image: url(../images/cmp/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -60px;
	margin-top: -60px;
	display: none;
}

/* ------------------------------------------ ESTILOS PARA REGISTRO*/
/* -------------------------------------------ESTILOS PARA VENTANA */
.bloqueo_ventana {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1000;
}

.bloqueo_ventana_fondo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity = 40);
	opacity: .40;
}

.bloqueo_ventana_base {
	position: absolute;
    top: 30px;
    left: 50%;
    margin: 0px;
    margin-left: -45%;
    width: 90%;
    min-height: 150px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 3px rgba(0,0,0,.7);
    padding: 0px;
}
.bloqueo_ventana_base h1.bloque_contenido_titulo {
	margin: 0.5em 0;
}
.ventana_titulo {
	top: 0px;
    left: 0px;
    position: relative;
    padding: 5px 20px;
    cursor: default;
    background: #E56A54;
    color: #fff!important;
    border-bottom: solid 3px #28334A;
    border-radius: 0;
}

.ventana_titulo h1 {
	color: #fff !important;
	font-size: 16px;
	border:none!important;
}

.contenido_ventana {
	/*background-color:  rgba(145, 157, 157,.2);*/
    padding: 20px 20px 10px;
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
}
.contenido_ventana .bloqueestilo_columna{
	/* DFRODRIGUEZ INCIDENTE 67124 */
	/*height: 50vh!important;*/
	/* DFRODRIGUEZ INCIDENTE 67124 */
    overflow: auto;
}
.contenido_ventana #cr_recaudo{
	text-align:center;
}
.contenido_ventana > .bloqueestilo_grupo {
	padding: 20px;
    height: 30vh;
    border: solid 1px #ccc;
    overflow: auto;
}
.contenido_ventana #info_registros{
	height:auto!important;
}

/* ------------------------------------- ESTILOS PARA PESTA?AS */
/* ------------------------------------------- ESTILOS PARA BLOQUE */
/* ------------------------------------------ ESTILOS PARA LOS INPUTS */
.ocultable_oculto,.ocultable_link { /* border:solid 1px #0f0;*/
	padding: 2px 5px;
}

.ocultable_link {
	width: 120px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #060;
	display: inline-block;
	background-color: white;
	text-align: center;
	text-shadow: 0 1px 1px #CCC !important;
}

.ocultable_link:hover {
	background-color: #DEECB3;
}

.pbox {
	
}

label {
	display: inline-block;
	width: 150px;
	font: normal normal normal 11px/16px Cabin, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	padding: 2px;
	margin-right: 5px;
	vertical-align: top;
	color: #006600;
}

.put {
	width: 90%;
	margin: 0;
	background: #fff;
}

input {
	
}

select {
	
}

input.put,select.put {
	font: normal normal normal 12px/18px Cabin, Geneva, sans-serif;
	border: solid 1px #53565A;
	padding: 3px 0px;
}
input:focus,select:focus,input.put:focus,select.put:focus {
	outline-color: #E56A54!important;
}

input.put {
	
}

select.put {
	background: #fff;
	font: normal normal normal 11px/20px Cabin, Geneva, sans-serif;
	height: 22px;
	border: solid 1px #AFE037;
}

.date-pick {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	vertical-align: top;
}

textarea.put {
	width: 90%;
	background: #fff;
	font: normal normal normal 11px/20px Cabin, Geneva, sans-serif;
	border: solid 1px #AFE037;
}

.cajachequeo_area input {
	margin-right: 5px;
}

.cajachequeo2_false,.cajachequeo2_true {
	display: block;
	height: 19px;
	width: 21px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

.cajachequeo2_false {
	background-image: url("../images/componentes/checkbox.png");
}

.cajachequeo2_true {
	background-image: url("../images/componentes/checkbox_over.png");
}

.area_botones {
	padding: 10px;
	text-align: center;
}

.area_botones h2 {
	font-size: 14px;
}

a.btn,.boton {
	display: inline-block;
	margin: 0px 2px 0px 0px;
	padding: 8px 25px;
	background: #28334A;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font: normal normal bold 12px/12px Cabin, Arial, sans-serif;
}

a.btn:hover,a.boton:hover {
	background: #919D9D;
	color: #FFFFFF;
	text-decoration: none;
}

a.icono24_cancelar,a.icono24_eliminar,a.icono24_volver,a.icono24_inicio
	{
	background: #9D1B1B;
}

a.icono24_cancelar:hover,a.icono24_eliminar:hover,a.icono24_volver:hover,a.icono24_inicio:hover
	{
	background: #CC3636 !important;
}

.area_botones_login {
	position: absolute;
	top: 190px;
	left: 990px;
	display: none;
	width: 200px;
	margin: 5px 0px 0px 40px;
	padding: 6px 0px;
	text-align: center;
	z-index: 600;
	visibility: hidden;
}

.area_botones_login .btn {
	
}

.parrafo_resaltado {
	/*margin: 15px 0;
	padding: 8px 5px 8px 50px;
	font: normal normal normal 11px/1.4em Cabin, Geneva, sans-serif;
	background-image: url(../images/general/bg-mesg2.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	text-align: left;
	color: #000;
	background-color: white;
	border: 1px solid #DDD;*/
}

.parrafo_resaltado b {
	font-weight: bold;
	font-size: 12px;
}

.mesg2,.parrafo_resaltado {
    width: 65%;
    max-width: 280px;
    margin: 15px auto;
	min-height: 21px;
    padding: 3px 3px 3px 55px;
    font-weight: normal;
	font-size: 12px;
	color: #53565A;
    background-color:#e5e7e7;
    text-align: left;
    border-radius: 6px;
    position: relative;
}
.mesg2:before,.parrafo_resaltado:before {
	content: "\f129";
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    width: 26px;
    height: 26px;
    padding: 4px;
    color:#7BA4DB;
    border-radius: 30px;
    /*background-color: #fff;*/
    font-family: "Font Awesome 5 Free"!important;
    font-size: 20px;
    line-height: 21px;
    font-weight: 900;
    text-align: center;
    /*box-shadow: 0 2px 2px rgba(0,0,0,.2);*/
}
.mesg2 ul,.mesg2 h2 {
	padding-left: 0;
}
.mesg2 ul li {
	margin-left: 20px;
	background: #f7f7f7;
	color: #000;
}
p.nota {
	font-size: 11px;
}

/* colores y pics */

.red{ background-image:none;}
.red:before {
	content: "\f071";
	color: #E56A54;
}
.green:before {
	content: "\f00c";
	color:#28334a;
	/*background-image: url(../images/general/bg-ok.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;*/
}
.blue:before {
	background-color: #EBF1FC;
	content: "\f00c";
	color: #28334A;
}
p.red {
	background-color: rgb(248, 233, 239);
	/*background-image: url(../images/general/bg-alert.png);*/
	/*background-position: 3px 2px;
	padding: 6px 6px 6px 35px;
	font-size: 11px;
	min-height: 18px;
	margin: 10px 0;*/
}
.green p {
	/* background-color: #BDD8B4; */
	/*color: #8cc379;*/
}
p.blue {
	background-color: #EBF1FC;
}

.gr1 {
	background-color: #fff;
}

.gr2 {
	background-color: rgb(233, 233, 233);
}

/* ------------------------------------------ ESTILOS PARA EL HEADER */
.header {
	display: block;
	width: 100%;
	margin: 0px;
	height: 130px;
	background: none repeat scroll 0% 0% #FFF;
}

#slides {
	display:none;
}
.bg-slide{
	display:block;
	min-height:520px;
	background-image: url(../images/slider/slide01.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
}
.div_logo{
	top: 0px;
	position: relative;
	height: 60px;
	width: 100%;
}

.logo {
	display: block;
	width: 300px;
	top: 0px;
	margin: 0px 0px 0px 5px;
	background-image: url('../images/general/logo_inicio.png');
	background-repeat: no-repeat; 
	background-position:0px 50%;
	background-color: transparent;
	background-size:100% auto;
	position: absolute;
	height: 60px;
	left: 5%;
}

.div_acceso {
	top: 0px;
	position: relative;
	height: 30px;
	width: 100%;
	text-align: left;
}

.acceso_loguin {
	font: bold 14px/1.4em Cabin, Arial, sans-serif;
	background: none repeat scroll 0% 0% #E56A54;
	position: absolute;
	text-align: center;
	color: #FFF;
	width: 150px;
	height: 20px;
	left: 75%;
	padding: 5px;
}

.div_menu_presentacion{
	top: 0px;
	position: relative;
	height: 40px;
	width: 100%;
	text-align: center;
}

.div_menu_inicio{
	top: 0px;
	position: relative;
	height: 40px;
	width: 780px;
	display: inline-block;
}

.menu_inicio {
	font: 14px/12px Cabin, Arial, sans-serif;
	position: relative;
	margin: 10px;
	padding:0 25px;
	text-align: center;
	color: #53564a;
	/*width: 200px;*/
	float: right;
}
a.menu_inicio:hover {
	color: #E56A54;
}
.sep_menu {
	font-size: 14px;
	position: relative;
	margin: 10px 0px;
	color: #E56A54;
	width: auto;
	float: right;
}

.div_inicial{
	position: absolute;
	top: 14%!important;
	width: 100%;
	padding: 0px;
	display: block;
	height: 200px;
	z-index: 20;
	min-width: 780px;
	text-align: center;
}

.div_bienvenidos{
	width: 70%;
    margin-top: 21%;
    /* height: 150px; */
    padding: 10px 1% 10px;
    color: #fff;
    background-color: rgba(40, 51, 74,.8);
    /* background-color: #fff; */
    display: inline-block;
    border-radius: 4px;
    /* box-shadow: 0 2px 3px rgba(0,0,0,.4);*/
}
.box-bienvenido{
	padding: 10px 0px;
    padding-right: 2%;
    color: #fff;
    display: inline-block;
    width: 61%;
    float: left;
    border-right: solid 1px #e56a54;
}
.box-mesg2{
	display: inline-block;
    padding: 0;
    margin: 0;
    width: 35%;
    float: right;
}
.box-mesg2 .mesg2,.box-mesg2 .parrafo_resaltado{
	margin: 5px auto;
}	
.box-bienvenido > h1{
	font-weight: 700;
    padding: 3px 10px;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    /*background-color: rgba(40, 51, 74,.8);*/
}
.box-bienvenido > h3,
.box-bienvenido > p{
	/*background-color: rgba(40, 51, 74,.8);*/
    font-weight: 100;
    /* display: inline; */
    padding: 3px 10px;
    text-align:left;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0;
}
.box-bienvenido > h3 br{
	display:none;
}

.div_recomendaciones{
}

.div_recomendaciones,.div_contactenos{
	width: 70%;
	visibility: hidden;
	display: none;
	margin: 10px 0;
	padding:20px;	
	background-color:#fff;
	background-repeat: no-repeat;
	background-size:auto 100% ;
	/*height: 445px;*/
	position:relative;
	border-radius:3px;
	color:#53565A;
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.div_contactenos{
	background-image: url('../images/general/img-contacto.png');
	background-position: 0% 50%;
	background-size:auto 100% ;
}
.div_recomendaciones{
	background-image: url('../images/general/img-recomendaciones.png');
	background-position: 100% 50%;
	background-size:auto 100% ;	
}
/*.div_bienvenidos:hover,.div_contactenos:hover,.div_recomendaciones:hover{
	background-color:rgba(255,255,255,.8);
}*/

.salir {
width: 22px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    border: solid 1px #E56A54;
    border-radius: 4px;
    background-color:#fff;
}
.salir:before {
	content: "\f00d";
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 23px;
    height: 24px;
    color:#E56A54;
    font-family: "Font Awesome 5 Free"!important;
    font-size: 20px;
    line-height: 21px;
    font-weight: 900;
    text-align: center;
}
.div_parrafo ul.info,.div_parrafo ul.info li {
	list-style:none;
}

.div_contactenos .div_parrafo {
	padding:20px 30px 20px 40%;	
	font-family:Cabin, Arial, sans-serif;
}
.div_recomendaciones .div_parrafo{
	padding:20px 20% 20px 20px;	
}
.div_parrafo ul.info li,.div_parrafo ul.info li b, .div_parrafo p,
ul.ulsimple li, ul.ulsimple b,.contenido p {
	/*font-size:15px;
	font-family:Cabin, Arial, sans-serif;
	line-height:1em;
	color:#53565A;
	padding:2px 0;*/
}
.div_parrafo ul.info li.pic {
	display: block;
	width: 100px;
	background: url('../images/general/bg-info.png') no-repeat scroll 50% 50% transparent;
	border: medium none;
}
.div_parrafo .area_botones{
	text-align:left;
}
.div_parrafo b {
	text-transform: uppercase;
	font-weight: bold;
	color:#E56A54;
}

/*----- -----*/


.col-top {
	display: none;
	float: right;
	margin-right: 15px;
	width: 630px;
	height: 70px;
	padding-top: 5px;
	overflow: hidden;
}
.col-top p {
	margin: 2px 0;
	padding: 0;
	font: normal normal normal 11px/1.4em Cabin, Arial, sans-serif;
	color: #333;
	width: 320px;
	clear: both;
}

.col-top p.date {
	float: right;
	width: 190px;
	font-weight: bold;
	margin-top: -18px;
}

.col-top p.ip {
	float: right;
	width: 190px;
	margin-top: -35px;
	color: #000;
}

.name {
	text-align: right;
	font-size: 9px;
	color: #999;
}

.name b {
	font-size: 14px;
	font-weight: bold;
}

p.lastv {
	text-align: right;
	font-size: 10px;
	color: #666;
}

p.cliente {
	margin-top: 8px;
	text-align: right;
	font-size: 11px;
	color: red;
}

p.cliente b {
	font-size: 14px;
	font-weight: bold;
}

#menu-top {
	position: absolute;
	top: 30px;
	display: none;
	height: 20px;
	width: 780px;
	margin: 0; /*#
margin: 0 0px;*/
	z-index: 1000;
}

#menu-top .nav {
	width: 190px; #
	width: 200px;
	padding: 0;
	margin-right: 15px;
	float: right;
	list-style: none;
	border-right: solid 1px #ccc;
}

#menu-top li {
	float: right;
	margin: 0;
	text-align: center;
	padding: 0;
	font-size: 10px;
}

#menu-top a {
	border-left: solid 1px #ccc;
	padding: 0 20px;
}

#menu-top a:hover {
	text-decoration: underline;
}

/* ------------------------------------------ ESTILOS PARA LA CAJA DE INGRESO */
.componente_clave_ingreso {
	position: absolute;
	top: 20px;
	left: 60.4%;
	width: 200px;
	height: auto;
	margin: 10px 0px 0px -350px;
	padding: 0px;
	display: none;
	visibility: hidden;
}

.componente_clave_ingreso .caja_ingreso {
	position: relative;
	display: block;
	height: 220px;
	width: 205px !important;
	background: none repeat scroll 0% 0% #53565A;
	border: 1px solid #CCCCCC;
	z-index: 20;
	left: 500px;
}

.caja_ingreso_in {
	margin: 20px;
}

.componente_clave_ingreso h1,.componente_clave_ingreso h2,.componente_clave_ingreso h3,.componente_clave_ingreso h4,.componente_clave_ingreso h5,.componente_clave_ingreso h6
	{
	color: #fff;
	margin: 0.5em 0;
}

.componente_clave_ingreso h3 {	
	font-family:Cabin, Geneva, sans-serif;
	font-size: 12px;
}

.componente_clave_ingreso input {
	font-size:12px;
	font-family: Cabin, Geneva, sans-serif;
	line-height: 11px;
	padding: 3px 0px ;
	margin: 5px 0;
	display:block;	
	height: auto !important;
	border: solid 1px #53565A;
	border-radius:2px;
	text-align: center;
	outline: none!important;
}

.componente_clave_ingreso .caja_teclado {
	position: absolute;
	left: 0px;
	height: 200px;
	z-index: 20;
	top: 0px;
	width: 500px;
	display: block;
}

.componente_clave_ingreso .contenido_caja_teclado {
	position: relative;
	background-color: #919D9D;
	width: 500px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.componente_clave_ingreso .teclado_grafico {
	position: absolute;
	display: block;
	top: 20px;
	left: 50px;
	width: 420px;
	height: 130px;
	top: 30px;
}

.componente_clave_ingreso a.tecla_teclado,.componente_clave_ingreso a.tecla_teclado:hover
	{
	position: absolute;
	display: block;
	width: 28px;
	height: 20px;
	padding: 4px 0;
	color: #f1f1f1;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: normal normal bold 13px/16px Cabin, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.componente_clave_ingreso a.t2 {
	background: #E56A54;
}

.componente_clave_ingreso a.tecla_teclado:hover {
	background: #7BA4DB;
	color: #28334A;
}

.componente_clave_ingreso a.t2:hover {
	background: #7BA4DB;
	color: #28334A;
}

.estilo_nota {
	background-color: #FFF6CD;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.estilo_nota b {
	font-weight: bold;
}

/* ---------------------------------------------- ESTILO PARA EL CONTENIDO */
.contenido {
	display: block;
	margin: 0 auto;
	padding: 10px 0px 10px;
}

/* ---------------------------------------------- ESTILOS PARA EL FOOTER */
.foot {
	border-top: 1px solid #ccc;
	display: block;
	width: 100%;
	margin: 0 auto;
	cursor: default;
}

.foot p {
	border-top: 1px solid #fff;
	background: #F1EDED url(../images/general/bg-foot.jpg) 49% 0 no-repeat;
	font: normal 10px/15px Cabin, Arial, Helvetica,
		sans-serif;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 1px 0px;
	height: 200px;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------------------ */ /* */
.contact {
	display: block;
	margin: 10px 0;
	font: normal normal normal 11px/1.4em Cabin, Arial, sans-serif;
}

h1.contenido_principal_titulo_icono,.contact h1,.contact h2,.contact h3,.contact h4,.contact h5,.contact h6,.contact p
	{
	margin: 0.4em 30px 0.4em 330px;
	padding: 0;
	text-align: left;
}

.feet {
	position: relative;
	width: 100%;	
	margin: 20px 0 0;
	display: block;
	background-color:#56565A;
	color:#fff;	
	font-weight:normal;
}
.feet-content{
	display: inline-block;
	/*float:left;*/
    width: 19%;
    margin:10px 0;
    min-height: 60px;
    vertical-align: top;
}
.feet-contact{	
	font-size: 12px;
    display: inline-block;
    display: block;
}
.feet-contact li{
	list-style: none;
    margin-left: 20px;
    min-height: 15px;
    font-size: 10px;
}
.feet-contact li.tittle{
	font-size:11px;
	font-weight:bold;
	margin-left:0px;	
}
.feet_footer {
	padding:30px 20px 10px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: 300px auto;
	text-align:center;
}
.feet-logo{
	background-image:url(../images/general/footer/logo-credicorp.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size: auto 90%;
}
.feet-mail{
	background-image:url(../images/general/footer/icon-mail.png);
	background-position:5px 0px;
	background-repeat:no-repeat;
	background-size: 28px auto;	
}
.feet-phone{
	background-image:url(../images/general/footer/icon-phone.png);
	background-position:5px 0px;
	background-repeat:no-repeat;
	background-size: 28px auto;		
}
.feet-redes ul.feet-contact li{
	display:inline-block;
	width:32px;
	height:32px;
	margin:10px 3px 3px;	
	border:;
}
.feet-redes ul.feet-contact li a{
	display:block;
	min-height:32px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: 32px auto;	
}
.feet-links ul.feet-contact li a{
	color: #fff;
	text-decoration: none !important;
}
.facebook{
	background-image:url(../images/general/footer/facebook.png);
}
.linkedin{
	background-image:url(../images/general/footer/linkedin.png);
}
.youtube{
	background-image:url(../images/general/footer/youtube.png);
}
.twitter{
	background-image:url(../images/general/footer/twitter.png);
}
.instagram{
	background-image:url(../images/general/footer/instagram.png);
}
.copyright{
	background-color:#919D9D;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	padding:10px 20px;
	color:#fff;
}
.bloque_contenido{
	margin: 10px 10px 10px 10px;
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 4px 4px 4px 4px;
}

.bloque_contenido p{
	margin-bottom: 10px;
	color: #58595B;
}

.ulsimple{
	padding: 20px 40px;
}

.ulsimple li{
	margin-top: 5px;
	color: #28334A;
}

.ulsimple li a{
	margin-top: 5px;
	cursor: pointer;
	color: #E56A54;
}