﻿/*-------------------------------------------------------*/
/* Acceso a clientes                                     */
/*-------------------------------------------------------*/
.inycom_acceso_clientes_caja
{
	background-position: left bottom;
	width: 350px;
	height: 150px;
	border: 1px solid #E4312A;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
.inycom_acceso_clientes_cabecera
{
	background-color: #E4312A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 20px;
}
.inycom_acceso_clientes_contenido
{
	position:relative;
	top:20px;
	left:180px;
 	width:166px;
 	color:#6B6C6E;
}
.inycom_acceso_clientes_link_sugerencias
{
	background-image: url('../../Images/buzon-sugerencias.png');
	background-repeat: no-repeat;
	width: 160px;
	height: 22px;
	margin: 30px 0px 0px 180px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	cursor: pointer;
	padding: 2px 0px 0px 0px;
}
.inycom_acceso_clientes_link_informacion
{
	background-image: url('../../Images/solicitar-informacion.png');
	background-repeat: no-repeat;
	width: 160px;
	height: 22px;
	margin: 14px 0px 0px 180px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 2px 0px 0px 0px;
}

/*-------------------------------------------------------*/
/*    Fin de la hoja de estilos                          */
/*-------------------------------------------------------*/
