@charset "utf-8";

/*============================================================*/
/*=========== ESTILOS GENRALES SECCION eSTO ES TELMEX ========*/
/*============================================================*/
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left
}
.txt_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
}

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

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

.bkg_body{
	background-image:url(/img/Esto_es_Telmex/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}

.bkg_interior_esto_es_telmex{
background-image:url(/img/Esto_es_Telmex/bkg_interior_esto_es_telmex.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#2691b9;
}

.bkg_body_sombra_superior{
	background-image:url(/img/Esto_es_Telmex/bkg_sombra_body.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	height:5px;
}
.bkg_body_sombra_izq{
	background-image:url(/img/Esto_es_Telmex/bkg_sombra_izq.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	width:4px;
}
/*==================================*/
/*==== ESTILO MENU PRINCIPAL========*/
/*==================================*/
.menuHeader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.menuHeader a {
	text-decoration: none;
	color: #999999;
}

.menuHeader a:hover {
	color: #000000;
	text-decoration: underline;
}
.txt_azul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0989b4;
}
.txt_azul a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0989b4;
}
.txt_azul a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0989b4;
}
.txt_azul a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0989b4;
	text-decoration:underline
}
.txt_azul a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0989b4;
}
.txt_azul a:actived{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0989b4;
}
/*==================================*/
/*==== FIN ESTILO MENU PRICIPAL========*/
/*==================================*/
/* ====================================================================================== */
/* BOTONERA HEADER */
/* Botonera de Productos | Soluciones | etc... */
/* ====================================================================================== */
#contenedor_botonera_menu_header {
	height: 20px;
	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;
	width: 105px;
	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 {
	width: 114px;
	float: left; /*Para IE 7*/
	display: block !important;
	display: inline; /*For IE*/
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

/* 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, Arial, 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;
  left: 160px;
}

/* 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;
}

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;
}
/* linea de separacion de los botones */
.separador{
	background-image:url(/img/Empresas/bkg_separador.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 1px;
}
/* ====================================================================================== */
/* FIN BOTONERA HEADER */
/* ====================================================================================== */

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




/*============================================================*/
/*========== ESTILOS HOME =========*/
/*============================================================*/
.bkg_baner_home{
	background-image:url(/img/Esto_es_Telmex/bkg_baner_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#0983ac;
	height: 220px;
}
.tabla_contenido_home_01{
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tabla_contenido_home_02{
	background-image:url(/img/Esto_es_Telmex/bkg_tabla_contenido02_home.jpg);
	background-position:left bottom;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tabla_contenido_home_03{
	background-image:url(/img/Esto_es_Telmex/bkg_tabla_contenido_home.jpg);
	background-position:left bottom;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	
/*===============================*/
/*======= ESTILO CALUGA ESTADO FINANCIERO HOME ========*/
/*===============================*/

.bkg_caluga_estado_financiero{
	background-image:url(/img/Esto_es_Telmex/bkg_caluga_informe_financie.jpg);
	background-position:center bottom;
	height: 220px;
}
	
#titulo_informe_financiero{
	background-image:url(/img/Esto_es_Telmex/titulo_ultimo_informe_finan.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9000px;
	height:32px;
}
.fin_bkg_caluga{
 	background-image:url(/img/Esto_es_Telmex/bkg_fin_caluga_inf_finan.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:9px;
}
/*===============================*/
/*======= FIN ESTILO CALUGA ESTADO FINANCIERO HOME ========*/
/*===============================*/

/*===============================*/
/*=======ESTILO CALUGA HOME ========*/
/*===============================*/
.bkg_caluga_top{
	background-image:url(/img/Esto_es_Telmex/bkg_caluga_home_top.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:11px;
}
	
.bkg_caluga_left{
	background-image:url(/img/Esto_es_Telmex/bkg_caluga_home_left.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:4px;
}

.bkg_caluga_right{
	background-image:url(/img/Esto_es_Telmex/bkg_caluga_home_right.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	width:4px;
}
.bkg_caluga_bottom{
	background-image:url(/img/Esto_es_Telmex/bkg_caluga_home_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:17px;
}
.txt_caluga {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}

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

.txt_caluga a:hover{
	text-decoration: underline;
}	
/*===============================*/
/*=======FIN ESTILO CALUGA HOME ========*/
/*===============================*/
/* Esto es telmex / interiores*/
.bkg_titulo{
	background-image:url(/img/Esto_es_Telmex/bkg_titulo.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:40px;
}

.bkg_img_uno{
	background-image:url(/img/Esto_es_Telmex/bkg_img_1.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:138px;
}

.bkg_degradado{
	background-image:url(/img/Esto_es_Telmex/bkg_degradado.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	height:152px;
}

#titulo_directores{
	background-image:url(/img/Esto_es_Telmex/Directivos/titulo_directores.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:33px;
	text-indent:-9000px;
}

.txt_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.txt_titulo_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #84dfff;
	text-align: left;
}
.link_directivos,
.link_directivos a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0989b4;
	text-decoration: none;
}
.link_directivos a:hover {
	color: #0989b4;
	text-decoration: underline;
}

/* FIN Esto es telmex / interiores*/
/*#titulo_Alejandro_Rojas,
#titulo_Alfonso_Lara,
#titulo_Claudio_Pavanati,
#titulo_Danica_Radnic,
#titulo_Eduardo_Corona,
#titulo_Emilio_Martinic,
#titulo_Francisco_Sabioncello,
#titulo_Gianpaolo_Peirano,
#titulo_Jean_Jofre,
#titulo_Julio_Martinich,
#titulo_Maria_Diez,*/
#titulo_Directivos,
#titulo_01,
#titulo_02,
#titulo_03,
#titulo_04,
#titulo_05,
#titulo_06,
#titulo_07,
#titulo_08,
#titulo_09,
#titulo_10,
#titulo_11,
#titulo_12,
#titulo_13{
	background-image:url(/titleImage.php/Esto_es_Telmex/Gerentes%20Corporativos/350/21);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9000px;
	height:35px;
}

#titulo_Acciones_Sociales{
	background-image:url(/titleImage.php/Esto_es_Telmex/Acciones%20Sociales);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9000px;
	height:35px;
}

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

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

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

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

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