
/* ----- CSS ----- */

*{
margin: 0;
padding: 0;
} 

body {
	line-height: 1.3em;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: small;
	color: #333333;
	background: #CCCCCC url(../images/bodyBG.gif) repeat top left;
}

/* ----- HTML ----- */
h1, h2 {
	margin:  0;
	padding:  0;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #267712;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration:underline;
}
img {
	border: none;
}

/* ----- cabecera ----- */

#cabeceraPeq {
	position: absolute;
	top: 0px; right: 20px;
	display: block;
	width: 540px;
	text-align:right;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px; font-weight: bold;
	z-index: 2;

}

	#cabeceraPeq ul li {
			display: inline;
	}
	
		#cabeceraPeq li a {
			float: left;
			padding:5px 13px 0 11px;
			background: transparent url(../images/menuPeqLinea.gif) no-repeat;
			background-position: 0 3px;
		}
			
		#cabeceraPeq li#clientes a {
			padding:0;
			display:block;
			width: 132px;
			height: 41px;
			text-decoration: none;
			float: right;
			background: transparent url(../images/zonaClientes.png) no-repeat;
			background-position: 0 0;
		}
		#cabeceraPeq li a:link, #cabeceraPeq li a:visited {
			color: #687B8A;
		}
		

		#cabeceraPeq li a:hover, #cabeceraPeq li a:focus {
			color: #45535c;
		}
		
		#cabeceraPeq li#clientes a:hover, #cabeceraPeq li#clientes a:focus {
			background-position:0px -41px;
		}	
		
		.hiddenLink {display:none}

#cabecera {
	position: relative;
	width: 950px;
	height: 121px;
	background: #CCCCCC url(../images/cabecera.png) no-repeat top left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cabecera h1 a {
	position: absolute;
	top: 15px;
	left: 45px;
	display: block;
	width: 255px;
	height: 85px;
	text-indent: -9000px;
}
#cabeceraPrincipal ul {
	position: absolute;
	top: 71px;
	right: 20px;
	height: 51px;
	margin-bottom: 0px;
	float: right;
	list-style: none;
	z-index:3;
}
  #cabeceraPrincipal ul li {
	  text-indent: -9999px;
	  display: inline;
}
	#cabeceraPrincipal ul li a {
		color: #afad92;
		text-decoration: none;
		float: left;
		background: transparent url(../images/nav.png) no-repeat;
	}	
		
			/*----- Imagenes de navegación -----*/
			#cabeceraPrincipal li#inicio a {
				width: 121px;
				height: 50px;
			}
			#cabeceraPrincipal li#particulares a {
				width: 121px;
				height: 50px;
			}
			#cabeceraPrincipal li#empresas a {
				width: 148px;
				height: 50px;
			}
			#cabeceraPrincipal li#internet a {
				width: 81px;
				height: 50px;
			}
			#cabeceraPrincipal li#terminales a {
				width: 89px;
				height: 50px;
			}
			
			#cabeceraPrincipal li#inicio a:link, #cabeceraPrincipal li#inicio a:visited {
				background-position:0px 0px;
			}
			#cabeceraPrincipal li#particulares a:link, #cabeceraPrincipal li#particulares a:visited {
				background-position:-121px 0px;
			}
			#cabeceraPrincipal li#empresas a:link, #cabeceraPrincipal li#empresas a:visited {
				background-position:-242px 0px;
			}
			
			#cabeceraPrincipal li#internet a:link, #cabeceraPrincipal li#internet a:visited {
				background-position:-390px 0px;
			}			
			#cabeceraPrincipal li#terminales a:link, #cabeceraPrincipal li#terminales a:visited {
				background-position:-471px 0px;
			}
			
			/*----- Remplazo de imagenes de navegaci&oacute;n en hover -----*/
			#cabeceraPrincipal li#inicio a:hover, #cabeceraPrincipal li#inicio a:focus {
				background-position:0px -51px;
			}
			#cabeceraPrincipal li#particulares a:hover, #cabeceraPrincipal li#particulares a:focus {
				background-position:-121px -51px;
			}
			#cabeceraPrincipal li#empresas a:hover, #cabeceraPrincipal li#empresas a:focus {
				background-position:-242px -51px;
			}
			#cabeceraPrincipal li#internet a:hover, #cabeceraPrincipal li#internet a:focus {
				background-position:-390px -51px;
			}			
			#cabeceraPrincipal li#terminales a:hover, #cabeceraPrincipal li#terminales a:focus {
				background-position:-471px -51px;
			}

