* {
	box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400');

html {
	font-size: 62.5%;
	font-family: 'Roboto Condensed', sans-serif;
}
html, body {
	/*width: 100%;*/
	margin: 0;
	color: #130657;
	line-height: 1.2;
	background: url(/Content/imgUsu/back-desplegables.png) repeat;
}

.imgDocumentoImprimirPRACTAUT{
    height:600px;
    margin-top:0px;
}

.seleccion{
	margin: 20px 0;
	text-align: left;
}
.seleccion img, .selection p{
	position: relative;
	float: left;
	display: inline;
}
.seleccion img{
	margin-right: 5px;
}

.seleccionChico{
	margin: 20px 0;
	text-align: left;
    font-size: 0.5em;
}

.texto-gris-p{
	color:#595958;
}

.texto-gris-p-bold{
	color:#595958;
    font-weight: bold;
    font-size: 1em;
}

.ochenta{
    list-style-type: none; 
	padding: 20px; 
	margin: 0px 50px 0px; 
	font-size: 3em;
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
}

.ochenta:hover {
	background: #a8a8a8;
	color: #130657;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
    cursor:pointer;
}

.encabezado{
	padding: 41px;
	font-size: 3em;
    font-family: 'Roboto Condensed', sans-serif;
}
.encabezado img{
	width: 60px;
    
}

button {
	font-family: 'Roboto Condensed', sans-serif;
}
img, p {
	display: inline-block;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	height: auto;/*padding-top: 20px;*/
}
a {
	color: #130657;
	text-decoration: none;
}
#pantalla {
	width: 100%;
	position: relative;
	float: left;
}
#contenedor {
	width: 1170px;
	/*height: auto;*/
	position: relative;
	margin: 0px auto;
	padding: 250px 0px 0px 0px;
	/*max-width: 100%; */
	overflow: hidden;
	background: #fff;
}
.izquierda {
	position: relative;
	float: left;
}
.derecha {
	position: relative;
	float: right;
}
.imgCentro {
	display: block;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}
.logo {
	width: 170px;
}
nav {
	position: fixed;
	width: 100%;
	height: 60px;
	padding: 20px;
	top: 0;
	left: 0;
	text-align: center;
	background: #fff;
	z-index: 999999;
}
nav li {
	display: inline;
	width: 50%;
	height: auto;
}
nav li img {
	width: 20px;
}
nav#offcanvas {
	background: #130657;
	position: fixed;
	left: -1800px;
	width: 40%;
	height: 100vh;
	top: 0px;
	z-index: 9999999;
	padding: 20px;
}
nav#offcanvas ul {
	position: relative;
	float: right;
	width: 80%;
	margin-top: 150px
}
nav#offcanvas li {
	width: 100%;
	height: auto;
	display: block;
	/*padding: 0px 10px 0px 10px;*/
}
nav#offcanvas li:hover {
	background: rgba(255,255,255,.5);
	color: #130657;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
