@font-face {
	font-family: 'soporte-en-linea';
	src: url('assets/fonts/iconos/soporte-en-linea.eot?3283758');
	src: url('assets/fonts/iconos/soporte-en-linea.eot?3283758#iefix') format('embedded-opentype'), url('assets/fonts/iconos/soporte-en-linea.woff?3283758') format('woff'), url('assets/fonts/iconos/soporte-en-linea.ttf?3283758') format('truetype'), url('assets/fonts/iconos/soporte-en-linea.svg?3283758#soporte-en-linea') format('svg');
	font-weight: normal;
	font-style: normal;
}

.btnChat {
	display: inline-block;
	margin: 1.5em 2.5em;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.btnChat img {
	width: 60px;
	display: inline-block;
	position: relative;
	top: 8px;
}

.btnChat div {
	display: inline-block;
}

.contLive {
	text-align: center;
}

.contLive h2 {
	color: #666666;
}

div.contLive a.docuSoporte {
	color: #0068af;
	vertical-align: top;
	cursor: pointer;
	font-size: .9em;
	width: 77%;
	display: inline-block;
	text-decoration: none;
	margin-left: 5px;
}

div.contLive a.docuSoporte:hover {
	color: #7ac043;
}

div.contLive a img.docu-icon {
	vertical-align: bottom;
	display: inline-block;
}

.divDocSoporte {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}


/*CODIGO conSisChat*/

.contSisChat {
	border: 1px solid #dbdbdb;
	display: inline-block;
	padding: 0.5em;
	margin: 0.5em;
}

.botonChat {
	background-color: #f5f5f5;
	color: #5c5c5c;
	border: solid 1px #dbdbdb;
	padding: 0.5em 1em;
	display: inline-block;
	margin-top: 0.5em;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}


/*background-image: url("https://www.aspel.com.mx/Code/templates/css/assets/bg/activa-hover.png");background-repeat: no-repeat;background-position: 25% 75%;*/

.botonChat:hover {
	background-color: #7ac043;
	color: #fff;
}

.app {
	background-image: url("https://www.aspel.com.mx/assets/images/soporte/pleca_app.png");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Estilos Nuevos */
.soporte_box
{
    padding: 1.0em;
}

.soporte_box img
{
    width: 60px !important;
    cursor: pointer;
    height: 68px !important;
}

img.soporte_text
{
    width: 85px !important;
}

a.link_font{
    font-size: small;
    text-decoration: underline;
}