#contenedor {
	margin: 0 auto;
	width: 950px;
	background: #FFFFFF repeat-y top left;
}

#prefooter{
	position:relative;
	height:161px;
	width:950px;
	background:url(../images/prefooterBG.jpg) bottom left repeat-x;
	overflow:hidden;
}

#contenedor #prefooter ul {
		width: 884px;
		margin: 0 auto;
		list-style: none;
		z-index:3;
		overflow:hidden;
}
	#prefooter ul li {
		text-indent: -9999px;
		display: inline;
	}

#prefooter ul li a {
			color: #afad92;
			text-decoration: none;
			float: left;
			padding: 0px;
			margin: 0px;
			background: transparent url(../images/prefooterBotones.jpg) no-repeat;
			display:block;
			position: relative;
			width: 212px;
			height: 161px;
			margin: 0 4px; 
		}	
		
			/*----- Imagenes de navegaci&oacute;n -----*/
			#prefooter li#prefootLocaliza a:link, #prefooter li#prefootLocaliza a:visited{
			background-position:0px 0px;				
			}
			#prefooter li#prefootCobertura a:link, #prefooter li#prefootCobertura a:visited {
				background-position:-212px 0px;
			}
			#prefooter li#prefootDistribuir a:link, #prefooter li#prefootDistribuir a:visited {
				background-position:-424px 0px;
			}
			#prefooter li#prefootVideo a:link, #prefooter li#prefootVideo a:visited {
				background-position:-636px 0px;
			}
			#prefooter li#prefootNovedades a:link, #prefooter li#prefootNovedades a:visited {
				background-position:-1484px 0px;
			}
			#prefooter li#prefootTarifasParticulares a:link, #prefooter li#prefootTarifasParticulares a:visited {
				background-position:-848px 0px;
			}
			#prefooter li#prefootTarifasEmpresas a:link, #prefooter li#prefootTarifasEmpresas a:visited {
				background-position:-1060px 0px;
			}
			#prefooter li#prefootRecarga a:link, #prefooter li#prefootRecarga a:visited {
				background-position:-1272px 0px;
			}
			#prefooter li#prefootGestiona a:link, #prefooter li#prefootGestiona a:visited {
				background-position:-1696px 0px;
			}
			#prefooter li#prefootQuienes a:link, #prefooter li#prefootQuienes a:visited {
				background-position:-1908px 0px;
			}
			#prefooter li#prefootParticularesRoaming a:link, #prefooter li#prefootParticularesRoaming a:visited {
				background-position:-2120px 0px;
			}
			/*----- Remplazo de imagenes de navegaci&oacute;n en hover -----*/
			#prefooter li#prefootLocaliza a:hover, #prefooter li#prefootLocaliza a:focus {
				background-position:0px -161px;
			}
			#prefooter li#prefootCobertura a:hover, #prefooter li#prefootCobertura a:focus {
				background-position:-212px -161px;
			}
			#prefooter li#prefootDistribuir a:hover, #prefooter li#prefootDistribuir a:focus {
				background-position:-424px -161px;
			}
			#prefooter li#prefootVideo a:hover, #prefooter li#prefootVideo a:focus {
				background-position:-636px -161px;
			}
			#prefooter li#prefootNovedades a:hover, #prefooter li#prefootNovedades a:focus {
				background-position:-1484px -161px;
			}
			#prefooter li#prefootNovedades a:hover, #prefooter li#prefootNovedades a:focus {
				background-position:-1484px -161px;
			}
			#prefooter li#prefootTarifasParticulares a:hover, #prefooter li#prefootTarifasParticulares a:focus {
				background-position:-848px -161px;
			}
			#prefooter li#prefootTarifasEmpresas a:hover, #prefooter li#prefootTarifasEmpresas a:focus {
				background-position:-1060px -161px;
			}
			#prefooter li#prefootRecarga a:hover, #prefooter li#prefootRecarga a:focus {
				background-position:-1272px -161px;
			}
			#prefooter li#prefootGestiona a:hover, #prefooter li#prefootGestiona a:focus {
				background-position:-1696px -161px;
			}
			#prefooter li#prefootQuienes a:hover, #prefooter li#prefootQuienes a:focus {
				background-position:-1908px -161px;
			}
			#prefooter li#prefootParticularesRoaming a:hover, #prefooter li#prefootParticularesRoaming a:focus {
				background-position:-2120px -161px;
			}

