@charset "utf-8";
/* ====================================================================================== */
/* ESTILOS GENERALES */
/* ====================================================================================== */

body {
    margin: 0px;
    font-family:Verdana, Verdana, Helvetica, sans-serif;
}

.bkg_interior {
    /*background-image: url(/img/Corporaciones/header.jpg);*/
    /*fond-coporacion.jpg*/
    background-image: url(/img/Corporaciones/fond-coporacion.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 150px;
    width: 830px;
    background-color: #FFFFFF;
}
/*.bkg_interior_cocrea {
	background-image: url(/img/Corporaciones/fond-co-crea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 830px;
	background-color: #FFFFFF;
}*/
/*===================================*/
/*===================================*/
.txt_general_justificado {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align:justify;
}
.txt_general_justificado a{
    color: #0989b4;
    text-decoration:none;
}
.txt_general_justificado a:hover{
    text-decoration: underline;
}
/*===================================*/
/*===================================*/
.txt_general {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: left;
}

.txt_general a{
    color: #0989b4;
    text-decoration:none;
}

.txt_general a:hover{
    text-decoration: underline;
}

.txtCursiva {
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:11px;
    color:#666;
    font-style: italic;
    text-align:left;
    padding-top: 5px;
    padding-bottom: 10px;
}

.txt_general_destacado {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: left;
    font-weight: bold;
}
.txtBold12{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    color: #565656;
}
.txt_general_azul_destacado {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #267ac3;
    text-align: left;

}

.txtDerecha {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align: right;
    font-weight: normal;
}

.tabla_sin_borde{
    border: 0px;
}
.tabla_sin_borde td {
    border: 0px;
}
.bkg_body{
    background-image:url(/img/Empresas/bkg_body.jpg);
    background-repeat:repeat-x;
    background-position:left top;
}
#azu {
    color: #006699;
    font-size:11px;
    /*margin-left: -15px;*/
    margin-left: -15px;
    *margin-left: -10px;
    margin-top: 15px;

}
#azu2 {
    color: #006699;
    font-size:11px;
    /*margin-left: -15px;*/
    margin-left: -15px;
    *margin-left: -10px;


}
.style7 {

    font-family: Verdana, Helvetica, sans-serif;
    color: #666666;
    text-decoration:none;
}
.style7 a {

    font-family: Verdana, Helvetica, sans-serif;
    color: #666666;
    text-decoration:none;
}
.style7 a:hover {

    font-family: Verdana, Helvetica, sans-serif;
    color: #666666;
    text-decoration:none;
}
.style6 a {
    font-family: Verdana, Helvetica, sans-serif;
    color: #666666;
    text-decoration:none;

}
.style6 a:hover {
    font-family: Verdana, Helvetica, sans-serif;
    color: #666666;
    text-decoration:none;

}
#Verdana12bold {
    font-family:Verdana, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#666666;

}

.bkg_banner{
    /*background-image:url(/img/coporaciones2/bg_top.jpg);*/
    background-color:#1f2333;
    background-position:center top;
    background-repeat:no-repeat;
}
/* ========================================================*/
/********* BOTONERA MENU HEADER ****************************/
/* ========================================================*/
#contenedor_botonera_menu_header {
    height: 24px;
    width: 806px;
    float: right;
}
ul#botonera_menu_header {
    margin: 0;
    border: 0 none;
    padding: 0; /*Para KHTML*/
    list-style: none;
    height: 20px;
    width: 806px;
    right: auto;
}

ul#botonera_menu_header li {
    margin: 0;
    border: 0 none;
    padding: 0; /*Para Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    height: 20px;
    float: left;
}

ul#botonera_menu_header ul {
    margin: 0;
    height: 25px;
    width: 806px;
    list-style: none;
    /*	display: none; */
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0px;
}

ul#botonera_menu_header ul:after /*Para IE 7*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    /*
      height: 0;
      visibility: hidden;
    */
}

ul#botonera_menu_header ul li {
    display: block !important;
    display: inline; /*For IE*/
    font-size: 12px;
    font-style: normal;
    color: #cccccc;
    line-height: 20px;
}

/* Menu Out ||qui se modifica el estado Out de la botonera|| */
ul#botonera_menu_header a {
    float: none !important; /*Para Opera*/
    float: left; /*Para IE*/
    display: block;
    color: #666;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*Para IE*/
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    /*background-image:url(/img/Empresas/btn_bkgNivel1_out.jpg);*/
    background-repeat: repeat-x;
    padding-top: 0;
    padding-right: 14px;
    padding-bottom: 0;
    padding-left: 14px;
}

