.fotoImagen{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.textoNotificacion{	
    position: relative;
    top: -18px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;	
}

.imagenNotificacion{	
    top: 2px;
    position: relative;
    left: 9px;	
}

.rutinaCalendario{
	position: relative;
	top: 75px;
	left: 4px;
}

.datosUsuario_FotoUsuario {
	background-image: url("../../images/userFoto.jpg");
	background-repeat: repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 170px;
	position: absolute;
	left: 28px;
	top: 70px;
}

.mensajeLicenciaVencida {
	position: fixed;
	bottom: 0px;
	background-color: rgb(203, 40, 40);
	width: 100%;
	z-index: 1000;
	height: 40px;
	text-align: left;
	color: white;
	font-size: 15px;
	line-height: 37px;
	padding-left: 10px;
}

.cargando {
	top: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000000;
	background: rgba(255,255,255,.6)
}

.beneficiarioAlerta {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000000;
	background: rgba(0,0,0,.8)
}

.cargandoAnimacion{	
	font-size: 150px;
	position: absolute;
	z-index: 100000000;
	top: 50%;
	left: 50%;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

@-moz-keyframes spin { 100% {
	-moz-transform: rotate(360deg);}
}

@-webkit-keyframes spin { 100% {
	-webkit-transform: rotate(360deg);}
}

@keyframes spin { 100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);}
}

.animated { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 4s;
 	
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
 	-webkit-animation: infinite;
	-moz-animation: infinite;
	animation: infinite;
	
 	animation-name: bounceIn;
 	animation-duration: 4s;
 	
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
} 

.animated1 { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 2s;
 	
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
 	-webkit-animation: infinite;
	-moz-animation: infinite;
	animation: infinite;
	
 	animation-name: bounceIn;
 	animation-duration: 2s;
 	
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
} 

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
}
 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
}
 
.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