/* ----- footer ----- */
#contenedor #footer {
	position: relative;
	height: 428px;
	background: transparent url(../images/footerBG.jpg) no-repeat top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	overflow:hidden;
}

#contenedor #footer #wrapper .columna {
	color: #666;
	border: 0px;
	border-style:none;
	margin: 15px 2px 5px 0px;
	padding: 8px;
	height: 500px;
	width: 210px;
	float: left;
}

#contenedor #footer #wrapper a{
	color:#267712}

#contenedor #footer #wrapper a.hover{
	text-decoration: underline;	}
	
#wrapper { 
 margin-left: 12px;
}


#columnaLista li{
	color: #0C0;
	text-decoration: none;
	line-height: 1.6em;
}

#columnaLista #columnaClientes{
	display:block;
	width: 115px;
	background: transparent url(../images/clientesLogo.png) no-repeat top right;
	overflow:visible;
}

.columnaTexto {
	display:block;
	padding-left: 30px;
	line-height: 1.3em;
	}

.columnaTexto A:link {text-decoration: none; font-weight:bold;}
.columnaTexto A:active {text-decoration: underline;}
.columnaTexto A:hover {text-decoration: underline;}

.columna h3{
	margin-left:20px;
	font-weight:bold;
	font-size:14px;
	}
	
.columna ul{
	margin-left: 30px;
	font-weight: bold;
	color: #060;
}
		.columna ul li{
		color: #030;
		}
		
#copyright {
	margin: 0 auto;
	padding: 0px;
	width: 950px;
	height: 123px;
	overflow:hidden;
	background: transparent url(../images/footerEnd.png) no-repeat top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
	color: #4c4c4c;
	font-weight: bold;
}

#copyright a:visited, #copyright a:link, #copyright a:hover, #copyright a:focus{color: #4c4c4c}

.destacar{font-weight:bold;}

.t {background: url(../images/lt.png) 0 0 repeat-x; width: 20em}
.b {background: url(../images/lb.png) 0 100% repeat-x}
.l {background: url(../images/ll.png) 0 0 repeat-y}
.r {background: url(../images/lr.png) 100% 0 repeat-y}
.bl {background: url(../images/bl.png) 0 100% no-repeat}
.br {background: url(../images/br.png) 100% 100% no-repeat}
.tl {background: url(../images/tl.png) 0 0 no-repeat}
.tr {background: url(../images/tr.png) 100% 0 no-repeat; padding:20px} 

.clearer {clear:both; margin:0; padding:0; font-size:0; line-height:0; height:0px;}


#submenu img
{
	width: 200px;
 border: 0;
	margin: 30px 5px 0 0;
	padding: 0;
	float: right;
}

