/*	Hoja de estilos general Tus Llamadas Gratis */
/*	28/05/2010	*/


/* Generales */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #f3f3f3;
	text-align: center;
	margin: auto;
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
	color: gray;
	width: 99.7%;
	min-width: 995px;
}

ul.limpio
{
	list-style-type: none;	
}

ul.numromanos
{
	list-style-type: lower-roman;
}

ul.numeros
{
	list-style-type: decimal;	
}
/* Fin generales */

/* Bloques principales */
#contenedor
{
	margin: auto;
	text-align: left;
	color: #333333;
	min-width: 990px;
	width: 100%;
	display: table;
	background: transparent url(../imagenes/fondo_top.jpg) repeat-x top left;
}

#cabecera
{
	color: white;
	height: 240px;
	width: 100%;
	display: table;
	position: relative;
	/*background: #7babe3 url(../imagenes/fondo_top.jpg) repeat-x bottom left;*/ /*url(../imagenes/top_intranet.jpg) repeat-x top left;*/
	background-color: transparent; /*#7babe3  #1A5CA8;*/
	z-index: 10;
	/*border-bottom: solid 1px red;*/
}

#cuerpo
{
	padding: 0.5em 0 1.5em 0;
	font-size: 77%;
	width: 100%;
	position: relative;
	/*background: transparent url(../imagenes/fondo2.jpg) repeat-x bottom left;*/
	background-color: transparent;
	z-index: 20;
	color: #24436a;
	min-height: 300px;
}

#pie
{
	/*background-color: #1a477d;*/
	background: #3B6492 url(../imagenes/top_menu3_select.jpg) repeat-x top left;/*3B6492*/
	color: white;
	font-size: 70%;
	text-align: center;
	border-top: 0.2em solid #1a477d; /*#91bae9;*/
	display: table;
	width: 100%;
	padding: 1em 0;
	min-height: 15px;
}
/* Fin bloques principales */

/* Cabecera */
#cabecera h1
{
	z-index: 11;
	top: 6em;
	left: 5em;
	position: absolute;
	font-size: 1em;
	width: 95px;
	height: 96px;
	/*margin: 0.75em 0 0.75em 5em;*/
	/*background: transparent url(../imagenes/tlg/logotlg_100.jpg) no-repeat top left;*/
	background: transparent url(../imagenes/tlg/logo8_tlg.jpg) no-repeat top left;
}

#cabecera h2
{
	z-index: 121;
	top: 6em;
	left: 12.5em;
	position: absolute;
	font-size: 1em;
	width: 211px;
	height: 95px;
	/*margin: 0.75em 0 0.75em 0.75em;*/
	background: transparent url(../imagenes/tlg/tusllamadasgratis8.jpg) no-repeat top left;
}

#cabecera h3
{
	z-index: 13;
	top: 3.8em;
	left: 49%;
	position: absolute;
	font-size: 1em;
	width: 251px;
	height: 175px;
	/*margin: 0.75em 0 0.75em 0.75em;*/
	background: transparent url(../imagenes/tlg/planeta.jpg) no-repeat top left;
}

/*#cabecera h3
{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);	
	height: 0;				
}*/

#cabecera h1 span, #cabecera h2 span, #cabecera h3 span
{
	visibility: hidden;
}

/* Listas superiores */
#cabecera #topbotonera
{
	z-index: 15;
	width: 100%;
	background: #3D6694 url(../imagenes/top_menu3.jpg) repeat-x top left;
	height: 60px;
	border-bottom: solid 1px #2077D8;
}

#cabecera #topbotonerainf
{
	font-size: 77%;
	background: transparent;
	height: 30px;
	padding-left: 4%;
	text-align: center;
}

#cabecera #topbotonerainf li
{
	float: left;
	/*padding: 7px 12px;*/
	/*margin-right: 15px;*/
	/*border: 1px solid InactiveCaption;*/
}

#cabecera #topbotonerainf li a
{
	font-size: 105%;
	display: block;
	padding: 1.67em 1em 1.67em;
	font-weight: bold;
	color: #fff; /*#ffeb75;*/
	text-decoration: none;
	text-transform: uppercase;
	min-width: 65px
}

