#imprimir {
	position: absolute;
	visibility: hidden;
}
#imprimir .titulo {
	font-size: 17px;
	font-weight: bold;
	color: #095593;
	margin-bottom: 10px;
	padding-top: 40px;
	padding-left: 5px;
}


body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/fondo_tabla.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
}

#tabla_fondo {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}
#pie {
	background-image: url(../img/pie_fondo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 90px;
}
#pie .direccion {
	width: 960px;
	font-size: 11px;
	color: #FFF;
}
#pie .links {
	color: #4C9DD9;
	font-size: 11px;
}
#pie .links a{
	color: #9ec1de;
	text-decoration: none;
}
#animacion {
	text-align: center;
}
#botonera {
	margin-top: 135px;
	width: 900px;
}
#botonera a:focus {
	outline:none;
	}

#botonera_celda {
	height: 225px;
}
#col_izq {
	width: 250px;
}
#col_der {
	width: 560px;
}
#col_3 {
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#col_home_der {
	width: 270px;
}
#col_home_izq {
	width: 540px;
}
#col_home_izq #ani_home {
	float: left;
}

#col_home_izq .company {
	font-size: 12px;
	color: #FFF;
	margin-right: 20px;
	background-image: url(../img/home_fondo.png);
	background-repeat: no-repeat;
	height: 260px;
	padding-right: 20px;
}
#col_home_izq .company .titulo {
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 7px;
}
#col_home_izq .clients {
	width: 250px;
	float: left;
	padding-top: 40px;
}
#col_home_izq .clients .tabla_banner_clientes{
	margin-top: 10px;
	text-align: center;
	width: 250px;
	background-color: #FFF;
}
#col_home_izq .clients .tabla_banner_clientes img{
	height: auto;
	width: 100px;
	margin-bottom: 10px;
}
#col_home_izq .quote {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-top: 45px;
	font-size: 16px;
	color: #999;
	background-image: url(../img/comilla_gde.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	text-indent: 50px;
}
#col_home_izq .quote .persona {
	font-size: 11px;
	text-indent: 0px;
	text-align: right;
	padding-left: 40px;
	margin-top: 5px;
	color: #095593;
}
.bt_peque {
	margin-top: 5px;
	text-indent: 0;
	text-align: left;
}

.bt_peque .link{
	font-size: 11px;
	color: #999;
	background-image: url(../img/puntito.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	text-indent: 0;
	text-decoration: none;
	background-position: 1px;
}

.bt_peque a.link:hover{
	color: #095593;
	background-image: url(../img/puntito_selec.jpg);
}
#col_home_der .news {
	background-image: url(../img/home_centro.jpg);
	margin-top: 5px;
	margin-right: 20px;
}
.bloque_news {
	color: #333;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	margin-top: 0px;
}
.bloque_news .fecha {
	color: #999;
}





#seccion {
	margin-bottom: 10px;
}

.subboton {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.subboton_link {
	font-size: 14px;
	color: #666666;
	background-image: url(../img/puntito.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 23px;
	text-decoration: none;
}
a.subboton_link:focus {
	outline: none;
}
.subboton_sangria {
	padding-left: 23px;
}
.subboton_link_active {
	font-size: 14px;
	background-image: url(../img/puntito_selec.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 23px;
	text-decoration: none;
	color: #095593;
}

a.subboton_link:hover {
	background-image: url(../img/puntito_selec.jpg);
	color: #095593;
}
.subboton_link2 {
	font-size: 14px;
	color: #666666;
	background-image: url(../img/puntito.jpg);
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 43px;
	text-decoration: none;
}
a.subboton_link2:hover {
	background-image: url(../img/puntito_selec.jpg);
	color: #095593;
}
.subboton_link2_active {
	font-size: 14px;
	background-image: url(../img/puntito_selec.jpg);
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 43px;
	text-decoration: none;
	color: #095593;
}

a.subboton_link2:focus {
	outline: none;
}
#texto {
	color: #333;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 20px;
}
/* Fuente pequeña */
.nivel1 {
	font-size: 11px;
}

/* Fuente normal */
.nivel2 {
	font-size: 12px;
}

/* Fuente grande */
.nivel3 {
	font-size: 14px;
} 
#texto .titulo {
	font-size: 17px;
	font-weight: bold;
	color: #095593;
}
#texto .subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #095593;
}




