﻿/* CSS Document */
html {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
body {
	margin: 0px;
	background-image: url('images/fdo_body.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

select {
	font-size: 11px;
	color: #333333;
	border: 1px solid #7f9db9;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
textarea {
	font-size: 11px;
	color: #73716f;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
}
hr{
	color: #cdcdcd;
	width: 93%;
	clear: none;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Titulos*/ 
h1{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #e28015;
	font-size: 20px;
}
h1 a{
	font-weight: normal;
	text-decoration: none;
	color: #303030;
}
h1 a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #303030;
}
h2{
	font-weight: normal;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 23px;
}
h2 a{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
h2 a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #303030;
}
h3{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 a{
	font-size: 18px;
	color: #303030;
	font-weight: normal;
	text-decoration: none;
}
h3 a:hover{
	font-size: 18px;
	color: #303030;
	font-weight: normal;
	text-decoration: underline;
}
h4{
	font-size: 17px;
	color: #cc900d;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h5{
	font-size: 16px;
	color: #0061a1;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#container {
	clear: both;
	width: 1000px;
	position: relative;
	margin: 0px auto;
}

#home {
	margin: 0px;
	padding-top:3px;
	background-image: url('images/fdo_home_body.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#idioma {
	margin: 0px;
	padding-right: 30px;
	position: relative;	
	z-index: 100;
}

#idioma img {
	clear: none;
	float:right;
	border-style: none;
	z-index: 100;
}

/* HEADER */
#header {
	clear: none;
	float: left;
	position: relative;
	width: 1000px;
	height: 124	px;
	z-index: 100;
}

#header_bottom {
	clear: none;
	float: left;
	position: relative;
	width: 1000px;
	z-index: 100;
}
#header_bottom img {
	clear: none;
	float: left;
	border-style: none;
}

#header_menu {
	clear: none;
	float:right;
	position: relative;
	width: 592px;
	height: 99px;	
	z-index: 100;
	padding-top: 0px;
	background-image: url(images/fdo_menu.jpg);
	background-repeat: no-repeat;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 13px;
	color:gray;
}

#header_menu a{
	font-weight:bold;
	color:gray;
	text-decoration: none;
}
#header_menu a:hover, #header_menu .activo{
	font-weight:bold;
	color:orange;
}

.items_menu {
	position:relative;
	float:left;
}

#header_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 39px;	
	padding-left: 70px;		
}
#header_menu li {
	display: inline;
	padding-left: 25px;			
}



span.select { 
  position:absolute;
  width: 75px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 25px; 
  padding: 0 24px 0 8px; 
  color: #fff; 
  font: 12px/20px Tahoma, Verdana, Arial;
  background: url(images/bt_idioma.png) no-repeat; 
  overflow: hidden; 
} 

/* FOOTER */

#footerMaster {
	background:#FFFFFF url(images/fdo_footer.jpg) repeat-x scroll center top;
	clear:both;
	color:#335588;
	min-height:100px;
	text-align:center;
}


#footer {
	clear: none;
	position:relative;
	width: 1000px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #a95800;
	padding-top: 20px;
	margin:auto;	
}

#footer img {
	clear: none;
	position: relative;
	padding: 0px;
	float: left;
}

#footer a{
	font-size: 10px;
	font-weight: normal;
	color: #747679;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #747679;
	text-decoration: underline;
}
#footer_izq {
	clear: none;
	float: left;
	position: relative;
	width: 470px;
	text-align:right;	
	padding-top:13px;
	padding-right:15px;
}
#footer_der {
	clear: none;
	float: left;
	position: relative;
	width: 460px;
	padding-top:13px;	
	padding-left:13px;		
	text-align:left;		
}
#contenido {
	clear: none;
	width: 1000px;
	position: relative;
	float: left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#flash_home {
	clear: none;
	width:800px;
	/*width: 1000px; Se cambia por el momento hasta que me pasen el nuevo flash*/
	position: relative;
	float: left;
	height:335px;
}
#box_home_cont {
	clear: none;
	width: 980px;
	position: relative;
	float: left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	padding-top: 28px;
	padding-left: 20px;
	/*padding-bottom: 22px;*/
}