#cabecera #topbotonerainf li a:hover
{
	/*text-decoration: underline;*/
	background: transparent url(../imagenes/top_menu3_select.jpg) repeat-x top left;
	border-bottom: solid 1px #54baff;
}

#cabecera #desconectar
{
	margin-left: 30px;
	border-color: teal;
}

#cabecera #desconectar a
{
	color: red;
}

#cabecera #desconectar a:hover
{
	text-decoration: none;
}

#cabecera ul
{
	margin: 0px 4px;
	list-style: none;
	float: left;
}
/* Fin listas superiores */
/* Fin cabecera */

/* Cuerpo */
/*   Espacios internos cuerpo   */
#cuerpo #subcuerpo
{
	margin: 0.5em 1em;
	line-height: 140%;
	min-width: 534px;
	background-color: transparent;
}
/*   Fin espacios internos cuerpo   */

/*   Sub espacios de publicidad   */
#cuerpo #subcuerpo img
{
	border: 1px solid #9db7d9;
	margin: 2px 0 3px;
}

#cuerpo .linkpublicidad
{
	text-decoration: none;
}

#cuerpo #subcuerpo a:hover img
{
	border-color: #4971a4;
}

#cuerpo #subcuerpo
{
	text-align: center;
}
/*   Fin sub espacios de publicidad   */

#cuerpo #subcuerpo 
{
	min-height: 36em;
}

/* Imagenes centrales */
#cuerpo #subcuerpo img
{
	display: inline;
	margin: 10px 20px;
	border: 1px solid #4971a4;
	border-bottom-color: white;
	border-left-color: white;
	width: auto;
	max-width: 91%;
}

#cuerpo .posiciondcha
{
	float: right;
}

#cuerpo .posicionizq
{
	float: left;
}

#cuerpo .fondotlg
{
	background: transparent url(../imagenes/tlg/fondo_tlg_cuerpo.jpg) no-repeat bottom right;
}
/* Fin imagenes centrales */

/* Tablas */
#cuerpo table, #cuerpo .tablabordes
{
	margin: auto;
	border-collapse: collapse;	
}

#cuerpo .tablabordes
{
	border: 1px solid #4971a4;
}

#cuerpo .tablamarco
{
	border-width: 0.25em;
	border-style: outset;
	border-color: #afa400;
}

#cuerpo .tablamarco caption
{
	background-color: #e6d500;
	height: 20px;
	font-size: 108%;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 0;
	color: #0E3056;
	border: solid 1px #fff;
	border-bottom-width: 0px;
	border-right-color: GrayText;
}

#cuerpo .tablabordes th, #cuerpo .tablabordes td
{
	border-color: #4971a4;
	border-width: 1px 0;
	border-style: solid;
}

#cuerpo th
{
	background-color: white;
	color: #4971a4;
	padding: 4px 4px 4px 5px;
	text-align: left;
}

#cuerpo th a
{
	text-decoration: underline;
}

#cuerpo th a:hover
{
	color: black;
}

#cuerpo td
{
	padding: 2px;
}

/* Tabla tipos de pago */
 .tablapagos
 {
	 margin: 0 auto;
 }

 .tablapagos td
 {
	 vertical-align: top;	
	 text-align: left;
	 width: 105px;
	 border-width: 0.4em 0;
	 border-color: #DFDFDF;
	 border-style: dotted;
 }

 .tablapagos td input
 {
	 float: left;
	 margin-top: 5px;
	 border: none;
 }

 .tablapagos td label
 {
	 display: block;
	 float: right;
	 text-align: center;
	 vertical-align: top;
	 width: 66px;
	 padding-top: 22px;
	 margin-right: 15px;
	 border: none;
 }

 .tablapagos #pago4b label
 {
 	 background: top left url(../imagenes/llamadas/pago_4b.gif) no-repeat;
 }
 .tablapagos #pagopaypal label
 {
	 background: top left url(../imagenes/llamadas/pago_paypal.gif) no-repeat;
 }
