#oficina{
    height: 400px;
}
#fondo_oficina{
    height: 600px;
    background-image: url('img/oficina_grande_2.png');
    background-repeat: no-repeat;
    background-position: center;
    
}
.modulo_logos_companias{
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
	margin-bottom: 10px;
}
.titulo_pas_modulo{
	font-family: 'Georama', sans-serif;
	font-size: 35px;
	color: #39B6CD;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}
#modulo_pas{
	background-color: #13293D;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
#tablero1{
	display: block;
	background-color: rgba(66, 191, 234, 0.6);
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;

}
#tablero2{
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
#tablero3{
	display: block;
	background-color: rgba(66, 191, 234, 0.3);
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;

}
#tablero4{
	display: block;
	background-color:rgba(66, 191, 234, 0.4);
	height: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
#tablero5{
	display: block;
	background-color:rgba(66, 191, 234, 0.4);
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
#rutina_1{
	display: block;
	background-color: rgba(234, 142, 66, 0.1);
	height: 100px;
	padding-right: 10px;
	margin: 5px;
	padding: 5px;

}
#rutina_2{
	display: block;
	background-color: rgba(136, 218, 245, 0.2);
	height: 100px;
	padding-right: 10px;
	margin: 5px;
	padding: 5px;
}
#rutina_3{
	display: block;
	background-color: rgba(66, 191, 234, 0.3);
	height: 100px;
	padding-right: 10px;
	margin: 5px;
	padding: 5px;
}
#rutina_4{
	display: block;
	background-color:rgba(66, 191, 234, 0.4);
	height: 100px;
	padding-right: 10px;
	margin: 5px;
	padding: 5px;
}
.p_pas{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #13293D;
}
a.enlace_drive{
	display: block;
	text-decoration: none;
	color: #39B6CD;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.enlace_drive {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited, a:link, a:active.enlace_drive{
	text-decoration: none;	 
}
#botonera_principal3{
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	font-family: 'Georama', sans-serif;
	font-size: 13px;
}
#navbar3 ul li a{
	display: block;
	background: rgba(69,190,232,0.0);
	transition: background 1s;
}
#navbar3 ul li a:hover{	
	display: block;
	background-color: rgba(69,190,232,0.8)
} 
.botonera .navbar {
	background-color: #13293D !important;
}
.margenes{
	padding: 5px;
	
}
.linea_separadora2{
	width: 100%;
	height: 1px;
	background-color:#39B6CD;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
  }