#texto .destacado {
	color: #095593;
}

#utilidades {
	margin-left: 10px;
	margin-top: 10px;
}
.bt_utilidades img {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.bt_utilidades {
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 5px;
}
.bt_utilidades_link {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
a.bt_utilidades_link:focus {
	outline: none;
}
#idiomas {
	text-align: left;
	margin-top: 20px;
}

#idiomas .idioma {
	margin-right: 10px;
}
.punteo {
	padding-left: 20px;
	line-height: 22px;
}
.punteo_sub {
	padding-left: 50px;
	line-height: 22px;
}

.tabla_clientes {
	width: 510px;
	text-align: center;
	margin-top: 20px;
}

.foottip {
	margin-bottom: 18px;
	width: 100px;
}
.foottip_txt {
	margin-bottom: 18px;
	width: 100px;
	font-size: 12px;
	color: #666;
	background-color: #F3F3F3;
	padding-top: 4px;
	padding-bottom: 4px;
}

.foottip a:focus {
	outline:none;
	}
.foottip img {
	height: auto;
	width: 100px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #FFF;
	padding: 15px;
	width: 350px;
	font-size: 12px;
	color: #333;
	opacity: 0.95;
	border: 1px solid #999;
}

.foot {
	visibility: hidden;
	z-index: 20;
	position: absolute;
}
.subtitulo_clientes {
	font-size: 14px;
	font-weight: bold;
	color: #095593;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #095593;
	margin-top: 30px;
}
.clientes_titulo{
	font-size: 17px;
	color: #014076;
	font-weight: bold;
	line-height: 25px;
}
.cita_persona {
	color: #999;
	float: right;
}
.cita {
	margin-right: 5px;
}
#col_izq .foto {
	margin-top: 50px;
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#col_izq .foto img{
	width: 240px;
	height: auto;
}
#tabla_institutions {
	width: 510px;
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}
#tabla_institutions img {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 30px;
	width: auto;
}
#tabla_institutions .borde {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contact_txt {
	font-size: 12px;
	background-color: #F3F3F3;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: right;
	width: 70px;
}
.contact_caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
	width: 400px;
	padding-right: 3px;
	padding-left: 3px;
}
.contact_pie {
	font-size: 10px;
	color: #333;
	float: right;
}
.contact_bt {
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	height: 20px;
	background-color: #095593;
}
#col_izq .datos {
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	line-height: 18px;
}

#col_izq .datos .titulo {
	font-size: 15px;
	font-weight: bold;
	color: #095593;
}

#col_izq .datos .link {
	color: #095593;
	text-decoration:none;
}
#col_izq .datos a.link:hover {
	text-decoration:underline;
}
.bloque_network {
	width: 160px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: center;
	float: left;
	background-image: url(../img/network_centro.jpg);
	background-repeat: repeat-y;
}
.bloque_network .pais {
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
	padding-left: 7px;
	text-align: left;
	background-image: url(../img/network_pais.jpg);
	background-repeat: no-repeat;
}
.bloque_network img {
	height: auto;
	width: 120px;
	margin-top: 15px;
}
.bloque_services {
	margin-bottom: 10px;
	color: #666;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.bloque_services_flecha {
	font-size: 14px;
	color: #FFF;
	background-image: url(../img/services_tit.jpg);
	line-height: 31px;
	padding-left: 7px;
	background-repeat: no-repeat;
}
.tabla_tiempo {
	background-image: url(../img/tabla_tiempo.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
  height:   1%;
}
.tabla_tiempo_texto {
	width: 180px;
	text-align: center;
	color: #666;
	font-size: 12px;
	height: 62px;
}
.numero {
	font-size: 9px;
	color: #666;
	width: 18px;
	text-align: center;
	float: left;
}
.tabla_tiempo .flechas {
	background-image: url(../img/tabla_tiempo_flechas.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-left: 185px;
	padding-top: 13px;
	background-position: 0 5px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.falta {
	color: #090;
}
.news_separador {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.news_fecha {
	color: #999;
	margin-bottom: 5px;
}
.tell_txt {
	font-size: 12px;
	background-color: #F3F3F3;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: right;
	width: 130px;
}
.tell_caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
	width: 300px;
	padding-right: 3px;
	padding-left: 3px;
}
.tell_bt {
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	height: 20px;
	background-color: #095593;
}