nav#offcanvas li:first-of-type {
	border-bottom: solid 1px #fff;
}
nav#offcanvas li:last-of-type {
	border-top: solid 1px #fff;
}
nav#offcanvas p {
	font-size: 2em;
	color: #fff;
	line-height: 2;
}
.cerrar {
	width: 40px;
	position: absolute;
	top: 100px;
	right: 30px;
}
.titulo {
	font-size: 3em;
	padding-top: 30px;
}
.subtitulo {
	font-size: 2em;
}
.italica {
	/*font-family: 'OpenSans-LightItalic.ttf', sans-serif;*/
	text-align: center;
}
.icono {
	width: 40px;
}
.bg-submenu {
	background: #130657;
	width: 100%;
	height: 60px;
	position: fixed;
	top: 60px;
}
.submenu {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 60px;
	z-index: 9999;
	padding: 10px 0 0 0;
}
.submenu li {
	position: relative;
	float: left;
	display: inline;
	width: 33%;
	height: auto;
	text-align: center;
}
.submenu li a:hover {
	border-bottom: solid 4px #fbae16;
	-webkit-transition: border 0.2s, color 0.2s;
	-moz-transition: border 0.2s, color 0.2s;
	transition: border 0.2s, color 0.2s;
}
.submenu li a img {
	width: 30px;
}
.aclaracion {
	font-size: 2em;
	padding: 5px;
	color: #fff;
}
form {
	border: none;/*margin-top: 50px;*/
}
input, select {
	width: 100%;
	height: 200px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #130657;
	padding: 90px 40px 0;
	color: #130657;
	font-size: 1.7em;
}
textarea {
	width: 100%;
	height: 800px;
	border-top: solid 1px #130657;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #130657;
	padding: 90px 40px 0;
	color: #130657;
	font-size: 1.7em;
}
*::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #130657;
}
*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #130657;
}
*::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #130657;
}
*:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #130657;
}
.boton {
	width: 100%;
	height: 150px;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	background: #fbae16;
	padding-top: 20px;
	border: none;
	font-size: 4.8em;
	margin-top: 200px;
}
.gris {
	background-color: #efefef;
}
.blanco {
	background: #fff;
}
.texto-gris-p {
	color: #595958;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion, .subaccordion {
	position: relative;
	float: left;
	color: #130657;
	cursor: pointer;
	/*padding: 40px;*/
	width: 100%;
	height: auto;
	text-align: left;
	border: none;
	outline: none;
	transition: max-height 2s linear;
	margin-bottom: 5px;
}
.accordion {
	padding: 40px;
	background: #fff;
}
.subaccordion {
	color: #595958;
	padding: 40px;
}

div.panel {
	/*padding: 0 18px;*/
    /*background-color: white;*/
    /*max-height: 0;
    overflow: hidden;*/
	transition: max-height 0.2s ease-out;
}
.accordion img, .subaccordion img {
	position: relative;
	float: right;
	width: 60px;/*margin-top: -40px;*/
}
.accordion:hover, .subaccordion:hover {
	background: #a8a8a8;
	color: #130657;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
a.eleccion:active, a.eleccion:visited {
	background: #f9d698;
}
input.medico {
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	margin: 0;
}
.bloque {
	display: block;
}
.borde-rojo {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #cc0033;
}
.borde-verde {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #00802b;
}
.borde-amarillo {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #fbae16;
}
.borde-rojo p:nth-of-type(2), 
.borde-verde p:nth-of-type(2) {
	margin-bottom: 20px;
}
.preguntas {
	height: auto;
}
.delegacion {
	position: relative;
	float: left;
	width: 80%;
	height: auto;
	padding: 50px 36px;
	line-height: 1.5;
	font-size: 3.5em;
}
.llamar {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	padding: 30px 0;
}
.llamar img {
	width: 100px;
}
iframe {
	width: 100%;
	height: 100%;
}
.mapa {
	width: 100%;
	height: 70vh;
}
.fecha {
	color: #130657;
	font-size: 1.7em;
	padding: 0;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
}

.seleccion {
	margin: 100px 0;
	text-align: left;
}
.seleccion img, .selection p {
	position: relative;
	float: left;
	display: inline;
}
.botonmodal {
	position: relative;
	float: left;
	width: 48%;
	margin: .5%;
	height: 50px;
	background: #fbae16;
	padding-top: 5px;
	font-size: 1.5em;
}

.botonmodalCompleto {
    display: table;
    margin: .5% auto;
    height: 50px;
	background: #fbae16;
    width: 95%;
    padding-top: 5px;
	font-size: 1.5em;
    cursor:pointer;
	/*display:block;
	margin-left:auto;
    margin-right:auto;
	
	margin: ;
	
	*/
}

.botonmodalCompletoAbajo {
    position:absolute;
    display: table;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width:95%;
    bottom: 10px;
    background: #fbae16;
    padding-top: 5px;
    height:48px;
}

.botonnotificacion {
	position: relative;
	float: left;
	width: 48%;
	margin: 120px .5%;
	height: 120px;
	background: #fbae16;
	padding-top: 15px;
	font-size: 4em;
	text-align: center;
}
.foto-pedido {
	width: 100%;
	height: 300px;
	background: url(/Content/imgUsu/receta-medica.jpg) no-repeat center top;
}
.notificacion-mensaje {
	width: 100%;
	height: auto;
	padding: 20px 10px;
}
.notificacion-mensaje p {
	margin-top: 50px;
	line-height: 1.8em;
}
.imagen-tarjeta img {
	position: relative;
	float: left;
	width: 100%;
}
.notificacion-numero {
	position: absolute;
	right: 50px;
	top: 50px;
}
#dni {
	width: 100%;
	border-bottom: solid 1px #130657;
}
#caracteristica {
	width: 38%;
	margin-right: 2%;
}
#celular {
	width: 58%;
}