#submenu ul
{
	width: 200px;
 border-bottom: 1px solid #696969;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#submenu ul li
{
 border-top: 1px solid #696969;
 margin: 0;
 padding: 0;
}
#submenu ul li a
{
 display: block;
 width: 200px;
 height: 30px;
 margin: 0;
 padding: 0;
 color: #FFF;
 font-size: 12px;
 font-weight: bold;
 line-height: 30px;
 text-align: center;
 text-decoration: none;
}
#submenu ul li a:HOVER, #submenu ul li a:FOCUS
{
	background: transparent url(../images/subopcionAC.png) 0 0 no-repeat;
 text-decoration: none;
}
#navSecInfobox {
float:left;
height:246px;
margin:15px 8px;
position:relative;
width:560px;
}

/* ----- CONTENIDO ----- */
#contenido
{
	background: transparent url(../images/particularesNavBG.png) repeat-x scroll left top;
	width: 950px;
}

#contenido .texto
{
 margin: 10px 0 0 0;
 padding: 0 30px;
}
#contenido .texto h2
{
 margin: 0 0 10px 0;
 padding: 0;
 font-size: 16px;
 font-weight: bold;
}
#contenido .texto h3
{
 margin: 0 0 5px 0;
 padding: 0 10px;
 font-size: 12px;
 font-weight: bold;
}
#contenido .texto p
{
 margin: 20px 0;
 padding: 0 20px;
 text-align: justify;
 line-height: 20px;
}
#contenido img
{
 margin: 0 5px 0 0;
 padding: 0;
 float: left;
}
#contenido ul
{
 margin: 0;
 padding: 0 35px;
	list-style: disc;
}
#contenido ul li
{
 margin: 20px 0;
 text-align: justify;
	list-style: disc;
}

#contenido p.nota
{
 margin: 5px auto;
 padding: 0;
 font-size: 12px;
 font-style: italic;
 font-weight: bold;
 text-align: center;
}
#contenido p.nota span
{
 font-size: 16px;
}
#contenido p.aviso
{
 margin: 5px auto 0 auto;
 padding: 0;
 color: #267712;
 font-size: 16px;
 font-weight: bold;
 text-align: right;
}
#contenido table
{
 background: #FFF url("../images/fondoTablaTarifas.png") no-repeat 0 0;
 border: 0;
 border-collapse: collapse;
 width: 320px;
 margin: 0 auto;
 padding: 0;
}
#contenido td
{
/* border-bottom: 1px solid #000; */
 height: 27px;
 margin: 0;
 padding: 0 20px;
 font-size: 12px;
 text-align: center;
}
#contenido td.tituloIZQ
{
/* background: #1E8300; */
 border-bottom: 1px solid #000;
 color: #FFF;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 line-height: 27px;
}
#contenido td.tituloCEN
{
/* background: #1E8300; */
/* border-bottom: 1px solid #000; */
 width: 125px;
/* color: #FFF; */
/* font-size: 15px; */
/* font-weight: bold; */
/* text-align: center; */
/* line-height: 30px; */
}
#contenido td.tituloDRC
{
/* background: #1E8300; */
 border-bottom: 1px solid #000;
 color: #FFF;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 line-height: 27px;
}
#contenido tr.titulos td
{
/* border-bottom: 1px solid #000; */
 height: 0px;
 margin: 0;
 padding: 0;
 line-height: 13px;
}
#contenido form
{
 margin: 20px 0;
 padding: 0 40px;
}
#contenido form label
{
 display: block;
 border: 0;
 width: 200px;
 height: 30px;
 margin: 10px 0;
 padding: 0;
 font-weight: bold;
 line-height: 30px;
 float: left;
}
#contenido form .campoTexto
{
 border: 1px solid #696969;
 width: 575px;
 height: 30px;
 margin: 10px 0;
 padding: 0;
	font-size: 16px;
 float: right;
}
#contenido form .grupoRadio
{
 border: 0;
 width: 575px;
 height: 30px;
 margin: 10px 0;
 padding: 0;
 line-height: 30px;
 float: right;
}
#contenido form .campoRadio
{
 margin: 0 45px 0 0;
 padding: 0;
}
#contenido form .boton
{
 width: 175px;
 margin: 20px 0;
	font-size: 16px;
 font-weight: bold;
 text-align: center;
 float: right;
}