/* Menu Over ||Aqui se modifica el estado Over de la botonera|| */
ul#botonera_menu_header a:hover,
ul#botonera_menu_header li:hover a,
ul#botonera_menu_header li.iehover a {
    color: #666666;
    /*background-image:url(/img/Empresas/btn_bkg_nivel1_over.jpg);*/
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight:bold;
}

ul#botonera_menu_header ul ul,
ul#botonera_menu_header ul ul ul {
    display: none;
    position: absolute;
    top: 0;
}

/* No modificar o borrar - esto es para netscape (motor de render Gecko) */

ul#botonera_menu_header li:hover ul ul,
ul#botonera_menu_header li:hover ul ul ul,
ul#botonera_menu_header li.iehover ul ul,
ul#botonera_menu_header li.iehover ul ul ul {
    /*  display: none; */
    display: block;
}

ul#botonera_menu_header li:hover ul,
ul#botonera_menu_header ul li:hover ul,
ul#botonera_menu_header ul ul li:hover ul,
ul#botonera_menu_header li.iehover ul,
ul#botonera_menu_header ul li.iehover ul,
ul#botonera_menu_header ul ul li.iehover ul {
    display: block;
}
.separador{
    background-image:url(/img/Hogar/bkg_separador.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 1px;
}
/* 2ndo Menu */
ul#botonera_menu_header li:hover ul li a,
ul#botonera_menu_header li.iehover ul li a {
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    text-align: left;
    font-size: 11px;
    font-weight:normal;
}

/* 2ndo Menu Hover Persistente */
ul#botonera_menu_header li:hover li a:hover,
ul#botonera_menu_header li:hover li:hover a,
ul#botonera_menu_header li.iehover li a:hover,
ul#botonera_menu_header li.iehover li.iehover a {
    color: #FFF;
    background-color: #0b6abf;
    font-size: 11px;
    font-weight:bold;
}
ul#botonera_menu_header li ul li a{
    font-size: 11px;
}
/* =========================================================== */
/********* FIN BOTONERA MENU HEADER ************************** */
/* =========================================================== */

/* ====================================================================================== */
/* FIN ESTILOS GENERALES */
/* ====================================================================================== */





/* ====================================================================================== */
/* MENU PRINCIPAL HEADER */
/* Menu para cambiar de corporaciones a corporaciones hogar etc...*/
/* ====================================================================================== */
.menuHeader,
.menuHeader a {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
    text-decoration: none;
}
.menuHeader a:hover {
    color: #000000;
    text-decoration: underline;
}

/* texto para el color de la seccion elegida */
.txt_Azul{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#2b80c3;
}
.txt_Azul a{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#2b80c3;
}
.txt_Azul a:link{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#2b80c3;
}
.txt_Azul a:hover{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#2b80c3;
    text-decoration:underline
}
.txt_Azul a:visited{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#2b80c3;
}
.txt_Azul a:actived{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#2b80c3;
}
/* ====================================================================================== */
/* FIN MENU PRINCIPAL HEADER */
/* ====================================================================================== */










/* ====================================================================================== */
/* FOOTER */
/* ====================================================================================== */
.linkFooter,
.linkFooter a {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}
.linkFooter a:hover {
    color: #666666;
    text-decoration: underline;
}
/* ====================================================================================== */
/* FIN FOOTER */
/* ====================================================================================== */



/* ====================================================================================== */
/* ESTILO BREADCRUMBS*/
/* ====================================================================================== */

.linkruta,
.linkruta a  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: underline;
}

.linkrut a:hover {
    text-decoration: underline;
}
/* ====================================================================================== */
/* FIN ESTILO BREADCRUMBS*/
/* ====================================================================================== */

.txt_blanco {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    padding-top: 10px;
}

/* ====================================================================================== */
/* FIN ESTILO BREADCRUMBS*/
/* ====================================================================================== */

/*============================================================*/
/*==========BOTNERA LADO IZQUIERDO ===========================*/
/*============================================================*/

#contenedor_botonera_izquierda {
    width: 192px;
    float: left;
}
/* Root = Horizontal, Secondary = Vertical */
ul#botonera_izquierda{
    border: 0 none; /*For KHTML*/
    list-style: none;
    width: 192px;
    margin: 0;
    padding: 0;
}