.box_home1 {
	clear: none;
	width: 306px;
	position: relative;
	float: left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	height: 248px;
	padding-right: 20px;
}

#box_home_cont img {
	bottom: 0;
    clear: none;
    float: left;
    padding-bottom: 30px;
    position: absolute;
}

.box_home2 {
	clear: none;
	width: 306px;
	position: relative;
	float: left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	height: 248px;
	padding-right: 20px;
	/*background-image: url(images/fdo_home_esquemas.jpg);
	background-repeat: no-repeat;*/
}


.box_home1 h2 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}
.box_home1 p {
	font-size: 11px;
	color: #ffffff;
	line-height:15px;
	
}

.box_home2 h2 {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}
.box_home2 p {
	font-size: 11px;
	color: #ffffff;
	line-height:15px;
	
}

/* empresa */

#contenido_top {
	clear: none;
	width: 1000px;
	position: relative;
	float: left;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;		
	background-color:#fff;
}

#box_empresa_cont {
	clear: none;
	width: 980px;
	position: relative;
	float: left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	padding-top: 28px;
	padding-left: 20px;
	color: #666;
	/*padding-bottom: 22px;*/
}


.box_empresa1 {
	clear: none;
	width: 287px;
	position: relative;
	float: left;
	padding-right: 20px;
}

.box_empresa1_qs {
	clear: none;
	width: 287px;
	position: relative;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-top:15px;
	padding-bottom:15px;
}
.box_empresa1_qs {
	clear: none;
	width: 287px;
	position: relative;
	float: left;
	border-bottom: 1px dotted #ccc;
	padding-top:15px;
	padding-bottom:15px;
}
.box_empresa1_qs p{
	font-weight: bold;
}
.box_empresa1_qs a{
	color: #e28015;
	font-weight: normal;
}

#box_empresa1_line {
	clear: none;
	position: relative;
	float: left;
	width: 287px;
	height: 1px;			
	border-bottom: 1px solid #ccc;
	margin-top:0px;
	padding-bottom:15px;		
}


.box_empresa2 {
	clear: none;
	width: 633px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}


.box_empresa2_izq {
	clear: none;
	width: 291px;
	position: relative;
	float: left;
	padding-right: 20px;
}

.box_empresa2_der {
	clear: none;
	width: 300px;
	position: relative;
	float: left;
	padding-left: 20px;
}


#box_empresa_cont h2 {
	font-size: 16px;
	font-weight:bold;
	color: #e28015;
}


#box_empresa_cont p {
	font-size: 12px;
	color: #666;
	line-height:22px;
}

#box_empresa2_top {
	clear: none;
	position: relative;
	float: left;
	width: 633px;	
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666;
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;	
	margin-top:15px;
	margin-bottom:15px;	
	padding-top:15px;
	padding-bottom:15px;	
}


#box_empresa2_line {
	clear: none;
	position: relative;
	float: left;
	width: 633px;
	height: 1px;			
	border-top: 1px solid #ccc;	
	margin-top:15px;
	padding-bottom:15px;		
}

/*COMERCIALIZACION*/

#box_comercializacion_line {
	clear: none;
	position: relative;
	float: left;
	width: 960px;
	height: 1px;
	border-top: 1px solid #ccc;
	margin-top:15px;
	padding-bottom:15px;
}
.box_comercializacion {
	clear: none;
	width: 295px;
	position: relative;
	float: left;
	padding-top: 20px;
}
.box_comercializacion_medio {
	clear: none;
	width: 270px;
	position: relative;
	float: left;
	padding-right: 50px;
	padding-top: 20px;
	background: url(images/fdo_box_p_medio.jpg) no-repeat center top;
	padding-left: 50px;
}
.box_comercializacion .titulo , .box_comercializacion_medio .titulo {
	height: 55px;
}
.box_comercializacion .h2subt, .box_comercializacion_medio .h2subt{
	font-size: 12px;
	font-weight: normal;
}
.box_comercializacion h3, .box_comercializacion_medio h3{
	padding-left: 20px;
}
.box_comercializacion .h3subt, .box_comercializacion_medio .h3subt{
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
}