img.zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
#transition {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
#modulo_pas_botonera{
	
}
a.btn_login_pas{
	margin: 10px;	
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
a:hover.btn_login_pas{
	color: #13293D;
	text-decoration: none;
	transition-property: color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
	
}
.titulo_tableros{
	display: block;
	background-color: #13293D;;
	padding: 20px;
	box-shadow: 5px 5px 7px rgba(69,190,232,0.2);
    -moz-box-shadow: 5px 5px 7px #45BEE8;
    -webkit-box-shadow: 5px 5px 7px #45BEE8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
}
.titulo_tableros2{
	display: block;
	width: 50%;
	background-color: #39B6CD;
	padding: 5px;
	color:#FFFFFF;
	box-shadow: 5px 5px 7px rgba(69,190,232,0.2);
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	align-items: center;
	margin: auto;
	
}
#barra_vertical{
	display: block;
	height: 300px;
	background-color: aqua;
}
#botonera_utilidades{
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	font-family: 'Georama', sans-serif;
	font-size: 10px;
}
#navbar4 ul li a{
	color: #39B6CD;
	padding-left: 10px;
	padding-right: 10px;
}
#navbar4 ul li a:hover{	
	color: #13293D;
	border-bottom: #39B6CD;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-top-style: none;
	border-bottom-width: thin;
} 
.botonera2 .navbar {
	background-color: #FFFFFF !important;
}
#encabezado_login{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: rgb(255, 255, 255);
} 
a.efecto_botones{
	display: block;
	background: rgba(69,190,232,0.2);
	transition: background 2s;
	
}
a:hover.efecto_botones{
	display: block;
	box-shadow: 5px 5px 7px (255, 71, 4, 0.2);
	-moz-box-shadow: 5px 5px 7px  #45BEE8;
    -webkit-box-shadow: 5px 5px 7px  #45BEE8;
	background-color: rgba(69,190,232,0.8)

}
#botonera_publi{
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	font-family: 'Georama', sans-serif;
	font-size: 14px;
}
#navbar5 ul li a{
	color: #39B6CD;
	padding-left: 10px;
	padding-right: 10px;
}
#navbar5 ul li a:hover{	
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: #39B6CD;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-top-style: none;
	border-bottom-width: thin;
} 
.botonera .navbar {
	background-color: #13293D !important;
}
.espacios{
	margin-top: 50px;
	margin-bottom: 20px;
}
.recuadro_companias_1{
	display: block;
	background-color:rgba(66, 191, 234, 0.4);
	height: auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
.recuadro_companias_2{
	display: block;
	background-color:rgba(66, 191, 234, 0.5);
	height: auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.2);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	

}
.recuadro_companias_3{
	display: block;
	background-color:rgba(66, 191, 234, 0.6);
	height: auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
.recuadro_companias_4{
	display: block;
	background-color:rgba(66, 191, 234, 0.8);
	height: auto;
	padding: 10px;	
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;

}
.titulo_info_companias{
	font-family: 'Georama', sans-serif;
	font-size: 17px;
	text-align: center;
	color: #13293D;
	font-weight: bold;
	
}
.p_info_companias{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #13293D;
}
.p_info_companias_gde{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #13293D;
}
.lista_tablero{
	list-style-type: circle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.recuadro_companias_11{
	display: block;
	background-color:rgba(66, 191, 234, 0.4);
	height: auto;
	margin: 10px;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
}
.recuadro_companias_22{
	display: block;
	background-color:rgba(66, 191, 234, 0.4);
	height: auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.2);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	margin: 10px;
	

}
.recuadro_companias_33{
	display: block;
	background-color:rgba(66, 191, 234, 0.6);
	height: auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	margin: 10px;
}
.recuadro_companias_44{
	display: block;
	background-color:rgba(66, 191, 234, 0.8);
	height: auto;
	padding: 10px;	
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	margin: 10px;

}
.enlaces_comunes_2 {
	text-decoration: none;
	color: #13293D;
	font-weight: bold;
	font-size: 12px;
	
}
a:hover.enlaces_comunes_2 {
	text-decoration: none;
	color: #39B6CD;
	font-size: 13px;
	
}
.p_importante{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #13293D;
}
.titulo_finanzas{
	font-family: 'Georama', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #39B6CD;
	font-weight: bold;	
}
.titulo_finanzas_azul{
	font-family: 'Georama', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #13293D;
	font-weight: bold;	
}
#botonera_publi{
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	font-family: 'Georama', sans-serif;
	font-size: 14px;
}
#botonera_bancos{
	background-color: #FFFFFF;
	height: auto;	
	font-family: 'Georama', sans-serif;
	font-size: 14px;
}
#navbar6 ul li a{
	color: #39B6CD;
	padding-left: 10px;
	padding-right: 10px;
}
#navbar6 ul li a:hover{	
	font-size: 16px;
	color: #13293D;
	border-bottom: #39B6CD;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-top-style: none;
	border-bottom-width: thin;
} 
.recuadro_bancos .navbar {
	background-color: transparent !important;
}
.recuadro_bancos2 .navbar {
	background-color: transparent !important;
}
.titulos_bloque_finanzas{
	display: block;
	background-color: #13293D;
	padding: 10px;
	margin-bottom: 30px;
}
.recuadro_bancos{
	display: block;
	background-color: rgba(66, 191, 234, 0.2);
	margin-bottom: 20px;
	height: auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	
}
.recuadro_bancos2{
	display: block;
	background-color: rgba(66, 191, 234, 0.3);
	margin-bottom: 20px;
	height:auto;
	padding: 10px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.5);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	
}
.linea_separadora_bancos{
	height: 1px;
	background-color:#39B6CD;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.centrado{
	text-align: center;
}
#botonera_video{
	margin-bottom: 20px;    
	
}