/* Fin tabla tipo de pago */
/* Fin tablas */

/* cuerpo con bordes redondeados */
#cuerpo .cajapago
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
   position: relative;
	border: solid 2px #C2CDE4;
	background-color: #fff;
	padding: 10px;
	margin: 10px auto;
	text-align: left;
	min-width: 100px;
}

#cuerpo .cajapubli
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	position: relative;
	border: solid 0.25em #C2CDE4;
	background-color: #fff;
	padding: 1px;
	margin: 2px auto 3px;
	text-align: center;
	min-width: 100px;
}

#cuerpo .cajapubli legend
{
	padding: 0 8px;
	font-weight: bold;
}

#cuerpo .cajaclara, #cuerpo .cajaoscura
{
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
	width: 250px;
	height: 230px;
	background-color: white;
	border: .2em solid #54baff;
}

#cuerpo .cajaesquemallamada
{
	background: transparent url(../imagenes/esquema_llamada_caja.jpg) no-repeat center 8%;	
}

#cuerpo .cajatelefono
{
	background: transparent url(../imagenes/base_telefono.jpg) no-repeat bottom right;
}

#cuerpo .cajatlg
{
	background: transparent url(../imagenes/base_tlg.jpg) no-repeat bottom right;
}

#cuerpo .cajaplaneta
{
	background: transparent url(../imagenes/base_planeta.jpg) no-repeat bottom right;
}

#cuerpo .cajaclara .cabecera,  #cuerpo .cajaoscura .cabecera
{
	background: #3F73AF url(../imagenes/top_menu3_select.jpg) repeat-x top left;
	width: 100%;
	height: 45px;
	font-size: 145%;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px 0;
	color: #FFEC4F;
}

#cuerpo .cajaoscura .cabecera
{
	background-image: url(../imagenes/top_menu3.jpg);	
	color: #fff;
}

#cuerpo .cajasubtitulo
{
	padding: 8px; 
	border-bottom: solid 0.1em #9aa1a6; /*#54baff;*/
	font-weight: bold;
	background: #c4ced3 url(../imagenes/tlg/caja_fondo_azul.jpg) repeat-x top left;
}

#cuerpo .cajasubtitulo a
{
	color: #1B283B;
}

#cuerpo .cajaredonda
{
	background-color: #AFA400;
	margin: 0 0.2em;
	color: #ffffff;
	min-width: 100px;
	min-height: 30px;
}

#cuerpo .cajaredonda .bordesup, #cuerpo .cajaredonda .bordeinf
{
	width: 100%;
	height: 0.8em;
	display: table;
}

#cuerpo .cajaredonda .supizq, #cuerpo .cajaredonda .supizq_oscuro, #cuerpo .cajaredonda .supdcha, 
#cuerpo .cajaredonda .supdcha_oscuro, #cuerpo .cajaredonda .infizq, #cuerpo .cajaredonda .infdcha
{
	width: 0.8em;
	height: 0.8em;
}

#cuerpo .cajaredonda .supizq, #cuerpo .cajaredonda .supizq_oscuro
{
	background: transparent url(../imagenes/cajon_sup_izq.jpg) no-repeat top left;
	float: left;
}

#cuerpo .cajaredonda .supizq_oscuro
{
    background-image: url(../imagenes/cajon_sup_izq_oscuro.jpg);
}

#cuerpo .cajaredonda .supdcha, #cuerpo .cajaredonda .supdcha_oscuro
{
	background: transparent url(../imagenes/cajon_sup_dcha.jpg) no-repeat top right;
	float: right;
}

#cuerpo .cajaredonda .supdcha_oscuro
{
    background-image: url(../imagenes/cajon_sup_dcha_oscuro.jpg);
}

#cuerpo .cajaredonda .infizq
{
	background: transparent url(../imagenes/cajon_inf_izq.jpg) no-repeat bottom left;
	float: left;
}

#cuerpo .cajaredonda .infdcha
{
	background: transparent url(../imagenes/cajon_inf_dcha.jpg) no-repeat bottom right;
	float: right;
}

