@charset "ISO-8859-1";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
}
ul {margin:0;}
li {margin:0;}
a {text-decoration:none;}
p {margin:0px;}
#clear {clear:both;}

/* CABECERA ************************************************ */
#cabecera {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
}
#logo_teleingreso {
	margin-top:30px;
	float:left;
}
#claim{
	float:right;
	margin-top:60px;
	display:block;
}

/* NAVEGACIÓN ************************************************ */
#menu_principal {
	background-image:url(../img/fondo_azul_degradado.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#00b4ff;
	height:30px;
	text-align:left;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
}

#mp_on {
	width:110px;
	height:26px;
	float:left;
	margin-top:4px;
	margin-left:8px;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

.p_mp_on  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-top:6px;
}

#mp_off {
	font-family:Verdana, Geneva, sans-serif;
	width:110px;
	height:26px;
	float:left;
	margin-top:4px;
	margin-left:8px;
	color:#EEEEEE;
}

.p_mp_off  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#EEEEEE;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-top:6px;
}

#mp_off p a, a:visited, a:link {
	text-decoration:none;
	color:#EEEEEE;
}

#mp_off p a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* SUBMENUS ************************************************ */

#contenedor_submenus {
	width: 934px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	background: #EEEEEE;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	height:25px;
	margin-top:4px;
}

#submenu1 {
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	margin-top: 6px;
	margin-left:8px;
	position:relative;
	display:inline;
	width: 500px;
}

#submenu1 ul {
	font-family:Verdana, Geneva, sans-serif;
	list-style:none;
	margin:0px;
	padding:0px;
}

#submenu1 ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/*margin-top:6px;*/
	float:left;
	list-style:none;
}

#submenu1 ul li a {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#submenu1 ul li a:hover, a:link, a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	/*font-weight:bold;*/
	text-decoration:underline;
}

#submenu2 {
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	margin-right:8px;
	position:relative;
	display:inline;
	margin-top: 6px;
}

#submenu2 ul {
	font-family:Verdana, Geneva, sans-serif;
	list-style:none;
	margin:0px;
	padding:0px;
}

#submenu2 ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/*margin-rigth:8px;*/
	float:right;
	list-style:none;
}

#submenu2 ul li a {
	font-family:Verdana, Geneva, sans-serif;
	color:#007eb3;
	font-weight:normal;
	text-decoration:none;
}

#submenu2 ul li a:hover, a:link, a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#007eb3;
	/*font-weight:bold;*/
	text-decoration:underline;
}


/* CONTENIDOS ************************************************ */

#contenido {
	width: 934px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	height: 226px;
	background-image: url(../img/fondo_home.jpg);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
}

#contenido_pagar_ti {
	width: 934px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	background-image:url(../img/fondo_compra.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
}

#contenedor_pasos {
	margin: 0 auto;	
	width: 934px;
}

#img_pago {float:left; margin-right:6px;}
#img_pago_final {float:left;}

#contenido_comercios {
	width: 934px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	height: 160px;
	background-image:url(../img/fondo_compra.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
}

#contenido_paga_tu_ti {
	width: 934px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	height: 160px;
	background-image:url(../img/fondo_compra.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
}

#contenido_pasos {
	width: 934px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	height: 160px;
	background-image:url(../img/fondo_compra.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
}

#pasos {
	float:left;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	display:block;
}

#contenido_formulario {
	width: 934px;
	min-height:160px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	background-image:url(../img/fondo_compra.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#aviso {
	float:right;
	margin-bottom:20px;
	margin-top:55px;
	width: 300px;
	margin-right: 10px;
}

.titulo_aviso {
	color:#FF0000;
	font-size:18px;
}
.texto_aviso {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

/* CONTENIDO EMPRESAS *********************************************** */

#contenido_empresas {
	width: 934px;
	margin: 0 auto;
	margin-top: 0px;
	background-image:url(../img/fondo_compra.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position: relative;
	margin-bottom: 20px;
	min-height: 160px;
}

/* MODULO DESTACADOS ************************************************ */

#modulo_destacados {
	width: 934px;
	background-color:#00b4ff;
	color:#FFF;
	margin: 0 auto;
	margin-top: 0px;
	height: 30px;
	background-image:url(../img/fondo_azul_degradado.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.modulo_titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-top:10px;
	padding-left:8px;
	margin:0px;
	float:left;
}

#modulo_destacados ul {
	list-style:none;
	padding-top:10px;
	padding-right:8px;
}

#modulo_destacados ul li {
	font-size:12px;
	/*margin-rigth:8px;*/
	float:right;
	list-style:none;
}

#modulo_destacados ul li a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

#modulo_destacados ul li a:hover, a:link, a:visited {
	color:#FFF;
	/*font-weight:bold;*/
	text-decoration:underline;
}

#contenedor_destacados ul {
	list-style:none;
	padding-top:10px;
	padding-right:8px;
}

#contenedor_destacados ul li {
	font-size:12px;
	/*margin-rigth:8px;*/
	float:right;
	list-style:none;
}

#contenedor_destacados ul li a {
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

#contenedor_destacados ul li a:hover, a:link, a:visited {
	color:#666;
	/*font-weight:bold;*/
	text-decoration:underline;
}

/* Cuentaselo a un amigo formulario */