#botonera_video button {
	font-size: 20px;   
    color: #39B6CD; 
	background-color: #FFFFFF;

	
}
#botonera_video button:hover{
	transition-duration: all;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	color: #FFFFFF;
	background-color:#39B6CD;
	font-weight: bold;

}
#video_1{
	margin: auto;	
}
button{
	border:0;
}
.margenes_p{
	text-align: center;
}
.titulo_grande{
	font-family: 'Georama', sans-serif;
	font-size: 30px;
	color: #39B6CD;
	text-align: left;
	margin-top: 40px;
}
.p_destacado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;

}
#contenido_oficina{    
	background-image: url(img/fondo_container_oficina.png);
	background-repeat: no-repeat;
	background-size: cover;	
}
#botonera_izq{
	display: block;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	
}
#botonera_publi{
	text-decoration: none;
	list-style-type: none;
	display: block; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	
  } 
#botonera_publi ul {
  text-decoration: none;
  list-style-type: none;
  display: block; 
  
  
} 
#botonera_publi ul li a{ 
	color: #39B6CD;
    background-color: #13293D;
    display: block;
    width: 100%;
    height: 40px;
	vertical-align: middle;
	text-decoration: none;
    text-align: left;
    line-height: 50px;
    font-family: 'Georama', sans-serif;
	font-size: 14px;
    padding-left: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	margin-bottom: 3px;
	
}
  #botonera_publi ul li a:hover{	
    color: #FFFFFF;    
    border-bottom: #39B6CD;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
	border-bottom-width: thin;
    border-left-style: none; 
	transition-duration: all;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	color: #FFFFFF;
	background-color:#39B6CD;
	font-weight: bold;
}
.txt_importante_tablero{
	font-family: 'Georama', sans-serif;
	font-size: 10px;
	text-align: left;
	color: #13293D;
	font-weight: bold;
	
}

.txt_importante_grande{
	font-family: 'Georama', sans-serif;
	font-size: 13px;
	text-align: left;
	color: #13293D;
	font-weight: bold;
}

#botonera_autos{
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	font-family: 'Georama', sans-serif;
	font-size: 13px;
}
#navbar7 ul li a{
	display: block;
	background: rgba(69,190,232,0.0);
	transition: background 1s;
}
#navbar7 ul li a:hover{	
	display: block;
	background-color: rgba(69,190,232,0.8)
} 
.botonera_autos .navbar {
	background-color: #FFFFFF !important;
}
#modulo_autos{
	display: block;
	background-color: #FFFFFF;
}
.txt_aclaraciones{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;	
}
#margen_dolar{
	margin-right: 1px;
}
.dolar{
    width:auto;
    height:auto;
    border-radius:10px;
    box-shadow:2px 4px 4px rgb(0 0 0 / 25%);
    display:flex;
    justify-content:center;
    border:1px solid #bcbcbc"
}
.titulo_videos{
	display: block;
	margin-left: 40%;
	margin-left: 40%;
	background-color: #13293D;
	padding: 20px;
	box-shadow: 5px 5px 7px rgba(69,190,232,0.2);
    -moz-box-shadow: 5px 5px 7px #45BEE8;
    -webkit-box-shadow: 5px 5px 7px #45BEE8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
}