ul#botonera_izquierda li {
    border: 0 none;
    float: left; /*For Gecko*/
    display: block;
    list-style: none;
    width: 192px;
    height: 30px;
}

/* Root Menu */
ul#botonera_izquierda a {
    float: left !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    color: #0989b4;
    text-decoration: none;
    height: 30px !important;
    height: 30px; /*For IE*/
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-image: url(/img/Corporaciones/bkg_btn_out.jpg);
    background-repeat: no-repeat;
    width: 192px;
    line-height: 29px;
    text-indent: 40px;
}

/* Root Menu Hover Persistence */
ul#botonera_izquierda a:hover,
ul#botonera_izquierda li:hover a,
ul#botonera_izquierda li.iehover a {
    color: #0989b4;
    background-image: url(/img/Corporaciones/bkg_btn_over.jpg);
    background-repeat: no-repeat;
    font-size: 11px;
    height: 30px;
    width: 192px;
}
/*===================================================================*/
/*===== FIN BOTONERA LADO IZQUIERDO =================================*/
/*===================================================================*/


/*===================================================================*/
/*====== ESTILOS HOME CORPORACIONES======*/
/*===================================================================*/
.bkg_portal01 {
    background-image: url(/img/Corporaciones/bkg_portal01.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 10px;
}

.bkg_portal_borde{
    background-image:url(/img/Corporaciones/bkg_portalBode.jpg);
    background-repeat:repeat-y;
    background-position:left bottom;
}

.bkg_portal_02{
    background-image:url(/img/Corporaciones/bkg_portal02.jpg);
    background-color:#FFFFFF;
    background-position:left bottom;
    background-repeat:no-repeat;
    width: 236px;
}

.bkg_portal_02_02{
    background-image:url(/img/Corporaciones/bkg_portal02_02.jpg);
    background-color:#f9fbfc;
    background-position:left bottom;
    background-repeat:no-repeat;
    width: 236px;
}

.bkg_portal_fin{
    background-image:url(/img/Corporaciones/bkg_portal_fin.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    width:238px;
    height: 13px;
}
.bkg_caluga_contacto {
    background-image: url(/img/Corporaciones/bkg_caluga_contacto.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color:#FFFFFF;
    width: 238px;
}
.bkg_caluga_casos_de_exito {
    background-color: #FFFFFF;
    background-image: url(/img/Corporaciones/bkg_casos_de_exito.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 270px;
}
.bkg_casos_01{
    background-image:url(/img/Corporaciones/bkg_casos_01.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
    width: 252px;
    height: 15px;
}
.bkg_casos_02{
    background-image:url(/img/Corporaciones/bkg_casos_02.jpg);
    background-position:left bottom;
    background-color:#FFFFFF;
    background-repeat: repeat-x;
}
.bkg_casos_03{
    background-image:url(/img/Corporaciones/bkg_casos_03.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    width: 252px;
    height: 16px;
}
.bkg_casos_izq{
    background-image:url(/img/Corporaciones/bkg_casos_izq.jpg);
    background-position:left bottom;
    background-repeat:repeat-y;
    width: 1px;
}
.bkg_casos_der{
    background-image:url(/img/Corporaciones/bkg_casos_der.jpg);
    background-position:left bottom;
    background-repeat:repeat-y;
    width: 1px;
}

.bkg_home_productos_Datos{
    background-image:url(/img/Corporaciones/Productos/datos.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
}
/*logo-co-crea.jpg*/
.bkg_home_productos_cocrea{
    background-image:url(/img/Corporaciones/Productos/logo-co-crea.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    width: 233px;
    height: 106px;
}
.bkg_home_productos_Internet{
    background-image:url(/img/Corporaciones/Productos/bkg_home_productos.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.bkg_home_productos_Telmex_171{
    background-image:url(/img/Corporaciones/Productos/171.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
}

.bkg_home_productos_Telefonia{
    background-image:url(/img/Corporaciones/Productos/telefonia.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
}

.bkg_home_productos_Servicio_Avanzado{
    background-image:url(/img/Corporaciones/Productos/servicios_avanzados.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.bkg_home_productos{
    background-image:url(/img/Corporaciones/Productos/bkg_home_productos.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}
/*===================================================================*/
/*===========FIN ESTILOS HOME CORPORACIONES==================/
/*===================================================================*/


/*===================================================================*/
/*=========CASOS DE EXITO ==============================*/
/*===================================================================*/


/*** CASOS DE EXITO *** GOBIERNO EDUCACION ****/
#titulo_servicios_01{
    background-image:url(/img/Corporaciones/Casos_de_Exito/Servicios_y_Comercio/titulo_salfaCorp.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height: 38px;
}

/*===================================================================*/
/************ CASOS DE EXITO *** FIN GOBIERNO EDUCACION **************************/
/*===================================================================*/

/*===================================================================*/
/************ CASOS DE EXITO *** GOBIERNO EDUCACION**************************/
/*===================================================================*/
#titulo_gobierno_educacion_01{
    background-image:url(/img/Corporaciones/Casos_de_Exito/Gobierno_y_Educacion/titulo_universidad_chile.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height: 38px;
}

/*===================================================================*/
/***** CASOS DE EXITO *** FIN GOBIERNO EDUCACION **************************/
/*===================================================================*/

/*===================================================================*/
/***** CASOS DE EXITO *** ARRIENDO DE MEDIO **************************/
/*===================================================================*/
#titulo_arriendo_medios_01{
    background-image:url(/img/Corporaciones/Casos_de_Exito/Arriendo_de_Medios/titulo_Telefonia_Movil.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height: 37px;
}

/*===================================================================*/
/**** CASOS DE EXITO *** FIN ARRIENDO DE MEDIO **************************/
/*===================================================================*/


/*===================================================================*/
/***** CASOS DE EXITO *** FINANZAS **************************/
/*===================================================================*/

#titulo_finanzas_01{
    background-image: url(/img/Corporaciones/Casos_de_Exito/Finanzas/titulo_Banco_Estado.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent: -9000px;
    height:38px;
}
#titulo_finanzas_02{
    background-image:url(/img/Corporaciones/Casos_de_Exito/Finanzas/titulo_Royal.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent: -9000px;
    height:38px;
}
#titulo_finanzas_03{
    background-image:url(/img/Corporaciones/Casos_de_Exito/Finanzas/titulo_Chile_Consolidada.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent: -9000px;
    height:38px;
}

/*===================================================================*/
/************************************* CASOS DE EXITO *** FIN FINANZAS **************************/
/*===================================================================*/


/*===================================================================*/
/*===== CASOS DE CASOS EXITO == RECURSOS NATURALES ===*/
/*===================================================================*/
#titulo_casos_exito_recuros_naturales{
    background-image:url(/img/Corporaciones/Casos_de_Exito/titulo_Caso_Copec.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 38px;
}
/*===================================================================*/
/*==== FIN DE CASOS DE EXITO == RECURSOS NATURALES ===*/
/*===================================================================*/


/*===================================================================*/
/****** CASOS DE EXITO *** INDUSTRIAS **************************/
/*===================================================================*/
#titulo_industrias_01{
    background-image:url(/img/Corporaciones/Casos_de_Exito/Industrias/titulo_Mall_Plaza.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent: -9000px;
    height:38px;
}

/*===================================================================*/
/****** CASOS DE EXITO *** FIN INDUSTRIAS **************************/
/*===================================================================*/

#titulo_Casos_de_Exito{
    background-image:url(/img/Corporaciones/Casos_de_Exito/titulo_Casos_de_Exito.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 35px;

}
#titulo_ministerio_justicia{
    background-image: url(/img/Corporaciones/Casos_de_Exito/header_ministerio_justicia.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 36px;

}
#titulo_televisa{
    background-image: url(/img/Corporaciones/Casos_de_Exito/titulo_televisa.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 35px;

}
#titulo_tambien_tuvieron_exito{
    background-image: url(/img/Corporaciones/Casos_de_Exito/titulo_tambien_tuvieron.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 41px;

}
#titulo_en_resumen{
    background-image: url(/img/Corporaciones/Casos_de_Exito/titulo_en_resumen.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 36px;

}
#titulo_quiero_asesoren{
    background-image: url(/img/Corporaciones/Casos_de_Exito/titulo_quiere_asesoremos.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 36px;

}
#titulo_administraciones{
    background-image: url(/img/Corporaciones/Casos_de_Exito/titulo_administraciones_pub.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 36px;

}
#titulo_casos_exito_gobierno{
    background-image: url(/img/Corporaciones/Industrias/Gobierno_y_Educacion/titulo_casos_exito.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 36px;
}
/*=========================================*/
/**** ACORDEON --PRODUCTOS - TELMEX 171 ***********/
/*=========================================*/

/* ====================================================================================== */
/* TELMEX 171 ORDENAR */
/* ====================================================================================== */
#basic-accordian{
    width:620px;
}
.accordion_child{
    width: 620px;
    clear: both;
}


.tab_container {
    height: 22px;
}

/* tamaño de botones para cobro revertido */
.CobroRevertido_accordion_headings{
    color:#0989b4;
    cursor:pointer;
    font-weight:normal;
    float: left;
    width: 192px;
    height: 22px;
    line-height: 20px;
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    text-align: center;
}

.CobroRevertido_accordion_headings:hover{
    background-color: #e7f1f3;
    color: #0989b4;
}
/* fin tamaño de botones para cobro revertido */



/* tamaño de botones para larga distancia nacional */
.LdNacional_accordion_headings{
    color:#0989b4;
    cursor:pointer;
    font-weight:normal;
    float: left;
    width: 202px;
    height: 22px;
    line-height: 20px;
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    text-align: center;
}

.LdNacional_accordion_headings:hover{
    background-color: #e7f1f3;
    color: #0989b4;
}
/* fin tamaño de botones para larga distancia nacional */




/* tamaño de botones para larga distancia internacional */
.LdInternacional_accordion_headings{
    color:#0989b4;
    cursor:pointer;
    font-weight:normal;
    float: left;
    width: 151px;
    height: 22px;
    line-height: 20px;
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    text-align: center;
}

.LdInternacional_accordion_headings:hover{
    background-color: #e7f1f3;
    color: #0989b4;
}
/* fin tamaño de botones para larga distancia internacional */

.header_highlight{
    color: #0989B4;
    background-color: #e7f1f3;
}

/* ====================================================================================== */
/* TFIN ELMEX 171 ORDENAR */
/* ====================================================================================== */
/*===================================================================*/
/****** CORPORACIONES/ PRODUCTOS/ FOTOS COMUNES  **************************/
/*===================================================================*/
#titulo_principales_beneficios{
    background-image:url(/img/Corporaciones/Productos/Datos/Ancho_de_Banda_por_Demanda/titulo_principales.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}
#titulo_especificaciones{
    background-image:url(/img/Corporaciones/Productos/titulo_especificaciones.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_descripcion{
    background-image:url(/img/Corporaciones/Productos/Servicios_Avanzados/Disco_Duro_Virtual/titulo_descripcion.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 19px;

}
#titulo_como_contrato2{
    background-image:url(/img/Corporaciones/Productos/Servicios_Avanzados/Disco_Duro_Virtual/titulo_como_contratar2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 42px;

}
#titulo_como_contrato{
    background-image:url(/img/Corporaciones/Productos/Servicios_Avanzados/Disco_Duro_Virtual/titulo_como_contratar.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 42px;

}
/*===================================================================*/
/****** PRODUCTOS/ANCHO DE BANDA POR DEMANDA  **************************/
/*===================================================================*/

#titulo_Ancho_de_Banda_por_Demanda{
    background-image:url(/titleImage.php/Corporaciones/Disco);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}

/**/
#titulo_ancho{
    background-image:url(/img/Corporaciones/Productos/Datos/Ancho_de_Banda_por_Demanda/titulo_Ancho_de_Banda.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 19px;

}

/* Corporaciones/productos/valor agregado*/
#titulo_web_hosting_compartido{
    background-image:url(/img/Corporaciones/Productos/titulo_web_hosting_compartido.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_web_hosting_dedicado{
    background-image:url(/img/Corporaciones/Productos/titulo_web_hosting_dedicado.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_aspectos_tecnicos{
    background-image:url(/img/Corporaciones/Productos/titulo_aspectos_tecnicos.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_hosting_compartido{
    background-image:url(/img/Corporaciones/Productos/titulo_aspectos_tecnicos.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_gestion_de_red{
    background-image:url(/img/Corporaciones/Productos/titulo_gestion_de_red.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_que_necesidad{
    background-image:url(/img/Corporaciones/Productos/titulo_que_necesidad.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 28px;
}

#titulo_es_para_mi{
    background-image:url(/img/Corporaciones/Productos/titulo_es_para_mi.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 26px;
}
/* Fin Corporaciones/productos/valor agregado*/


/*========*/
/*=== titulos seccion Productos*/

/*========*/
/*=iNTERNET=*/
/*========*/

#titulo_Internet,
#titulo_Internet_Banda_Ancha,
#titulo_Internet_Dedicado,
#titulo_Internet_Roaming{
    background-image:url(/titleImage.php/Corporaciones/Internet);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}
/*========*/
/*========*/

/*===DATOS==*/
/*========*/
#titulo_Datos,
#titulo_Ancho_de_Banda_por_Demanda,
#titulo_Frame_Relay_Internacional,
#titulo_IP_Data_MPLS,
#titulo_Servicios_Satelitales,
#titulo_Linea_Privada_Internacional,
#titulo_Monitoreo_y_Supervision_de_Redes{
    background-image:url(/titleImage.php/Corporaciones/Datos);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}

/*========*/
/*========*/

/*========*/
/*=TELEFONIA=*/
#titulo_Telefonia,
#titulo_Redes_Privadas_de_Voz,
#titulo_Telefonia_Local{
    background-image:url(/titleImage.php/Corporaciones/Telefon&iacute;a);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}
/*========*/
/*========*/

/*========*/
/*=TELmex 171=*/
/*========*/

#titulo_Telmex_171,
#titulo_Nacional,
#titulo_Internacional,
#titulo_Cobro_Revertido{
    background-image:url(/titleImage.php/Corporaciones/Telmex%20171);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}

/*========*/
/*=SERVICIOS AVANZADOS=*/
/*========*/

#titulo_Servicios_Avanzados,
#titulo_Hosting,
#titulo_Co_Location,
#titulo_Mail_Hosting,
#titulo_Videoconferencia_Ip,
#titulo_Televigilancia,
#titulo_Facturacion_Electronica,
#titulo_Seguridad_de_Redes,
#titulo_Servicios_Administrados{
    background-image:url(/titleImage.php/Corporaciones/Servicios%20Avanzados);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}

/*========*/
/*===fin titulo seccion productos =====*//*========*/


/*==================================================*/
/*=======TIULOS DE BREADCRUMBS SECCION INDUSTRIA ===============*/
/*==================================================*/
#titulo_Finanzas {
    background-image:url(/titleImage.php/Corporaciones/Banca%20&%20Finanzas);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}

#titulo_Recursos_Naturales{
    background-image:url(/titleImage.php/Corporaciones/Recursos%20Naturales);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}
#titulo_Gobierno_y_Educacion{
    background-image:url(/titleImage.php/Corporaciones/Gobierno%20y%20Educaci&oacute;n/370);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}

#titulo_Industria{
    background-image:url(/titleImage.php/Corporaciones/Industria);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}
#titulo_Servicio_y_Comercio{
    background-image:url(/titleImage.php/Corporaciones/Servicio%20y%20Comercio/370);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}
/*==================================================*/
/*======FIN TITLOS BREADCRUMS=================*/
/*==================================================*/	




/*=============*/
#titulo_Detalles_Casos_de_Exitos_01,
#titulo_Detalles_Casos_de_Exitos_02{
    background-image:url(/titleImage.php/Corporaciones/Casos%20de%20Exito);
    background-repeat:no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height:35px;
}


.bkg_td_hombredenegocios {
    background-image: url(/img/Corporaciones/Industrias/Gobierno_y_Educacion/hombre_de_negocios.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
#titulo_ind_gobedu_casos_exito {
    background-image: url(/img/Corporaciones/Industrias/Gobierno_y_Educacion/titulo_casos_exito_gob.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 42px;
    text-indent: -90000px;
}
#titulo_ind_gobedu_quiereasesoria {
    background-image: url(/img/Corporaciones/Industrias/Gobierno_y_Educacion/titulo_quiere_asesoria.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    height: 19px;
}
#titulo_ind_gobedu_ministeriodejusticia {
    background-image: url(/img/Corporaciones/Industrias/Gobierno_y_Educacion/titulo_ministerio_de_justicia.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    height: 19px;
}
#titulo_ind_gobedu_fuerzasarmadas {
    background-image: url(/img/Corporaciones/Industrias/Gobierno_y_Educacion/titulo_fuerzas_armadas.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    height: 15px;
}
.txt_corp_vertodoscasos, 
.txt_corp_vertodoscasos a {
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:11;
    color: #FFFFFF;
    text-decoration: none;
    text-align:right;
}

.txt_corp_vertodoscasos a:hover{
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:11;
    color: #FFFFFF;
    text-decoration: underline;
    text-align:right;
}
#titulo_ind_finanzas_caso_1 {
    background-image: url(/img/Corporaciones/Industrias/Finanzas/titulo_ministerio_de_justicia.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    height: 19px;
}
#titulo_ind_finanzas_caso_2 {
    background-image: url(/img/Corporaciones/Industrias/Finanzas/titulo_fuerzas_armadas.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    height: 15px;
}#titulo_ind_rec_copec {
    background-image: url(/img/Corporaciones/Industrias/Recursos_Naturales/titulo_copec.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9000px;
    height: 14px;
}
#titulo_Servicios_Multinacionales,
#titulo_RPV_Multiservicios,
#titulo_Internet_Dedicado,
#titulo_ATM_Internacional,
#titulo_Enlaces_Internacionales,
#titulo_IPL_Internacional,
#titulo_Data_Center,
#titulo_Data_Center_Triara {
    background-image:url(/titleImage.php/Corporaciones/Servicios%20Multinacionales/400/22);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}
#titulo_Formulario,
#titulo_Formulario_respuesta {
    background-image:url(/titleImage.php/Corporaciones/Contáctenos);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}

#titulo_asesoria_quiero_que_me {
    background-image: url(/img/Corporaciones/Quiero_que%20_me_Asesoren/titulo_que_me_asesoren.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 42px;
}
/*===================================*/
/**==== titulos asistencia ==========*/

#titulo_Asistencia_Hogar,
#titulo_Asistencia_Medica,
#titulo_Asistencia_Ruta,
#titulo_Asistencia_Legal,
#titulo_formulario_contratar,
#titulo_felicitaciones{
    background-image:url(/titleImage.php/Corporaciones/Asistencia);
    background-repeat: no-repeat;
    background-position:left top;
    text-indent:-9000px;
    height: 35px;
}

/*===================================*/
/**==== fin titulos asistencia ==========*/
/*===================================*/

/*=========================*/
/*=========== titulos consulas ============*/
#titulo_Consultas{
    background-image:url(/titleImage.php/Corporaciones/Consultas);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}
#titulo_Respuesta_Formulario_Consulta{
    background-image:url(/titleImage.php/Corporaciones/Consultas);
    background-position:left top;
    background-repeat:no-repeat;
    text-indent:-9000px;
    height:35px;
}

/* ***** divs para v2 de corporaciones ***** */
#border {
    border-left:1px solid #CACACA;
    border-right:1px solid #CACACA;
}
/* ------------------ estilos para contenedor y bloques parte baja de v2 de corporaciones */
#contenedor_corporaciones_bajo_v2{
    position: relative;
    width: 806px;
    height: 470px;
}
#bloque_interior_1 {
    display: block;
    float: left;
    width: 190px;
    height: 298px;
    margin-left: 8px;
    margin-top: 20px;
    background-image:url(/img/corporaciones2/bg_datos.jpg);
    background-repeat:no-repeat;

}
#bloque_interior_2 {
    display: block;
    float: left;
    width: 190px;
    height: 298px;
    margin-left: 10px;
    margin-top: 20px;
    background-image:url(/img/corporaciones2/bg_datos2.jpg);
    background-repeat:no-repeat;

}
#bloque_interior_3 {
    display: block;
    float: left;
    width: 190px;
    height: 298px;
    margin-left: 10px;
    margin-top: 20px;
    background-image:url(/img/corporaciones2/bg_datos3.jpg);
    background-repeat:no-repeat;

}
#bloque_interior_4 {
    display: block;
    float: left;
    width: 190px;
    height: 298px;
    margin-left: 10px;
    margin-top: 20px;
    background-image:url(/img/corporaciones2/bg_datos4.jpg);
    background-repeat:no-repeat;

}
#sub_bloque_bottom_1 {
    display: block;
    float: left;
    width: 200px;
    height: 110px;
    margin-left: 20px;
    margin-top: 5px;

}
#sub_bloque_bottom_2 {
    display: block;
    float: left;
    width:200px;
    height: 110px;
    margin-left: 0px;
    margin-top: 5px;

}
/*#sub_bloque_bottom_3 {
display: block;
float: left;
width:280px;
height: 110px;
margin-left: 0px;
margin-top: 5px;

}*/
#sub_bloque_bottom_3 {
    display: block;
    float: left;
    width:168px;
    height: 110px;
    margin-left: 0px;
    margin-top: 5px;

}
#sub_bloque_bottom_4 {
    display: block;
    float: left;
    width:30px;
    height: 20px;
    margin-left: 0px;
    margin-top: 5px;
    background-image:url(/img/corporaciones2/icon_go.jpg);
    background-repeat: no-repeat;
    background-position: right;


}
.txt_general {
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-align: left;
}
#minisub_bloque_sub2_bottom_1 {
    display: block;
    float: left;
    width: 168px;
    height: 20px;
    margin-left: 0px;
    margin-top: 0px;

}
#minisub_bloque_sub2_bottom_2 {
    display: block;
    float: left;
    width: 20px;
    height: 15px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: url(/img/corporaciones2/btn_go_borrom.gif);
    background-repeat: no-repeat;
    background-position: left;

}
#minisub_bloque_sub2_bottom_3 {
    display: block;
    float: left;
    width: 148px;
    height: 15px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: left;
}
#minisub_bloque_bottom_1 {
    display: block;
    float: left;
    width: 200px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
}
#minisub_bloque_bottom_2 {
    display: block;
    float: left;
    width: 200px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
}
.minisub_bloque_bottom_txt_1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    color: #005fb9;
}
.minisub_bloque_bottom_txt_1 a {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    color: #005fb9;
    text-decoration: none;
}
.minisub_bloque_bottom_txt_1 a:hover {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    color: #005fb9;
    text-decoration: none;
}
.minisub_bloque_bottom_txt_2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight:bold;
    text-align: left;
}
.minisub_bloque_bottom_txt_3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
#bloque_subinterior_top {
    display: block;
    float: left;
    width: 130px;
    height: 20px;
    margin-top: 15px;
    margin-left: 10px;

}