.reclamos .botonmodal{
	font-size: 1.7em;
	margin:5% 25%;
}
.reclamos textarea{
	padding: 20px;
	height: 20vh;
}
.consulta-reclamo{
	float: left;
	width: 48%;
	/*font-size: 1.7em;*/
	display: inline;
	padding: 40px 10px;
	text-align: center;
}
.consulta-reclamo input{
	width: 30px;
	height: 30px;
	display: inline;
	position: relative;
	float: left;
	margin-left: 30px;

}
.consulta-reclamo label{
	font-size: 2.7em;
	display: inline;
	position: relative;
	float: left;
}
.reclamos .botonmodal{
	font-size: 1.7em;
	margin:5% 25%;
}
.reclamos textarea{
	padding: 20px;
	height: 20vh;
}
.parentesco {
	float: left;
	width: 100%;
	font-size: 1.2em;
	display: inline;
	padding: 40px;
}
.parentesco input {
	width: 60px;
	height: 60px;
	display: inline;
	position: relative;
	float: right;
	margin-left: 30px;
}
.parentesco label {
	/*font-size: 3em;*/
	display: inline;
	position: relative;
	float: left;
}
.credencial-provisoria-imagen {
	width: 100%;
	height: auto;
}
.credencial-provisoria-imagen img {
	width: 100%;
}
.buscador {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	border: solid 2px;
	margin: 40px 0;
	background: url(/Content/imgUsu/lupa.svg) no-repeat center right;
}
.formularios-especiales {
	width: 100%;
	height: auto;
}
.formularios-especiales h5 {
	font-size: 4em;
	margin: 10px 0;
}
.formularios-especiales p {
	font-size: 3.5em;
}
.oculto {
	display: none;
}
.botonera input {
	width: 48%;
	margin-top: 20px;
}
.botonera input+input {
	margin-left: 20px;
}
.ochenta {
	position: relative;
	float: left;
	width: 85%;
}
.veinte {
	position: relative;
	float: left;
	width: 15%;
}
.veinte img {
	width: 70%;
	display: block;
	margin: 5px 0;
}
.margen-cartilla {
	margin: 50px 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,1);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preloader img:first-of-type {
	margin-top: 400px;
	margin-left: 80px;
	margin-bottom: 0px;
	width: 200px;
}
.preloader img:last-of-type {
	margin-left: 100px;
	margin-top: 300px;
}
.preloader h1 {
	font-size: 6em;
}
.seleccion img.telefonito {
	position: relative;
	float: right;
}
footer {
	width: 100%;
	height: 100px;
	padding: 25px 0;
	background: #130657;
}
footer ul {
	width: 100%;
}
footer li {
	display: inline;
}
footer li img {
	width: 50px;
}
.to-top {
	display: block;
	background: url(/Content/imgUsu/top.svg) no-repeat center center;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 90px;
	right: 20px;
	border-radius: 100%;
	background-color: rgba(246,162,28,1);
	z-index: 9999;
}
.bg-footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background: #130657;
	z-index: -9;
}
.numero {
	position: absolute;
	z-index: 9;
	right: 50px;
	top: 20px;
}

@media screen and (max-width : 1200px) {
body {
/*background-color: peru;*/
}
#contenedor {
	width: 1170px;
}