.margenes {
    padding: 5px; /* Añade un poco de espacio entre los botones */
}
.btn_rubrica,
.btn_polizas,
.btn_ssn,
.btn_rus_tj,
.btn_asistencia,
.btn_cleas,
.btn_cotizacion,
.btn_siniestros,
.btn_inspecciones,
.btn_noti,
.btn_web,
.btn_publi,
.btn_app,
.btn_planillas,
.btn_retiro,
.btn_tarjeta,
.btn_tel,
.btn_primeros,
.btn_viajero,
.btn_rus_motos,
.btn_rus_free,
.btn_rus_celu,
.btn_rus_nautica,
.btn_donde_cotizar,
.btn_ike,
.btn_terceros2 {
    display: block;
    width: 100%; /* Para que ocupe todo el ancho del contenedor */
    padding-top: 56.25%; /* Mantener la proporción 16:9, ajusta según sea necesario */
    
	background-size:contain;
    background-position: center;
    border: none;
	border-radius: 5px;
    
    transition: background-image 0.3s ease-in-out;
    position: relative;
}

.btn_asistencia {
    background-image: url('img/herramientas/asistencia_2_btn.jpg');
}

.btn_asistencia:hover {
    background-image: url('img/herramientas/btn_asistencia_2_btn_hover.jpg');

}

.btn_terceros2 {
    background-image: url('img/herramientas/terceros_btn.jpg');
}

.btn_terceros2:hover {
    background-image: url('img/herramientas/terceros_btn_hover.jpg');
	
}
.btn_cleas {
    background-image: url('img/herramientas/cleas_btn.jpg');
}

.btn_cleas:hover {
    background-image: url('img/herramientas/cleas_btn_hover.jpg');

}
.btn_cotizacion {
    background-image: url('img/herramientas/cotizaciones_btn.jpg');
}

.btn_cotizacion:hover {
    background-image: url('img/herramientas/cotizaciones_btn_hover.jpg');
	
}
.btn_siniestros {
    background-image: url('img/herramientas/siniestros_btn.jpg');
}

.btn_siniestros:hover {
    background-image: url('img/herramientas/siniestros_btn_hover.jpg');

}
.btn_inspecciones {
    background-image: url('img/herramientas/inspecciones_btn.jpg');
}

.btn_inspecciones:hover {
    background-image: url('img/herramientas/inspecciones_btn_hover.jpg');
	
}
.btn_noti {
    background-image: url('img/herramientas/noti_btn.jpg');
}

.btn_noti:hover {
    background-image: url('img/herramientas/noti_btn_hover.jpg');

}
.btn_web {
    background-image: url('img/herramientas/web_btn.jpg');
}

.btn_web:hover {
    background-image: url('img/herramientas/web_btn_hover.jpg');

}
.btn_publi {
    background-image: url('img/herramientas/publi_btn.jpg');
}

.btn_publi:hover {
    background-image: url('img/herramientas/publi_btn_hover.jpg');
	
}
.btn_app {
    background-image: url('img/herramientas/app_btn.jpg');
}

.btn_app:hover {
    background-image: url('img/herramientas/app_btn_hover.jpg');

}
.btn_planillas{
    background-image: url('img/herramientas/planillas_btn.jpg');
}

.btn_planillas:hover {
    background-image: url('img/herramientas/planillas_btn_hover.jpg');
	
}
.btn_retiro{
    background-image: url('img/herramientas/retiro_btn.jpg');
}

.btn_retiro:hover {
    background-image: url('img/herramientas/retiro_btn_hover.jpg');
	
}
.btn_tarjeta{
    background-image: url('img/herramientas/tarjeta_btn.jpg');
}

.btn_tarjeta:hover {
    background-image: url('img/herramientas/tarjeta_btn_hover.jpg');

}
.btn_tel{
    background-image: url('img/herramientas/tel_btn.jpg');
}

.btn_tel:hover {
    background-image: url('img/herramientas/tel_btn_hover.jpg');

}
.btn_primeros{
    background-image: url('img/herramientas/primeros_btn.jpg');
}

.btn_primeros:hover {
    background-image: url('img/herramientas/primeros_btn_hover.jpg');

}
.btn_viajero{
    background-image: url('img/herramientas/viajero_btn.jpg');
}