#cuerpo .cajaredonda .cuerpocaja
{
	padding: 2px 12px;
	width: 91%;
}
/* Fin cuerpo con bordes redondeados */

/* Fuentes base cuerpo */
#cuerpo option, #cuerpo input, #cuerpo select, #cuerpo text, #cuerpo textarea, #cuerpo .texto
{
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
}

#cuerpo input, #cuerpo select, #cuerpo textarea
{
	border: 1px solid #4971a4;
	background-color: white;
}

#cuerpo .boton, #cuerpo .botongris
{
	margin: 0;
	padding: 4px 6px;
	background: #4971a4 url(../imagenes/top_menu3.jpg) repeat-x top left;
	/*background-color: #4971a4;*/
	border: 1px solid Background;
	color: white;
}

#cuerpo .botongris
{
	background-color: #7d7d7c;
	background-image: url(../imagenes/boton_gris.jpg);
}

#cuerpo .boton:hover
{
	background: transparent url(../imagenes/top_menu3_select.jpg) repeat-x top left;
   color: #24436a;
}

#cuerpo .botongris:hover
{
	background: transparent url(../imagenes/top_menu3.jpg) repeat-x top left;
}

#cuerpo .boton[disabled], #cuerpo .boton[disabled]:hover, #cuerpo .botongris[disabled], #cuerpo .botongris[disabled]:hover
{
	color: gray;
	border-color: gray;
}

#cuerpo ul.normal, #cuerpo ul.limpio, #cuerpo ul.numromanos, #cuerpo ul.numeros
{
	width: auto;
	padding: 10px 0 10px 25px;
}

#cuerpo h1, #cuerpo h2, #cuerpo h3
{
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	padding: 3px 0 1px;
}

#cuerpo h1
{
	font-size: 115%;
	color: white;
	padding: 5px 0;
	text-indent: 30px;
	background: #4971a4 url(../imagenes/top_menu3.jpg) repeat-x top left;
	border-bottom: solid 1px #2077D8;
}

#cuerpo h2
{
	font-size: 110%;
	font-variant: small-caps;
	/*background-color: #e7eff1;*/
	background-color: transparent;
	text-indent: 40px;
	margin-bottom: 3px;
	border-bottom: solid 1px #2077D8;
}

#cuerpo h3
{
	font-size: 105%;
	background-color: #F7FAFA;
	text-indent: 11px;
	font-style: italic;
	margin-bottom: 4px;
}

#cuerpo .margensup
{
	padding-top: 25px;
}

#cuerpo p
{
	padding: 10px 10px 5px;
}

#cuerpo .textodestacado, #cuerpo .textoerror
{
	font-weight: bold;
}

#cuerpo .textorojo, #cuerpo .textoerror
{
	color: #bb0000;
}

#cuerpo .textosubrayado
{
	text-decoration: underline;
}

#cuerpo .textocursiva
{
	font-style: italic;
}

#cuerpo .faq
{
	margin: 30px auto;
	width: 80%;
	text-align: left;
	/*color: olive;*/
}

#cuerpo .faq .marco
{
	padding: 15px 15px 15px 30px;
	border: 0.25em solid #afa400;	
	/*font-weight: bold;*/
}

#cuerpo .faq .lineainferior
{
	border-bottom: 0.2em solid #afa400;	
}

#cuerpo .faq h3
{
	border-top: 0.2em solid #afa400;	
	margin-top: 10px;
}

#cuerpo .faq a
{
	color: #958a00;
	font-weight: bold;
	text-decoration: none	
}

#cuerpo .faq a:hover
{
	color: #021545;
}

#cuerpo a:hover
{
	/*text-decoration: overline;*/
	text-decoration: none;
	background-color: #afa400;
	color: #fff;
}
/* Fin de fuentes */
/* Fin cuerpo */

/* Pie */
#pie a
{
	color: #fff;
	text-decoration: underline;
}	

#pie a:hover
{
	color: Yellow;
}	

#pie div
{
	margin: 8px 0;
}
/* Fin pie */

.clearall
{
	clear: both;
}