@-webkit-keyframes notificaciones { 
    0% { -webkit-transform: rotate(-20deg); } 
    50% { -webkit-transform: rotate(20deg); box-shadow: 0 0 10px #F9FCA9;} 
    100% { -webkit-transform: rotate(-20deg); } 
}
 
@keyframes notificaciones { 
    0% { transform: rotate(-20deg); } 
    50% { transform: rotate(20deg); box-shadow: 0 0 10px #F9FCA9;} 
    100% { transform: rotate(-20deg); } 
}
 
.notificaciones { 
    -webkit-animation-name: notificaciones; 
    animation-name: notificaciones; 
}

@-webkit-keyframes resaltarOpcion { 
    50% { box-shadow: inset 0 0 100px #F9FCA9;} 
}
 
@keyframes resaltarOpcion { 
    50% { box-shadow: inset 0 0 100px #F9FCA9;} 
}
 
.resaltarOpcion { 
    -webkit-animation-name: resaltarOpcion; 
    animation-name: resaltarOpcion; 
}

@-webkit-keyframes resaltarNotificacion { 
    50% { box-shadow: inset 0 0 100px #fbf785;} 
}
 
@keyframes resaltarNotificacion { 
    50% { box-shadow: inset 0 0 100px #fbf785;} 
}
 
.resaltarNotificacion { 
    -webkit-animation-name: resaltarNotificacion; 
    animation-name: resaltarNotificacion; 
}

.altaBeneficiario_fotoBeneficiario{
	background-image: url("../../images/userFoto.jpg");
	background-repeat: repeat;
	background-size: 100% 100%;
	width: 240px;
	height: 270px;
	position: relative;
	left: 50%;
	margin: 15px 0 65px -100px;
}

.listaBeneficiarios_imagenRemoverPaciente{	
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 8px;
	right: 0px;
	opacity: .7;
}

.listaBeneficiarios_textoMio{
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
}

.listaBeneficiarios_imagenMenuPaciente{
	background-image: url(../../images/menuCalendarioPorDia.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 8px;
	right: 0px;
	opacity: .7;
}

.listaBeneficiarios_tablaBeneficiarios{
	width: 100%; 
	position: relative;	
}

.listaBeneficiarios_tablaBeneficiarios td{
	width: 33%; 
}

.listaEspecialistas_tablaEspecialistas{
	width: 100%; 
	position: relative;	
}

.listaEspecialistas_tablaEspecialistas td{
	width: 33%; 
}
.listaBeneficiarios_imagenMenuPaciente:hover{
	opacity: .5;
}

.listaEspecialistas_mensajeSolicitudEnviada{
	background-color: rgba(179, 182, 199, 0.42); 
	text-align: center; 
	height: 50px; 
	padding: 5px 20px;
	font-weight: bold;
}

.buscarBeneficiario_tablaBeneficiarios{
	width: 100%; 
	position: relative;
	top: 30px;
	margin-bottom: 30px;
}

.buscarBeneficiario_tablaBeneficiarios td{
	width: 30%;
	padding-left: 3%;
	padding-right: 3%; 	
}

.licenciaVencida_mensajeLicenciaVencida{	
    position: fixed;
    bottom: 0px;
    background-color: rgb(203, 40, 40);
    width: 100%;
    z-index: 1000;
    height: 40px;
    text-align: left;
    color: white;    
    font-size: 15px;
    line-height: 37px;
    padding-left: 10px;	
}

.licenciaVencida_mensajeLicenciaPorExpirar{	
    position: fixed;
    bottom: 0px;
    background-color: #b7b711;
    width: 100%;
    z-index: 1000;
    height: 40px;
    text-align: left;
    color: white;    
    font-size: 15px;
    line-height: 37px;
    padding-left: 10px;	
}

.calendarioBeneficiario_mensajeDefinicionColores{
	text-align: center;
	padding: 10px 5px;
}

.imagenMenuCalendarioPorDia{
	background-image: url(../../images/menuCalendarioPorDia.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	cursor: pointer;
	position: relative;
	width: 17px;
	height: 17px;
	top: -25px;
	left: 0px;
	opacity: .6;
}

.popupImagenes_imagen {
	background-image: url(../../images/actividad.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 150px;
	height: 150px;
	top: -75px;
	margin: 0 0 15px 25px;
}

.popupNuevaImagenes_imagen {
	background-image: url(../../images/actividad.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 150px;
	height: 150px;
	top: -20px;
	margin: 0 0 15px 25px;
}

.popupImagenes_tablaImagenes p {
	text-align: center;
	font-size: 10px;
	padding: 0px 2px;
}

.popupImagenes_tablaImagenes td {
	width: 16.6%;
	cursor: pointer;
	vertical-align: top;
}

.popupImagenes_tablaImagenes {
	width: 100%;
	margin-top: 8px;
}

.popupImagenes_tablaImagenes td:hover {
	width: 38px;
	height: 38px;
	transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
}

.popupImagenes_imagenTabla {
	background-image: url(../../images/iconImagen.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 40px;
	height: 40px;
	left: 25%;
}

.popupImagenes_divTablaImagenes {
	background-color: #f4f4f4;
	height: 240px;
	width: 100%;
	top: 10px;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
}

.popupSeleccionadoElemento {
	left: -12px;
	position: relative;
}

.actividadRealizadaListaActividades {
	left: 98px;
	position: relative;
	font-size: 23px;
	top: -118px;
}

.popupSeleccionadoActidadElemento {
	left: 2px;
	position: relative;
	top: -15px;
}

.popupElementoPropiedadTEAgenda {	
	position: absolute;
	font-size: 12px;
	margin-top: -69px;
	margin-left: 87px;
}

.popupElementoPropiedadTEAgendaActividades {	
	position: relative;
	font-size: 12px;
	top: -76px;
	margin-left: 87px;
}

.popupImagenPropiedadTEAgenda {	
	position: absolute;
	font-size: 12px;
	margin-top: -67px;
	margin-left: 59px;
}

.popupSeleccionadoElementoImagen {
	left: 8px;
	top: -60px;
	position: relative;
}

.popupRutinas_listaRutinas{	
    height: 303px;
    background-color: #ebeaea;
    margin: 10px 0px;
    overflow: scroll;
    overflow-x: hidden;
}

.popupRutinas_tablaRutinas td{
	width:20%; 
	cursor: pointer;
	vertical-align: top;
}

.popupRutinas_tablaRutinas p{
	text-align: center;
	font-size: 12px;	
}

.popupRutinas_tablaRutinas td:hover {   	
	transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.popupRutinas_imagenRutina{
	background-image: url(../../images/plantillaIcono.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;		
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	left: 35%;	
}

.popupChat_divChat {
	width: 320px;
	position: fixed;
	bottom: -20px;
	right: 0px;
	z-index: 9998;
}

.popupAudio_imagenAgregarAudio {
	background-image: url(../../images/iconAudio.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 150px;
	height: 150px;
	top: -75px;
	margin: 0 0 15px 25px;
	cursor: pointer;
}

.popupAudio_imagenesNuevaActividad {
	background-color: #f4f4f4;
	height: 240px;
	width: 100%;
	top: 10px;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
}

.popupAudio_tablaAudios td {
	width: 16.6%;
	cursor: pointer;
	vertical-align: top;
}

.popupAudio_tablaAudios {
	width: 100%;
}

.popupAudio_audioSeleccionado {
	background-image: url(../../images/iconAudio.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 40px;
	height: 40px;
	left: 25%;
}

.popupAudio_audioSeleccionado p {
	text-align: center;
	font-size: 10px;
	padding: 0px 2px;
	font-weight: bold;
}

.chat-message {
	padding: 5px 2px 5px;
}

.chat {
	list-style: none;
	margin: 0;
}

.chat-message {
	background: #f9f9f9;
}

.chat li img {
	width: 45px;
	height: 45px;
	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
}

img {
	max-width: 100%;
}

.chat-body {
	padding-bottom: 20px;
}

.chat li.left .chat-body {
	margin-left: 70px;
	background-color: #fff;
}

.chat li .chat-body {
	position: relative;
	font-size: 15px;
	padding: 10px;
	border: 1px solid #f1f5fc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.chat li .chat-body .header {
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f5fc;
}

.chat li .chat-body p {
	margin: 0;
}

.chat li.left .chat-body:before {
	position: absolute;
	top: 10px;
	left: -8px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-top: 1px solid #f1f5fc;
	border-left: 1px solid #f1f5fc;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.chat li.right .chat-body:before {
	position: absolute;
	top: 10px;
	right: -8px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-top: 1px solid #f1f5fc;
	border-right: 1px solid #f1f5fc;
	content: '';
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.chat li {
	margin: 15px 0;
}

.chat li.right .chat-body {
	margin-right: 70px;
	background-color: #fff;
}

.chat-box {
	position: fixed;
	bottom: 0;
	left: 444px;
	right: 0;
	padding: 15px;
	border-top: 1px solid #eee;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.primary-font {
	color: #3c8dbc;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	outline: 0;
}

.divChat {
	width: 320px;
	position: fixed;
	bottom: -20px;
	right: 0px;
	z-index: 9998;
}

.login_bodyInicioSesion {
	background-size: 100% 100%;
	background-image: url(../../images/fondo.jpg);	
	background-repeat: no-repeat;
	min-width: 1000px;
}

.container {
	margin: 0 auto;
}

/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	height: 280px;
	line-height: 250px;
	overflow: hidden;
}

.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}

.frame ul li {
	float: left;
	width: 227px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	background: rgb(203, 207, 210);
	color: #090909;
	text-align: center;
	position: relative;
}

.frame ul li.active {
	/*color: #fff;
	background: #a03232;*/
	
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}

.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}

.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
	background: #aaa;
}

.pages li.active {
	background: #666;
}

/* Controls */
.controls {
	margin: 25px 0;
	text-align: center;
}

/* One Item Per Frame example*/
.oneperframe {
	height: 300px;
	line-height: 300px;
}

.oneperframe ul li {
	width: 1140px;
}

.oneperframe ul li.active {
	background: #333;
}

/* Crazy example */
.crazy ul li:nth-child(2n) {
	width: 100px;
	margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
	width: 300px;
	margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
	width: 400px;
	margin: 0 30px 0 2px;
}

.imagenMenuActividad {
	background-image: url(../../images/menuCalendarioPorDia.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	opacity: .7;
}

.textoTituloActividad {
	position: absolute;
	font-size: 18px;
	line-height: 24px;
	top: 19px;
	padding: 0px 20px;
	width: 228px;
}

.imagenActividad {
	background-image: url(../../images/actividad.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	width: 150px;
	height: 150px;
	top: 65px;
	margin: 0 0 0 -75px;
}

.imagenNuevaActividad {
	background-image: url(../../images/actividad.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 150px;
	height: 150px;
	top: 20px;
	margin: 0px 60px 60px 0px;
}

.imagenAgregarImagen {
	background-image: url(../../images/actividad.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 150px;
	height: 150px;
	top: -75px;
	margin: 0 0 15px 25px;
}

.textoHoraActividad {
	position: absolute;
	font-size: 18px;
	line-height: 24px;
	bottom: 30px;
	padding: 0px 20px;
	width: 228px;
}

.colorActividad {
	position: absolute;
	height: 9%;
	line-height: 24px;
	bottom: 0px;
	padding: 0px 20px;
	line-height: 24px;
	bottom: 0px;
	padding: 0px 20px;
	width: 228px;
}

.imagenAudio {
	background-color: transparent;
	left: -5px;
	position: absolute;
	bottom: -5px;
	z-index: 100;
	cursor: pointer;
}

.mensajeError {
	font-size: 12px;
	color: red;
	margin-top: -9px;
	font-weight: bold;
}

.imagenToleranciaAlCambio {
	top: 50px;
	position: absolute;
	z-index: 100;
	left: 165px;
}

.crearActividad tr {
	border: transparent 5px solid;
}

.imagenesNuevaActividad {
	background-color: #f4f4f4;
	height: 240px;
	width: 100%;
	top: 0px;
	position: relative;
	overflow: scroll;
	overflow-x: hidden;
}

.imagenesTablaNuevaActividad td {
	width: 16.6%;
	cursor: pointer;
	vertical-align: top;
}

.imagenesTablaNuevaActividad {
	width: 100%;
}

.imagenActividadNueva:hover {
	width: 38px;
	height: 38px;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
}

.audioActividadNueva:hover {
	width: 38px;
	height: 38px;
}

.imagenActividadNueva {
	background-image: url(../../images/iconImagen.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 40px;
	height: 40px;
	left: 25%;
}

.imagenesTablaNuevaActividad p {
	text-align: center;
	font-size: 10px;
	padding: 0px 2px;
}

.audioActividadNueva {
	background-image: url(../../images/iconAudio.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 40px;
	height: 40px;
	left: 25%;
}

.audioActividadNueva p {
	text-align: center;
	font-size: 10px;
	padding: 0px 2px;
	font-weight: bold;
}

.imagenAgregarAudio {
	background-image: url(../../images/iconAudio.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 150px;
	height: 150px;
	top: -75px;
	margin: 0 0 15px 25px;
	cursor: pointer;
}

.contenidoListaPasos {
	background-color: #f4f4f4;
	width: 100%;
	height: 380px;
	overflow: scroll;
	overflow-x: hidden;
}

.connected, .sortable, .exclude, .handles {
	margin: auto;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sortable.grid {
	overflow: hidden;
}

.connected li, .sortable li, .exclude li, .handles li {
	list-style: none;
	border: 1px solid #CCC;
	background: #F6F6F6;
	color: #1C94C4;
	height: 100px;
}

.handles span {
	cursor: move;
}

li.disabled {
	opacity: 0.5;
}

.sortable.grid li {
	line-height: 80px;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
}

li.highlight {
	background: #FEE25F;
}

#connected {
	width: 440px;
	overflow: hidden;
	margin: auto;
}

.connected {
	float: left;
	width: 200px;
}

.connected.no2 {
	float: right;
}

li.sortable-placeholder {
	border: 1px dashed #CCC;
	background: none;
}

.borrarPaso {
	cursor: pointer;
	right: 50px;
	position: relative;
	z-index: 100;
	left: 617px;
	top: -125px;
}

.divPasoLista {
	top: 2px;
	left: 120px;
	position: relative;
	color: black;
}

.divPasoLista textarea {
	width: 80%;
	height: 67px;
	resize: none;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #dddddd;
	padding: 2px 10px;
}

.imagenPaso {
	background-image: url(../../images/iconImagen.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 90px;
	height: 90px;
	left: 15px;
	top: -90px;
	cursor: pointer;
}

.imagenAudioPaso {
	cursor: pointer;
	right: 50px;
	position: relative;
	z-index: 100;
	left: 670px;
	top: 0px;
}

.textoSeleccionado:hover {
	color: #3c8dbc;
	font-weight: bold;
}

.tablaTemplate td {
	width: 14%;
	cursor: pointer;
	vertical-align: top;
}

.tablaTemplate {
	width: 100%;
}

.tablaTemplate p {
	text-align: center;
	font-size: 10px;
	padding: 0px 2px;
}

.imagenTemplate:hover {
	width: 38px;
	height: 38px;
}

.imagenTemplate {
	background-image: url(../../images/iconTemplate.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 40px;
	height: 40px;
	left: 30%;
}

[tooltip]:before {
	position: relative;
	content: attr(tooltip);
	opacity: 0;
	font-size: 12px;
	left: -3px;
	top: -12px;
	color: #000;
}

[tooltip]:hover:before {
	opacity: 1;
}

.bg-white {
	background-color: #fff;
}

.friend-list {
	list-style: none;
	margin-left: -40px;
}

.friend-list li {
	border-bottom: 1px solid #eee;
}

.friend-list li a img {
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 0px;
}

.friend-list li a {
	position: relative;
	display: block;
	padding: 10px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.friend-list li.active a {
	background-color: #f1f5fc;
}

.friend-list li a .friend-name, .friend-list li a .friend-name:hover {
	color: #777;
}

.friend-list li a .last-message {
	width: 65%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.friend-list li a .time {
	position: absolute;
	top: 10px;
	right: 8px;
}

small, .small {
	font-size: 85%;
}

.friend-list li a .chat-alert {
	position: absolute;
	right: 8px;
	top: 27px;
	font-size: 10px;
	padding: 3px 5px;
}

.chat-message {
	padding: 5px 2px 5px;
}

.chat {
	list-style: none;
	margin: 0;
}

.chat-message {
	background: #f9f9f9;
}

.chat li img {
	width: 45px;
	height: 45px;
	border-radius: 50em;
	-moz-border-radius: 50em;
	-webkit-border-radius: 50em;
}

img {
	max-width: 100%;
}

.chat-body {
	padding-bottom: 20px;
}

.chat li.left .chat-body {
	margin-left: 70px;
	background-color: #fff;
}

.chat li .chat-body {
	position: relative;
	font-size: 15px;
	padding: 10px;
	border: 1px solid #f1f5fc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.chat li .chat-body .header {
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f5fc;
}

.chat li .chat-body p {
	margin: 0;
}

.chat li.left .chat-body:before {
	position: absolute;
	top: 10px;
	left: -8px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-top: 1px solid #f1f5fc;
	border-left: 1px solid #f1f5fc;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.chat li.right .chat-body:before {
	position: absolute;
	top: 10px;
	right: -8px;
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 16px;
	border-top: 1px solid #f1f5fc;
	border-right: 1px solid #f1f5fc;
	content: '';
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.chat li {
	margin: 15px 0;
}

.chat li.right .chat-body {
	margin-right: 70px;
	background-color: #fff;
}

.chat-box {
	position: fixed;
	bottom: 0;
	left: 444px;
	right: 0;
	padding: 15px;
	border-top: 1px solid #eee;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.primary-font {
	color: #3c8dbc;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	outline: 0;
}

.divChat {
	width: 320px;
	position: fixed;
	bottom: -20px;
	right: 0px;
	z-index: 9998;
}

.bloquearBotones{
	pointer-events: none;
	opacity: .5;
}

.marquesinaNotificacionTopBottom{	
    padding-top: 2px;
    padding-bottom: 1px;	
}

.seleccionarIdioma{
	text-align:left; 
	font-weight:bold; 
	padding-top: 5px; 
	padding-bottom: 5px;
	cursor: pointer;
}