h6 {
	font-size: 2.5em;
}
h4 {
	font-size: 2.5em;
}
.texto-slider {
	width: 400px;
	top: 300px;
	right: 50px;
}
.texto-slider img {
	width: 80px;
}
.dato span {
	font-size: 4em;
}
.contador {
	width: 970px;
	height: 150px;
	top: 800px;
}
.botones, .display {
	padding: 0 40px;
	width: 48%;
}
.descripcion {
	margin-left: 7%;
}
.tipos .fila div:first-of-type {
	font-size: 3em;
}
.map-container .contacto {
	padding: 30px 0px;
}
.map-container .contacto ul {
	font-size: 2em;
}
#offcanvas {
	z-index: 99999999;
}
footer {
	padding: 25px 50px 25px 25px;
}
.logo-footer {
	margin-right: 60px;
}
.modal-contenido {
	width: 70%;
}
}

@media screen and (max-width : 1024px) {
#contenedor {
	width: 1000px;
}
.contador {
	top: 690px;
}
.texto-slider {
	top: 150px;
}
}

@media screen and (max-width : 990px) {
body {
/*background-color: yellow;*/
}
#contenedor {
	width: 970px;
}
.texto-slider {
	width: 800px;
	top: 300px;
	right: 50px;
}
.texto-slider img {
	width: 80px;
}
.contador {
	width: 100%;
	height: 120px;
	top: 660px;
}
.contenedordato {
	padding-top: 0;
}
.dato p:first-of-type {
	font-size: 2.3em;
}
.botonera {
	padding: 120px 0;
}
.botones button {
	height: 200px;
}
.botones button img {
	width: 70px;
}
.display {
	height: 616px;
}
.display img {
	width: 70px;
}
.descripcion {
	height: 616px;
}
.planes .tipos {
	padding: 30px;
	width: 50%;
}
.tipos .fila div:first-of-type {
	font-size: 4em;
}
nav#offcanvas {
	width: 60%;
}
footer {
	padding: 25px 0;
}
}

@media screen and (max-width : 768px) {
body {
/*background-color: purple;*/
}
#contenedor {
	width: 750px;
}
h6 {
	font-size: 2.5em;
}
.texto-slider {
	width: 600px;
	top: 200px;
	right: 50px;
	border-left: 0;
}
.texto-slider img {
	width: 60px;
}
.contador {
	width: 100%;
	height: 80px;
	top: 515px;
}
.dato span {
	font-size: 2.4em;
}
.dato p:first-of-type {
	font-size: 1.5em;
}
.botonera {
	padding: 80px 0;
}
.botones button {
	height: 120px;
	padding: 10px;
}
.botones button p {
	font-size: .8em;
}
.botones button img {
	width: 50px;
}
.display {
	height: 370px;
}
.display img {
	width: 50px;
}
.descripcion {
	width: 80%;
	height: 370px;
	margin-left: 0;
	padding: 0px;
}
.descripcion ul {
	padding-left: 0;
}
.descripcion ul p {
	font-size: .9em;
}
.planes .tipos {
	padding: 20px;
	width: 50%;
}
.tipos img {
	width: 100px;
}
.tipos .fila div:first-of-type {
	font-size: 3em;
}
.tipos .fila div:last-of-type {
	font-size: 2em;
	margin-bottom: 0;
}
.map-container .contacto {
	width: 50%;
}
.map-container .contacto ul {
	font-size: 1.5em;
}
.map-container .contacto li+li {
	margin: 20px 0;
}
.fecha {
	height: 50px;
}
input.medico {
	width: 30px;
}
}