#bloque_subinterior_top_icongo {
    display: block;
    float: left;
    width: 35px;
    height: 20px;
    margin-top: 15px;
    background-image: url(/img/corporaciones2/icon_go.jpg);
    background-repeat: no-repeat;
    background-position:right;

}
#bloque_subinterior_top_text {
    display: block;
    float: left;
    width: 170px;
    height: auto;
    margin-top: 5px;
    margin-left: 10px;
}
#bloque_subinterior_top_center_espaciador1  {
    display: block;
    float: left;
    width: 170px;
    height: 130px;
    margin-top: 5px;
    margin-left: 10px;

}
#bloque_subinterior_top_center_espaciador  {
    display: block;
    float: left;
    width: 170px;
    height: 130px;
    margin-top: 5px;
    margin-left: 10px;

}
#bloque_subinterior_top_bottom_icon_listtexts {
    display: block;
    float: left;
    width: 12px;
    height: 18px;
    margin-top: 0px;
    margin-left: 10px;
    background-image: url(/img/corporaciones2/icon_logo_mini_subtxt_bottom.jpg);
    background-repeat: no-repeat;

}
#bloque_subinterior_top_bottom_txt_listtexts {
    display: block;
    float: left;
    width: 160px;
    height: 18px;
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
}
#bloque_interior_bottom_1 {
    display: block;
    float: left;
    width: 805px;
    height: 130px;
    margin-top: 15px;
    margin-left: 0px;
    background-image: url(/img/corporaciones2/bg_bottom.jpg);
    background-repeat: no-repeat;
    background-position:center;
}
#bloque_interior_bottom_banner {
    background-image:url(/img/empresas2/bg_bottom_2.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:90px;
    margin-left:0;
    padding-top:30px;
    width:800px;
}
.class_subinterior_top_text {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-align: left;
}
.txt_portal_clientes_home{
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    text-align: center;
}
.txt_portal_clientes_home a{
    color: #0989B4;
    text-decoration: none;
}
.txt_portal_clientes_home a:hover{
    color: #0989B4;
    text-decoration: underline;
}
input,
select,
textarea {
    font-family:Verdana, Verdana, Helvetica, sans-serif;
    font-size:10px;
    font-weight: normal;
    color:#333333;
    border: 1px solid #0989b4;
}

#subtit{
    color:#005fb9;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:20px;
    text-decoration:none;
}
.subtit a{
    color:#005fb9;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:20px;
    text-decoration:none;

}
.subtit a:hover{
    color:#005fb9;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:20px;
    text-decoration:none;

}
/* // */
#subtit_bottom {
    color:#4f5264;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:10px;
    text-decoration:underline;
    text-align: left;
}
.subtit_bottom a{
    color:#4f5264;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:11px;
    text-decoration:underline;

}
.subtit_bottom a:hover{
    color:#4f5264;
    font-family:Verdana,Helvetica,sans-serif;
    font-size:11px;
    text-decoration: underline;

}
/* // */


/* **** fin stilos para v2 de corporaciones **** */

/*=========================*/
/*=========== fin titulos consulas ============*/.bkg_productos {
    background-position: right top;
}
