﻿@charset "UTF-8";

/*Loading circulos*/
.bt_suscribe_ficha{ cursor: pointer; } .descripcion_incluye{ padding-bottom: 30px; } .txt_cancelar{ position: absolute; bottom: 0; }
#div_loading {width: 100%;position: absolute;left: 0px;top: 0px;z-index: 100000;opacity: 0.80;filter: alpha(opacity=80);-moz-opacity: 0.8;}
#div_loading_center {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 100001;background: url('../img/rutina_circulos.svg') 50% 50% no-repeat;background-size: 400px;}
#div_loading_center img {width: 400px;height: 400px;}
.oculto {display: none;}
/*Termina Loadin circulos*/

/*Mensaje Generico*/
.ficha_msj {width: 100%;height: auto;position: relative;background: #ffffff;border: 1px solid #D0D0D0;border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px;border: 0px solid #000000;-webkit-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.33);-moz-box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.33);box-shadow: 2px 4px 10px 1px rgba(0,0,0,0.33);}
.titulo_msj, .resumen_msj {width: 100%;height: auto;position: relative;text-transform: uppercase;font-family: "Oswald", sans-serif;font-weight: 400;font-size: 2rem;line-height: 2rem;text-align: center;}
.titulo_msj {height:45px !important;color:#000000 !important;padding-top: 25px;}
.resumen_msj {font-weight: 300;font-size:2rem;line-height:2rem;margin-top:5px;}
.bt_ficha_msj {	width: 30%;height:44px;position:relative;margin:15px auto;background: #b3b3b6;color:#ffffff;font-family: "Oswald", sans-serif;font-weight:400;font-size:1.3rem;line-height:44px;text-align: center;text-transform: uppercase;border-radius: 8px 8px 8px 8px;-moz-border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px 8px 8px 8px;}
.bt_suscribe_ficha a {text-decoration: none; color:#ffffff;}
/*Mensaje Generico*/