.box_comercializacion ul, .box_comercializacion_medio  ul{
	margin: 0px;
	padding: 10px 0px 20px;
	font-size: 12px;
	color: #666666;
}

.punto{

}
.punto li {
	padding-bottom: 10px;
	background: url(images/list_punto.gif) no-repeat left 3px;
	list-style-type: none;
	padding-left: 18px;
	padding-top: 0px;
	margin: 0px;

* background: url(images/list_punto.gif) no-repeat left 5px;

}
.check{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.check li {
	padding-bottom: 10px;
	background: url(images/list_check.gif) no-repeat left 5px;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;

* background: url(images/list_check.gif) no-repeat left 5px;

}
.check li.bt_esquema {
	background: url(none);
	padding-left: 20px;
	padding-top: 15px;
}
.check .bt_esquema img {
	border-style: none;
}
.box_comercializacion.fondo {
	background: url(images/img_fdoproductos_ih.jpg) no-repeat center bottom;
	padding-bottom: 210px;
}

/*PRODUCTOS*/
.check.productos{
	font-size: 12px;
	margin: 0px;
	padding: 15px 0px;
	color: #666666;
	line-height: 20px;
	float: left;
}
#box_productos_line {
	clear: none;
	position: relative;
	float: left;
	width: 630px;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-top:0px;
	padding-bottom:15px;
}
#box_productos_1 {
	padding-top: 15px;
	float: left;
	position: relative;
	width: 287px;
}
#box_productos_1 h3 {
	font-size: 14px;
	line-height: 25px;
}
#box_productos_1 p {
	font-size: 12px;
	line-height: 22px;
}
.box_prod_cuadro {
	float: left;
	position: relative;
	background: url(images/fdo_prod_recuadros.gif) no-repeat left top;
	width: 910px;
	padding: 25px;
}
.box_prod_cuadro img {
	clear: none;
	float: left;
	padding-right: 15px;
}
.box_prod_cuadro p {
	margin: 0px;
	padding: 0px;
}
#box_empresa_cont #container-1 {
	float: left;
	width: 980px;
	position: relative;
	padding-top: 20px;
}


/*CONTACTO*/
.box_contacto_cuadro {
	float: left;
	position: relative;
	background: url(images/fdo_contacto_recuadros.gif) no-repeat left top;
	width: 910px;
	padding: 25px 25px 5px;
}.box_contacto_cuadro img {
	border-style: none;
	float: left;
	position: relative;
	padding-right: 20px;
}
.box_contacto_cuadro table {
	font-size: 12px;
	color: #666666;
}
.box_contacto_cuadro .textfield {
	background: url(images/fdo_textfile.gif) no-repeat right top;
	border-style: none;
	color: #666666;
	padding: 5px 10px;
	float: left;
	position: relative;
	height: 32px;
	width: 197px;
	clear: none;
	margin-top: 3px;
}
.box_contacto_cuadro .mensaje {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
	background: url(images/fdo_form_msg.gif) no-repeat left top;
	border-style: none;
	color: #666666;
	padding: 5px 10px;
	float: left;
	position: relative;
	width: 650px;
	clear: none;
	margin-top: 3px;
	height: 100px;
}
.box_contacto_cuadro td {
	margin: 0px;
	padding: 10px 0px 5px;
}
.box_contacto_cuadro .bullet {
	background: url(images/bullet.gif) no-repeat 0px;
	float: left;
	padding-left: 10px;
}
.box_contacto_cuadro_fin{
	float: left;
	position: relative;
	background: url(images/fdo_contacto_fin.gif) no-repeat left top;
	width: 960px;
	padding-top: 10px;
	height: 12px;
	padding-bottom: 20px;
}
/*Menu Home*/

#chat a {
    float: right;
    background:url('images/chat_menu.png');
    background-repeat:no-repeat;
    position: absolute;
    right: -4px;
    top: 34px;
    width:26px;
    height:20px;
}
#chat a:hover {
    float: right;
    background:url('images/chat_hover.png');
    background-repeat:no-repeat;
    position: absolute;
    right: -4px;
    top: 34px;
    width:26px;
    height:20px;
}