#cuentaselo {
	width:475px;
	float:right;
	margin-top:0px;
}

#img_cuentaselo {float:left}
#formulario_cuentaselo {
	float:left;
	margin-left:20px;
	margin-top:18px;
}



/* Contenedor modulo destacados */
#contenedor_destacados {
	width: 934px;
	margin: 0 auto;
	margin-top: 3px;
	position: relative;
	background-color: #EEE;
	overflow: visible;
}

#destacado_home {
	float:left;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
}

#destacado_pasos {
	float:left;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	width:800px;
}


#print {
	float:right;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#print a {
	text-decoration:none;
}


/* Cierre modulo destacados */
#cierre_destacados {
	width: 934px;
	margin: 0 auto;
	height: 8px;
	background-image:url(../img/cierre_modulo_destacados.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom: 18px;
}





/* CIERRE ************************************************ */
#cierre_web {
	width: 950px;
	background: #fcfcfc; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	margin-top:0px;
	padding: 1px;
	margin-right: auto;
	margin-bottom:18px;
	margin-left: auto;
	border: 1px solid #dadada;
	display: table;
	height: 60px;
}

#logo_cierre {
	margin-right:8px;
	float:left;
}

#cierre_web ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:40px;
	float: left;
}

#cierre_web ul li {
	font-size:11px;
	/*margin-rigth:8px;*/
	float:left;
	list-style:none;
}

#cierre_web ul li a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

#cierre_web ul li a:hover, a:link, a:visited {
	color:#333;
	/*font-weight:bold;*/
	text-decoration:underline;
}


/* ESTILOS TEXTO ************************************************ */

#texto_home {
	float:left;
	width:380px;
	margin-top: 25px;
	height: 133px;
	position:relative;
}

#texto_comercios {
	float:left;
	margin-top: 25px;
	margin-bottom: 20px;
	position: relative;
}

.texto_numeros {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:normal;
	display: inline;
}
#numeros {
	margin-right:8px;
	margin-left: 35px;
	float: left;
	display: inline;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#333333;
	margin:0px;
	margin-bottom: 15px;
	position: relative;
	float: left;
	clear:both;
	width: auto;
}

.subtitulo_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding-left:42px;
	background-image:url(../img/info_ico.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: 0px;
	position: relative;
	float: left;
}

.mas_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 42px;
	margin-top: 10px;
	float: left;
}

#mas_ico {
	margin-right:5px;
}

/* TEXTO EMPRESAS ******************************************* */

#texto_empresas {
	float:left;
	width:800px;
	margin-top: 25px;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#333333;
	margin:0px;
	margin-bottom: 15px;
	position: relative;
	float: left;
}

.subtitulo_empresas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:42px;
	background-image:url(../img/info_ico.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: 0px;
	position: relative;
	float: left;
}

#texto_empresas ul {
	list-style-type:none;
	padding:0px;
	margin-left:42px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#texto_empresas li {
	background-image:url(../img/punto_li_black.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:14px;
}

#texto_empresas li .p2 {
	background-image:url(../img/punto_li_black2.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:14px;
	margin-bottom:0px;
}
.texto_boletin {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	margin-right:10px;
	text-align:left;
	border-top-width:1px;
	border-top-color:#999;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
}

.texto_boletin_line {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	margin-right:10px;
	text-align:left;
	border-left-width:1px;
	border-left-color:#999;
	border-left-style:solid;
	padding-left:10px;
	border-top-width:1px;
	border-top-color:#999;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
}

.subtitulo_boletin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:42px;
	margin-bottom: 15px;
	position: relative;
	float: left;
	text-align: justify;
}

/* FORMULARIOS */

.texto_formulario {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
	margin-right:10px;
	text-align: right;
}

.campos_formulario {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
	margin-right:10px;
	text-align:left;
}

#tabla_formulario {
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	display:table;
	width:auto;
}
/*NUEVOS*/
#contenedor_destacados ul {
margin:0px;
padding:0px;

}
#contenedor_destacados ul.logos {


}
#contenedor_destacados ul.logos li {
	font-size:12px;
	/*margin-rigth:8px;*/
	float:left;
	list-style:none;

}
.height20	{height:40px;}
#contenedor_destacados ul.cuentas {
	margin-left:10px;
	padding-left:10px;
	padding-bottom:20px;
	padding-top:20px;
}
#contenedor_destacados ul.cuentas li {
	font-size:14px;
	/*margin-rigth:8px;*/
	float:none;
	list-style:none;
	color: #333;
	

}

#contenedor_destacados ul.cuentas li ul{

	margin-left:20px;
	padding-left:30px;
	font-size:14px;
	color:#333	
	
}

#texto_comercios ul.cuentas{
padding:0px;
margin:0px;
display:block;
clear:both;
float:none;

	}
#texto_comercios ul.cuentas li{
	display:block;
	font-size:14px;
	float:none;
	clear:both;
	font-size:12px;
	color:#333
	}
#texto_comercios ul.cuentas li a{
	padding-top:6px;
	margin-top:6px;
	display:inline-block;
	padding-left:20px;

	}
		
	
h2.cuentas	{display:block; clear:both;}	
	
#clear20 {clear:both; display:block; height:20px;}
.noseve	{display:none;}