@media screen and (max-width : 480px) {
body {
/*background-color: green;*/
}
#contenedor {
	width: 450px;
}
nav#offcanvas {
	width: 90%;
	padding: 30px;
}
nav#offcanvas ul {
	width: 100%;
	padding: 0;
}
nav#offcanvas li {
	padding-top: 72px;
}
nav#offcanvas li img {
	width: 30px;
	margin-top: 10px;
}
nav#offcanvas li p {
	font-size: 1.8em;
}
.cerrar {
	top: 25px;
	right: 25px;
}
.bx-slider img {
	height: 500px;
}
h6 {
	font-size: 2em;
}
.texto-slider {
	width: 250px;
	top: 150px;
	right: 0px;
	border-left: 0;
}
.texto-slider img {
	width: 50px;
}
.texto-slider p {
	display: none;
}
.contador {
	width: 480px;
	height: 80px;
	top: 360px;
	padding-top: 20px;
}
.botonera {
	padding: 120px 0 60px 0;
}
.botones, .display {
	width: 100%;
}
.botones button {
	width: 32%;
	height: 120px;
	padding: 10px;
}
.botones button p {
	font-size: .6em;
}
.botones button img {
	width: 40px;
}
.botones button:nth-child(2n+1) {
	margin-left: .5%;
	margin-right: .5%;
}
.display {
	height: 370px;
}
.display img {
	width: 40px;
}
.descripcion {
	width: 80%;
	height: 370px;
	margin-left: 0;
	padding: 0px;
}
.planes .tipos {
	padding: 40px;
	width: 100%;
}
.galeria {
	margin-top: 20px;
}
.map-container {
	margin-top: 20px;
	height: 350px;
}
.map-container .contacto {
	width: 100%;
	height: 350px;
}
.titulo {
	font-size: 2.5em;
}
.accordion img,  .subaccordion img {
	width: 50px;
}
nav#offcanvas li {
	padding-top: 0;
}
}

@media screen and (max-width : 414px) {
#contenedor {
	width: 400px;
}
h6 {
	font-size: 1.5em;
}
.contador {
	width: 100%;
	height: 60px;
	top: 275px;
	padding-top: 10px;
	overflow: hidden;
}
.texto-slider {
	width: 350px;
	top: 140px;
}
.texto-slider img {
	width: 30px;
}
.botonera {
	padding: 80px 0 40px 0;
}
.botones {
	margin: 0;
}
footer {
	padding: 25px;
}
footer ul {
	padding: 0;
}
}

@media screen and (max-width : 320px) {
#contenedor {
	width: 300px;
	padding-top: 150px;
}
nav.principal {
	height: 50px;
	padding-top: 5px;
}
h6 {
	font-size: 1.5em;
}
.bxslider {
	margin-top: 20px;
}
.texto-slider {
	width: 250px;
	top: 70px;
	right: 15px;
	border-left: 0;
}
.texto-slider img {
	width: 30px;
}
.contador {
	width: 100%;
	height: 60px;
	top: 230px;
	padding-top: 10px;
}
.dato span {
	font-size: 2em;
}
.dato p:first-of-type {
	font-size: 1em;
}
.botonera {
	padding: 80px 0 40px 0;
}
.botones, .display {
	width: 100%;
}
.botones {
	padding: 0;
}
.botones button {
	width: 16%;
	height: 60px;
	padding: 10px;
}
.botones button p {
	display: none;
}
.botones button img {
	width: 30px;
}
.planes .tipos {
	padding: 20px;
	width: 100%;
}
.galeria {
	margin-top: 20px;
}
.map-container {
	margin-top: 20px;
	height: 350px;
}
.map-container .contacto {
	width: 100%;
	height: 350px;
}
.tipos .fila div:last-of-type {
	font-size: 1.7em;
}
footer {
	padding: 25px;
}
footer ul {
	padding: 0;
}
.modal-contenido {
	width: 80%;
}
.titulo {
	font-size: 2em;
}
.accordion img,  .subaccordion img {
	width: 40px;
}
.submenu li a img {
	width: 15px;
}
.aclaracion {
	font-size: 1.7em;
}
.accordion, .subaccordion {
	padding: 10px;
}
.logo-footer {
	margin-right: 20px;
}
.to-top {
	bottom: 40px;
}
input.medico {
	width: 20px;
}
}