#header_menu_home {
	clear: none;
	float:right;
	position: relative;
	width: 750px;
	height: 99px;	
	z-index: 100;
	padding-top: 0px;
	background-image: url(images/fdo_menu_home.jpg);
	background-repeat: no-repeat;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 13px;
	color:gray;
}
#header_menu_home ul {
    list-style-type: none;
    margin: 0;
    padding: 39px 0 0 0px;
}
#header_menu_home a {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
#header_menu_home li {
    display: inline;
    padding-left: 25px;
    padding-left : 22px \0/; z
}
#header_menu_home a {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
#header_menu_home a:hover, #header_menu .activo{
	font-weight:bold;
	color:orange;
}
/*Home modificaciones*/
.valor_negocio {
     width: 182px;   
     float:left; 
}
.valor_negocio img {
    padding-bottom: 10px;
}


div[aria-labelledby='ui-dialog-title-VideoProducto']{ background:transparent !important; border:none !important}
div[aria-labelledby='ui-dialog-title-VideoProducto'] .ui-widget-content .ui-icon {background-image: url("images/ui-icons_222222_256x240.png") !important;}
div[aria-labelledby='ui-dialog-title-VideoProducto'] .ui-dialog-titlebar{display:none}

#Ampliacion p{float:left;width:35%;margin:0px;margin-top:10px;font:normal 13px/22px Georgia;color:#999}
/* reescrituras estilos popup */
.ui-dialog .ui-dialog-buttonpane{text-align:center !important;}
.ui-dialog .ui-dialog-buttonpane button{float:none !important;border:none !important;background-image:url(images/enviar_registro.png) !important; background-repeat:no-repeat !important;color:White !important;background-color:transparent !important;}
.ui-widget-header{background:none !important;border:none !important;}
.ui-widget-overlay{background:none repeat scroll 0 0 #000000 !important;opacity:0.6 !important;}
.validateTips{font-size:11px !important;}
#Ampliacion input.ui-state-error, #Ampliacion select.ui-state-error{border:solid 1px #C10000 !important;background:none; background-image:url("images/bginputregistro.png");background-repeat:no-repeat}
.ui-widget-content .ui-icon{background-image:url("images/ui-icons_C10000_256x240.png") !important;}
.ui-state-hover, .ui-widget-content 
.ui-state-hover, .ui-widget-header 
.ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus{border:1px solid #C10000 !important;}
.ui-state-highlight{color:#C10000 !important; border:none !important; background:none !important;}

/*Menu nuevo*/
.menu #chat a {
    float: right;
    background:url('images/chat_menu.png');
    background-repeat:no-repeat;
    position: absolute;
    right: -4px;
    top: 34px;
    width:26px;
    height:20px;
}
.menu #chat a:hover {
    float: right;
    background:url('images/chat_hover.png');
    background-repeat:no-repeat;
    position: absolute;
    right: -4px;
    top: 34px;
    width:26px;
    height:20px;
}

.menu {
	clear: none;
	float:right;
	position: relative;
	width: 750px;
	height: 99px;	
	z-index: 100;
	padding-top: 0px;
	background-image: url('images/fdo_menu_home.jpg');
	background-repeat: no-repeat;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 13px;
	color:gray;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 39px 0 0 0px;
}
.menu a {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
.menu li {
    display: inline;
    padding-left: 25px;
    padding-left : 22px \0/; 
}
.menu a {
    color: gray;
    font-weight: bold;
    text-decoration: none;
	padding:10px 0;
}
.menu a:hover, .menu .activo{
	font-weight:bold;
	color:orange;
}

.menu ul li ul {
display: none;
padding: 0;
position: absolute; 
margin: 2px 91px; 
background: url('images/fondo-ul.jpg') no-repeat;
width:158px;
border: 1px solid #ffffff;
height:68px;
}

.menu ul li:hover ul {
display: block;
}

.menu ul li ul li {
display: block;
float: none;
position: relative;
color: #fff;
padding: 2px 9px;
line-height: 30px;
}

#menu-comer ul li ul {
    margin: -1px 91px !important;
}
#menu-comer ul li ul li {
    padding: 0 9px !important;     
}
/*Fin menu nuevo*/