.btn_viajero:hover {
    background-image: url('img/herramientas/viajero_btn_hover.jpg');
	
}
.btn_rus_free {
    background-image: url('img/herramientas/rus_free.jpg');
}
.btn_rus_free:hover {
    background-image: url('img/herramientas/rus_free_hover.jpg');

}
.btn_rus_motos {
    background-image: url('img/herramientas/rus_motos.jpg');
}
.btn_rus_motos:hover {
    background-image: url('img/herramientas/rus_motos_hover.jpg');
	
}
.btn_rus_celu {
    background-image: url('img/herramientas/rus_celu.jpg');
}
.btn_rus_celu:hover {
    background-image: url('img/herramientas/rus_celu_hover.jpg');
	
}
.btn_rus_nautica {
    background-image: url('img/herramientas/rus_nautica.jpg');
}
.btn_rus_nautica:hover {
    background-image: url('img/herramientas/rus_nautica_hover.jpg');

}
.btn_donde_cotizar {
    background-image: url('img/herramientas/donde_cotizar.jpg');
}
.btn_donde_cotizar:hover {
    background-image: url('img/herramientas/donde_cotizar_hover.jpg');
	
}
.btn_ike {
    background-image: url('img/herramientas/ike_btn.jpg');
}
.btn_ike:hover {
    background-image: url('img/herramientas/ike_btn_hover.jpg');
	
}
.btn_rus_tj {
    background-image: url('img/herramientas/rus_tarjeta.jpg');
	
}
.btn_rus_tj:hover {
    background-image: url('img/herramientas/rus_tarjeta_hover.jpg');
	
}
.btn_ssn {
    background-image: url('img/herramientas/ssn_btn.jpg');
	
}
.btn_ssn:hover {
    background-image: url('img/herramientas/ssn_btn_over.jpg');
	
}
.btn_polizas {
    background-image: url('img/herramientas/polizas_btn.jpg');
	
}
.btn_polizas:hover {
    background-image: url('img/herramientas/polizas_btn_over.jpg');
	
}
.btn_rubrica {
    background-image: url('img/herramientas/rubrica_btn.jpg');
	
}
.btn_rubrica:hover {
    background-image: url('img/herramientas/rubrica_btn_hover.jpg');
	
}


.ef_bot_herr:hover{
	box-shadow: 5px 5px 7px (255, 71, 4, 0.2);
	-moz-box-shadow: 5px 5px 7px  #45BEE8;
    -webkit-box-shadow: 5px 5px 7px  #45BEE8;
	background-color: rgba(69,190,232,0.8)
}





.btn_asis,
.btn_adm,
.btn_caucion,
.btn_tutoriales,

.btn_novedades {
    display: block;
    width: 100%; /* Para que ocupe todo el ancho del contenedor */
    padding-top: 56.25%; /* Mantener la proporción 16:9, ajusta según sea necesario */
    
	background-size:contain;
    background-position: center;
    border: none;
	border-radius: 5px;
    
    transition: background-image 0.3s ease-in-out;
    position: relative;
}

.btn_asis {
    background-image: url('img/iconos_tableros/asis_btn.png');
}
.btn_adm {
    background-image: url('img/iconos_tableros/adm_btn.png');
}
.btn_tutoriales {
    background-image: url('img/iconos_tableros/tut_btn.png');
}
.btn_novedades {
    background-image: url('img/iconos_tableros/nov_btn.png');
}
.btn_caucion {
    background-image: url('img/iconos_tableros/cau_btn.png');
}

.recuadro_capa{
	display: block;
	height: auto;
	padding: 10px;
	border: 1px solid #e0e0e0;
    border-radius: 10px;    
    margin-bottom: 15px;
    padding-top: 15px;
	box-shadow: 5px 10px 7px rgba(190,191,192,0.2);
    -moz-box-shadow: 5px 10px 7px #BEBFC0;
    -webkit-box-shadow: 5px 10px 7px #BEBFC0;
	

}
a.links_publi{
	text-decoration: none;
	font-family: 'Georama', sans-serif;
	font-size: 25px;
	color: #39B6CD;
	font-weight: bold;
	margin-left: 10px;
	text-align: center;
}