/* Style the buttons that are used to open and close the accordion panel */
button.nuevoacordeon {
	cursor: pointer;
	transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.nuevoacordeon.active {
	background-color: rgb(255,255,255);
}
button.nuevoacordeon:hover {
	background-color: rgb(168,168,168);
}
/* Style the accordion panel. Note: hidden by default */

div.panel {
	padding:0 1px 0 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
div.panel div {
	background-color: rgb(239,239,239);
}

div.panelMenu {
	padding:0 1px 0 0;
	max-height: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.modal-open {
  overflow: hidden;
}
.modal {
  background-color: rgba(200,200,200,.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  overflow: hidden;
  opacity:1;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-alignment-helper-confirmacion {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.vertical-align-center-confirmacion {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.buscando-modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:50px;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
  
}
.mensajes-modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:50%;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

.mensajeErrorStyle{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	background:#fff;
	border-bottom:solid 8px #fbae16;
	margin: auto;
	padding:40px 30px;
	font-size: 2em;
	text-align: center;
}

.modal-contenido-error{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #f91919;
}

.modal-contenido-error h2{
	color:#130657;
	margin: 20px 0;
    font-size: 2.2em;
    
}

.modal-contenido-error img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modal-contenido-confirmacion{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modal-contenido-confirmacion-ochenta{
  background-color:#fff;
  width:80%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modal-contenido-confirmacion img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modal-contenido-confirmacion-ochenta img{
    position: absolute;
    right: -15px;
	top: -15px;
}

.modal-contenido-confirmacion h2{
	color:#130657;
	margin: 20px 0;
    font-size: 1.5em;
}

.modal-contenido-confirmacion-ochenta h2{
	color:#130657;
	margin: 20px 0;
    font-size: 1.5em;
}

.modal-contenido-confirmacion h6{
	color:#130657;
	margin: 20px 0;
    font-size: 2.5em;
}

.modal-contenido-confirmacion-ochenta h6{
	color:#130657;
	margin: 20px 0;
    font-size: 2.5em;
}

/*Notificaciones*/
.subaccordion-02 {
	position: relative;
	float:left;
    color: #130657;
    cursor: pointer;
    /*padding: 40px;*/
    width: 100%;
    height: auto;
    text-align: left;
    border: none;
    outline: none;
    transition: max-height 2s linear;
    margin-bottom: 5px;
}

.borde-rojo-notificacion {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #cc0000;
}

.borde-verde-notificacion {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #00802b;
}

.borde-amarillo-notificacion {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #ffff99;
}

.borde-azul-notificacion {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #3333cc;
}

.borde-gris-notificacion {
	width: 100%;
	height: auto;
	padding: 40px;
	border-right: solid 20px #c3c3c3;
}

.lblNoMensajes{
	color:#130657;
	margin: 50px 70px;
    font-size: 2em;
}

.cincuenta{
	width: 49%;
	border:none;
    cursor:pointer;
}

.vertical-alignment-helper-detalle-buzon {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center-detalle-buzon {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-contenido-detalle-buzon{
    text-align:center;
    background-color:#fff;
    width:90%;
    height: 80%;
    padding: 0px;
    margin: 0% auto;
    position: relative;
    border-radius: 5px;
    opacity:1;
    border-bottom:solid 8px #fbae16;
}

.fraseBuzon {
	font-size: 2em;
    margin-left:30px;
    font-weight:bold;
}

.fraseBuzonChico {
	font-size: 1.5em;
    margin-left:50px;
}


.fraseBuzonSinNegrita {
	font-size: 1em;
    margin-left:30px;
    font-weight:normal;
}

.fraseBuzonItemSinNegrita {
	font-size: 2em;
    margin-left:30px;
    font-weight:normal;
}

.fraseBuzonRojo {
	font-size: 3em;
    margin-left:30px;
    font-weight:bold;
    color:#cc0000;
}

.fraseBuzonRojoSinNegrita {
	font-size: 1em;
    margin-left:30px;
    font-weight:normal;
    color:#cc0000;
}

.adjuntar{
	position: absolute; 
    bottom: 0px; 
    width: 100%;
}
.adjuntar button, .adjuntar input{
	display: inline;
	position: relative;
	float: left;
	height: 60px;
	/*background: #efefef;*/

}
.adjuntar button{
	width: 15%;
	border:none;
	background: #efefef;
}
.adjuntar button img{
	width: 20%;
}
.adjuntar input{
	width: 70%;
	padding: 0;
}

.buzonMensajes {
    position:absolute; 
    width:100%;
    height:91%;
    bottom: 0px;
    background-color:#6454FA;
}

.tablaPrestaciones {
    border-collapse:separate;
    border-spacing:30px 5px;
    margin-left:80px;
}

#fader {
  opacity: 0.5;
  background: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
  

/*.buzonMensajesDesdeCentral{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    float: left;   
    margin: 10px 45px 5px 20px; 
	border-color: #cdecb0;
    font-size: 1.3em;
}

.buzonMensajesDesdeCentral::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px; 
	
}

buzonMensajesDesdeAPP{
    background-color: #dfeecf;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    float: right;   
    margin: 5px 45px 5px 20px; 
	border-color: #cdecb0;
	
	  }

.buzonMensajesDesdeAPP{
    float: right;
	background-color: #dfeecf;
	border-radius: 5px;
	box-shadow: 0 0 6px #B2B2B2;
	display: inline-block;
	padding: 10px 18px;
	position: relative;
	vertical-align: top;
	margin: 10px 30px;
	border-color: #cdecb0;
}

.buzonMensajesDesdeAPP::before {
    float:right;
    background-color: #dfeecf;
    content: "\00a0";
    display: block;
    height: 19px;
	position:relative;
    left: 26px;
	top: 0px;
    transform:             rotate( 205deg ) skew( -35deg );
        -moz-transform:    rotate( 205deg ) skew( -35deg );
        -ms-transform:     rotate( 205deg ) skew( -35deg );
        -o-transform:      rotate( 205deg ) skew( -35deg );
        -webkit-transform: rotate( 205deg ) skew( -35deg );
    width:  20px;
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 ); 
}

.ulListaMensaje {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
}*/

.detalleBuzonMensajeStyle{
	position: absolute; 
    /*bottom: 60px; */
    width: 100%;
    overflow:scroll;
    overflow-y:visible;
    overflow-x:hidden;
    /*height:100%;*/
    max-height:90%;
}

.conversation {
  height: calc(100% - 12px);
  position: relative;
  /*background: #efe7dd url("https://cloud.githubusercontent.com/assets/398893/15136779/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;*/
  background-color:#fcfcfc;
  z-index: 0;
}

.conversation ::-webkit-scrollbar {
  transition: all .5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
  background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

.conversation .conversation-container {
  height: calc(100% - 68px);
  /*box-shadow: inset 0 10px 10px -10px #000000;*/
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 5px;
}

.conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Messages */

.message {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
}

.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.message:first-child {
  margin: 16px 0 8px;
}

.message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
  text-align:right;
  font-size:1.5em;
}

.message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

.message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #e3eff7 transparent transparent;
  top: 0;
  left: -10px;
}

.message.received {
  background: #e3eff7;
  border-radius: 0px 5px 5px 5px;
  float: left;
  text-align:left;
}

.image-upload > input
{
    display: none;
}

.coseguro {
	font-size: 2em;
    color: #cc0033;
}

.subEncabezado{
    display: inline-block;
	padding: 41px;
	font-size: 3em;
    font-family: 'Roboto Condensed', sans-serif;
    cursor:pointer;
}

.subEncabezado img{
	width: 60px;
    right: 50px;
    position: absolute;
    display: inline;
    margin-top:-50px;
}

.imgCrecencialProvisoria {
    height:300px;
    margin-top:0px;
}

.respuestaAPregunta{
	margin: 20px 0;
	text-align: justify;
    font-size: 2.0em;
}

.sedeNombre{
	margin: 100px 0;
    margin-left:50px;
	text-align: left;
    font-size: 2.5em;
}

.sedeDatos{
	margin: 20px 0;
    margin-left:50px;
	text-align: left;
    font-size: 1.8em;
    color: #53575a;
}

.divMenu {
    padding:0px; /* set to 0 */
    text-align:center;
    display:inline-block;
    height:Auto;
    width:100%;
    /*background-color:red;*/
    padding: 20px 10px 20px 10px;
    cursor:pointer;
}

.divMenuBoton {
    padding:0px; /* set to 0 */
    display:inline-block;
    height:Auto;
    width:100%;
    cursor:pointer;
    color: #130657;
}