/*Menu Adicionales*/
.menu-adicionales {
    background:url('images/fondo-adicionales.png');
    margin-top: 115px;
    height:163px;
}

.menu-adicionales ul {
    list-style:none;
}

.menu-adic-left,.menu-adic-center,.menu-adic-right {
    position:absolute;
    top:123px;
    *top:139px !important;
}

.menu-adic-left {
    left:-11px;
}

.menu-adic-center {
    right:375px;
}

.menu-adic-right {
    right:29px;
}
.menu-adicionales .menu-adic-left li ,.menu-adicionales .menu-adic-center li,.menu-adicionales .menu-adic-right li {
    float:left;
}

.menu-adicionales .menu-adic-left ul li a,.menu-adicionales .menu-adic-center ul li a ,.menu-adicionales .menu-adic-right ul li a{
    height:105px;
    width:83px;
    display:block;
    cursor:pointer;
}

#banner {
    background: url('images/4.jpg');
}

#banner:hover {
    background: url('images/4-hover.jpg') !important ;
}
#webplus {
    background: url('images/2.jpg');
}

#webplus:hover {
    background: url('images/2-hover.jpg')!important;
}
#adminplus {
    background: url('images/3.jpg');
}

#adminplus:hover {
    background: url('images/3-hover.jpg')!important;
}
#asesoramiento {
    background: url('images/1.jpg') ;
}

#asesoramiento:hover {
    background: url('images/1-hover.jpg')!important ;
}
#sms {
    background: url('images/5.jpg') ;
}

#sms:hover {
    background: url('images/5-hover.jpg')!important ;
}
#mobile {
    background: url('images/6.jpg') ;
}

#mobile:hover {
    background: url('images/6-hover.jpg') !important;
}
#network {
    background: url('images/7.jpg');
}

#network:hover {
    background: url('images/7-hover.jpg')!important;
}
#upsell {
    background: url('images/8.jpg') ;
}

#upsell:hover {
    background: url('images/8-hover.jpg')!important ;
}
#crm {
    background: url('images/9.jpg') ;
}

#crm:hover {
    background: url('images/9-hover.jpg')!important ;
}
#marqueting {
    background: url('images/10.jpg') ;
}

#marqueting:hover {
    background: url('images/10-hover.jpg')!important;
}
#pormociones {
    background: url('images/11.jpg');
}

#pormociones:hover {
    background: url('images/11-hover.jpg')!important;
}
#vendedor {
    position:absolute;
    top:245px;
    right:24px;
}

/*ingles*/
#asesoramiento-en {
    background: url('images/1en.jpg');
}
#asesoramiento-en:hover {
    background: url('images/1en-hover.jpg')!important;
}
#webplus-en {
    background: url('images/2en.jpg');
}
#webplus-en:hover {
    background: url('images/2en-hover.jpg')!important;
}
#adminplus-en {
    background: url('images/3en.jpg');
}
#adminplus-en:hover {
    background: url('images/3en-hover.jpg')!important;
}
#banner-en {
    background: url('images/4en.jpg');
}
#banner-en:hover {
    background: url('images/4en-hover.jpg')!important;
}
#sms-en {
    background: url('images/5en.jpg');
}
#sms-en:hover {
    background: url('images/5en-hover.jpg')!important;
}
#mobile-en {
    background: url('images/6en.jpg');
}
#mobile-en:hover {
    background: url('images/6en-hover.jpg')!important;
}
#network-en {
    background: url('images/7en.jpg');
}
#network-en:hover {
    background: url('images/7en-hover.jpg')!important;
}
#upsell-en {
    background: url('images/8en.jpg');
}
#upsell-en:hover {
    background: url('images/8en-hover.jpg')!important;
}
#crm-en {
    background: url('images/9en.jpg');
}
#crm-en:hover {
    background: url('images/9en-hover.jpg')!important;
}
#marqueting-en {
    background: url('images/10en.jpg');
}
#marqueting-en:hover {
    background: url('images/10en-hover.jpg')!important;
}
#pormociones-en {
    background: url('images/11en.jpg');
}
#pormociones-en:hover{
    background: url('images/11en-hover.jpg')!important;
}

/*fin ingles*/


/*Fin menu adicionales*/
