/*

	KPN - blau
	David Alonso / Ramón Pravia
	Octubre 07

*/

/**************************************************************************
		NORMALIZACIÓN
/*************************************************************************/

@import url("base.css"); 



/**************************************************************************
		LAYOUT
/*************************************************************************/

/* #container, */
#content,
#header .cont_int,
#header .cont_int #main_nav,
#footer .cont_int {
	width: 951px;
	margin: 0 auto;
}

#header {
	height: 142px;
	position: relative;
}

/* ------------------------------------------------------------------------
		2 COLUMNAS
-------------------------------------------------------------------------*/ 

/* 		EN "QUÉ ES" y HOME COMPRA
-------------------------------------------------------------------------*/ 

body.columns_2 .section_intro {
	width: 231px;
	float: left;
	margin: 0 9px 0 0;
}

body.columns_2 .section_content {
	width: 711px;
	float: right;
}

body.columns_2 .section_content .col {
	float: left;
	margin: 0 9px 0 0;
}

body.columns_2 .section_content .last {
	margin: 0;
}

body.columns_2 .section_content .col .cont {
	padding: 0 8px;
}


/* 		2 COLUMNAS en MI_blau_SECTION
-------------------------------------------------------------------------*/ 

body.mi_blau_section #main_content_wide {
	width: 711px;
	float: right;
	margin: 10px 0 0 0;
}

body.mi_blau_section #main_content_wide .single_block {
	width: 303px;
	float: left;
}

body.columns_2 #column_2 {
	width: 711px;
}


/* ------------------------------------------------------------------------
		3 COLUMNAS
-------------------------------------------------------------------------*/ 

#column_1,
#column_2,
#column_3 {
	float: left;
}

#column_1,
#column_3 {
	width: 231px;
}

body.columns_3 #column_2 {
	width: 489px;
}

body.columns_3 #column_2 #main_content {
	margin: 0 9px;
}


/* 		3 COLUMNAS en MI_blau_SECTION y CUÁNTO CUESTA
-------------------------------------------------------------------------*/ 

body.mi_blau_section #column_1,
body.mi_blau_section #column_2,
body.mi_blau_section #column_3,
body.cuanto_cuesta_section #column_3 {
	float: left;
}

body.mi_blau_section #column_1 {
	width: 231px;
	margin: 0 9px 0 0;
}

body.mi_blau_section #column_2 {
	width: 471px;
}

body.cuanto_cuesta_section #main_content {
	width: 711px;
	float: left;
}



/**************************************************************************
		ELEMENTOS COMUNES
/*************************************************************************/

a {
	text-decoration: none;
	color: #009ee0;
	outline: none;
}

input, select, textarea {
	border: 1px solid #999;
	color: #000221;
	font: 1em normal arial,helvetica,clean,sans-serif;
}

table th {
	text-align: left;
}

table .right {
	text-align: right;
}

table tbody tr.odd td {
	background: #f8f8f8;
}

/* ------------------------------------------------------------------------
		FORMULARIOS
-------------------------------------------------------------------------*/
form.wide {
	margin-top: 5px;
/*	border-top: 1px solid #ee7f00;
	border-left: 1px solid #ee7f00;
	border-right: 1px solid #ee7f00;*/

}

/*-- Añadido por Rodrigo Barona - 2.Sep.2008 -- 
#comprasim_portabilidad_paso3_page form.wide,
#comprasim_portabilidad_paso4_page form.wide,
.calles_page form.wide
{
	border-bottom: 1px solid #ee7f00;
} */

form.wide a {
	text-decoration: underline;
}

form.wide .cont {
	background: #fff;
	color: #009ee0;
	padding: 0 10px 10px 10px;
}

/*-- Añadido por Rodrigo Barona - 2.Sep.2008 --*/ 
form.wide h3 {
	background:transparent url(../img/compra_form_h3.gif) no-repeat top left;
	padding: 10px 0 0 15px;
	height:37px;
	font-size: 1.9em;
	color: #009ee0;
	margin: 0 0 15px;
	text-transform:uppercase;
	letter-spacing:-0.02em;
}

form.wide .cont p.nota {
	line-height: 22px;
}

form.wide fieldset {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

form.wide fieldset.first {
	margin: 0;
}

form.wide fieldset h3 {
	background:transparent url(../img/dot_orange.gif) repeat-x scroll center bottom;
	padding: 8px 0 5px 0;
	font-size: 1.3em;
	color: #ee7f00;
	margin: 0 0 20px;
	height:25px;
	text-transform:none;
}

form.wide fieldset.first h3 {
	border: none;
	padding: 0;
}

form.wide fieldset h5 {
	font-size: 100%;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

form.wide fieldset.relative {
	position: relative;
}

form.wide .row {
	border: none;
	background-image: none;
	margin-bottom: 8px;
}

form.wide .row p {
	float: left;
	margin: 0 10px 0 0;
}

form.wide .row p.last {
	margin: 0;
}

form.wide label {
	display: block;
	margin: 0 5px 2px 0;
	font-size: .85em;
}
form.wide label em {
  color: #999;
}

form.wide p.inline label {
	float: left;
}

form.wide p.inline label,
form.wide p.inline span {
	margin-top: 3px;
}

form.wide p.inline input {
	margin: 0 5px 0 0;
}

form.wide p.choose,
form.wide p.choose {
	margin: 0;
}
form.wide p.choose strong {
  color: #009ee0;
}
form.wide p.choose input {
	margin: 0 5px 0 0;
	vertical-align: bottom;
	border: none;
}

form.wide span.after {
	margin: 0 5px;
	font-size: .85em;
}

form.wide select,
form.wide input,
form.wide span {
	display: block;
	float: left;
}

form.wide input.normal {
	display: inline;
	float: none;
}

form.wide input,
form.wide select,
form.wide textarea {
	font-size: 1em;
}

form.wide p.description {
	color:#000221;
	margin: 10px 0;
	font-size: .95em;
}

form.wide p.process_navigation,
form.wide p.confirm {
	margin: 0;
	float: right;
}

form.wide p.process_navigation .submit,
form.wide p.process_navigation input,
form.wide p.confirm input {
	float: none;
	display: inline;
	border: none;
	vertical-align: middle;
}

form.wide p.process_navigation a,
form.wide p.confirm a {
	margin-right: 20px;
	text-decoration: underline;
	font-weight: bold;
	font-size: .85em;
}

form.wide p.process_navigation a.submit,
form.wide p.confirm a.submit {
	margin-right: 0;
}

form.wide p.alert {
	margin: 20px 0;
}

form.wide p.relative {
	position: relative;
}

form.wide input.checkbox {
	position: relative;
	top: -3px;
}

form.join {
	border: none;
	margin: 0;

}

form.join .cont {
	padding-top: 0;
	/* border-bottom: 1px solid #ee7f00;
	border-left: 1px solid #ee7f00;
	border-right: 1px solid #ee7f00; */

}

form.wide textarea#address_aditional {
	width: 400px;
}

form p.leyenda_obligatorios {
	margin: 0;
	font-size: 85%;
}

form p.leyenda_obligatorios span {
	color: red;
	padding: 0 5px 0 0;
}

/* ------------------------------------------------------------------------
		CLUETIPS
-------------------------------------------------------------------------*/
div.cluetip {
	position: absolute;
	z-index: 999;
	border: 2px solid #ee7f00;
	color: #009ee0;
	width: 250px;
}

div.cluetip .cont {
	position: relative;
	background-color: #fff;
	padding: 10px;
}

div.cluetip h4 {
	margin: 0 0 10px;
}

div.cluetip .cont p {
	margin: 10px 0 0 0;
	font-size: .85em;
}

div.row div.cluetip .cont p {
	float: none;	
}

div.cluetip p img {
	display: block;
	margin: 0 auto;
}

div.cluetip a.close {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	right: 5px;
	top: 5px;
	background: transparent url("../img/button_close_cluetip.png") left top no-repeat;
}


/* ------------------------------------------------------------------------
		CLUETIP HELP ICC
-------------------------------------------------------------------------*/
div.cluetipHelpICC {
	position: relative;
	z-index: 999;
	color: #009ee0;
}

div.cluetipHelpICC .cont {
	position: absolute;
	background-color: #fff;
	border: 2px solid #ee7f00;
	padding: 10px;
}

div.cluetipHelpICC h4 {
	margin: 0 0 10px;
}

div.cluetipHelpICC .cont p {
	margin: 10px 0 0 0;
	font-size: .85em;
}

div.row div.cluetipHelpICC .cont p {
	float: none;	
}

div.cluetipHelpICC p img {
	display: block;
	margin: 0 auto;
}

div.cluetipHelpICC a.close {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	right: 5px;
	top: 5px;
	background: transparent url("../img/button_close_cluetip.png") left top no-repeat;
}
/* ------------------------------------------------------------------------
		BANNERS
-------------------------------------------------------------------------*/

#banner_portabilidad {
	color: #fff;
	background: url("../img/banner_portabilidad.png") top left no-repeat;
	height: 99px;
	position: relative;
	margin: 45px 0 0 0;
}

#banner_portabilidad h3 {
	margin: 0;
}

#banner_portabilidad p {
	color: #3E5964;
	position: absolute;
	left: 9px;
	top: 45px;
	width: 150px;
	font-size: 85%;
	margin: 0;
}

/**************************************************************************
		ÁREAS
/*************************************************************************/

body {
	margin: 0;
	background:#009ee0; 

}

#contenido_central_page { 
	padding:1px 0 1px 0;
	background:#009ee0 url(../img/bubbleLine.gif) top center repeat-y; 
}


/* ------------------------------------------------------------------------
		HEADER
-------------------------------------------------------------------------*/ 

#header {
	background: #009ee0 url("../img/bubbleTop.gif") bottom center no-repeat;
}

#header  .cont_int {
	width:951px;
	margin:0 auto;
}

 #header .head_izq {
	float: left;
	display: inline;
	padding: 25px 0 0 25px;
}

#header .head_der {
	float: right;
	display: inline;
	padding: 30px 15px 0 0;
}

#header .head_izq a,
#header .head_izq {
	width: 350px;
	height: 37px;
}

#header .head_der a, 
#header .head_der {
	width: 375px;
	height: 30px;
}


#header .head_izq h1,
#header .head_der p {
	margin: 0;
	padding: 0;
}

#header .head_izq a {
	background: transparent url("../img/bg_head_h1.png") left top no-repeat;
	display: block;
}

#header .head_der a {
	background: transparent url("../img/bg_ayudame_logged.png") right top no-repeat;
	display: block;
}

#header h1 {
background:transparent url(../img/logo_blau.png) no-repeat scroll 0 0;
float:left;
margin:15px 0 0 0;
}
#header h1 a {
display:block;
height:84px;
position:relative;
width:350px;

}
#blau_slogan {
background:transparent url(../img/slogan_blau.png) no-repeat scroll left top;
display:block;
height:21px;
left:105px;
position:absolute;
top:68px;
width:215px;

}

#ayudame {
background:transparent url(../img/bg_ayudame_logged.png) no-repeat scroll left top;
height:44px;
margin:0pt;
position:relative;
right:0;
top:-15px;
width:171px;
z-index:0;
float:right;

display:none;
}
body.logged #ayudame {
background-image:url(../img/bg_ayudame_logged.png);
width:375px;
}


/* 		MAIN NAVIGATION 
-------------------------------------------------------------------------*/
#main_nav ul,
#main_nav ul li {
	margin: 0;
	padding: 0;
}

#main_nav ul {
	position: relative;
	left: 7px;
	top: 81px;
	float:right;
}

#main_nav ul li {
	list-style: none;
	float: left;
	height: 39px;
	margin-right: 9px;
}

#main_nav ul li.last {
	margin-right: 0px;
}

#main_nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg_main_nav.png");
	background-repeat: no-repeat;
}

#main_nav ul a#m_que_es {
	background-position: 0 0;
	width: 131px;
}

#main_nav ul a#m_comprar {
	background-position: -142px 0;
	width: 131px;
}

#main_nav ul a#m_ya_soy_cliente {
	background-position: -283px 0;
	width: 114px;
}

#main_nav ul a#m_donde_comprar {
	background-position: -407px 0;
	width: 158px;
}

/* MENUS ACTIVOS */
body.whatis_section #main_nav ul a#m_que_es {
	background-position: 0 -99px;
}

body.whatis_section.donde_comprar #main_nav ul a#m_que_es {
	background-position: 0 0;
}

body.whatis_section.donde_comprar #main_nav ul a:hover#m_que_es {
	background-position: 0 -49px;
}

body.whatis_section.donde_comprar #main_nav ul a#m_donde_comprar {
	background-position: -407px -99px;
}

body.buy_section #main_nav ul a#m_comprar {
	background-position: -142px -99px;
}
body.buy_section #column_1 .info h5 {
  color:#ee7f00;
  margin:15px 0pt 5px;
}
body.buy_section #column_1 .info p {
  color: #666;
  margin-right: 10px;
}
body.mi_blau_section #main_nav ul a#m_ya_soy_cliente {
	background-position: -283px -99px;
}


#main_nav ul a:hover#m_que_es {
	background-position: 0 -49px;
}

#main_nav ul a:hover#m_comprar {
	background-position: -142px -49px;
}

#main_nav ul a:hover#m_ya_soy_cliente {
	background-position: -283px -49px;
}

#main_nav ul a:hover#m_donde_comprar {
	background-position: -407px -49px;
}



/* 		BREADCRUMBS
-------------------------------------------------------------------------*/
#breadcrumbs h2 {
	margin: 30px 0 10px;
}


/* ------------------------------------------------------------------------
		SECONDARY_HEADER
-------------------------------------------------------------------------*/ 

#secondary_header {
	position: relative;
	width: 951px;
	margin: 0 auto;
}


/* ------------------------------------------------------------------------
		CONTENT
-------------------------------------------------------------------------*/ 

#container #content {
	margin-bottom: 0;
}


/* ------------------------------------------------------------------------
		FOOTER 
-------------------------------------------------------------------------*/ 

#footer {
	background: #009ee0 url("../img/bubbleBottom.gif") top center no-repeat;
}

#footer .cont li a {
	text-decoration: none;
}

#footer .cont {
	/* background: transparent url("../img/bg_footer_cont.png") center 10px no-repeat; */
	height:80px;
}

	#footer .cont  ul {
		margin:0;
		padding:25px 0 0 0;
		color:#ffffff;
		text-transform:uppercase;
		font-size: 0.70em;
	}
	
	#footer .cont  ul li {
		list-style:none;
		display:inline;
		padding:0 5px 0 0;
	}
	
	#footer .cont  a {
		color:#ffffff;
	}
	
	#footer .cont  a:hover {
		text-decoration:underline;	
	}
	
	
	#footer .cont  p {
		margin:0;
		/*padding:10px 0 20px 0;*/
		padding:40px 0 20px;
		color:#80CFF0;
		text-transform:lowercase;
		font-size: 0.75em;
	}
	
	#footer .cont p.verified {
		padding:7px 0 0;
	}
	
	#footer .cont  p a {
		color:#80CFF0;
	}



#secondary_nav {
	background:transparent;
}

ul#secondary_nav,
ul#secondary_nav li {
	margin: 0;
	padding: 0px;
}

ul#secondary_nav {
	height: 215px;
}

ul#secondary_nav li {
	list-style: none;
	float: left;
	width: 231px;
	margin-right: 9px;
}

ul#secondary_nav li.last {
	margin-right: 0px;
}

ul#secondary_nav ul {
	margin: 5px 0 0 20px;
	padding: 0px;
}

ul#secondary_nav li li {
	float: none;
	width: 160px;
	margin: 0 0 3px 0;
}

ul#secondary_nav li li a {
	color: #395360;
	font-size: .85em;
}

ul#secondary_nav li li a:hover {
	text-decoration: underline;
}

ul#secondary_nav h4 {
	margin: 0;
	width: 231px;
	height: 28px;
	background-repeat: no-repeat;
}

ul#secondary_nav #sm_blau h4 {
	background-image: url("../img/h4_secnav_blau.png");
}

ul#secondary_nav #sm_hacerme_blau h4 {
	background-image: url("../img/h4_secnav_hacerme_blau.png");
}

ul#secondary_nav #sm_tienda h4 {
	background-image: url("../img/h4_secnav_tienda.png");
}

ul#secondary_nav #sm_areaclientes h4 {
	background-image: url("../img/h4_secnav_areaclientes.png");
}

ul#secondary_nav #sm_soporte h4 {
	background-image: url("../img/h4_secnav_soporte.png");
}

/* 		COPYRIGHT
-------------------------------------------------------------------------*/
#copyright {
	padding: 10px 0 40px;
	color: #999;
	font-size: .85em;
	display: block;
	width: 300px;
	float:left;
	margin: 10px 0 0 0;

}
	
#copyright a {
	color: #999;
}

#copyright a:hover {
	text-decoration: underline;
}


/**************************************************************************
		PÁGINAS
/*************************************************************************/

/* ------------------------------------------------------------------------
		HOME
-------------------------------------------------------------------------*/

body#home_page.logged #container {
	background-position: left 40px;
}

body#home_page #container #content {
	margin-bottom: 10px;
}

/* 		PROMOS
-------------------------------------------------------------------------*/
body#home_page #home_promos {
	margin-top: 10px;
}

#home_promos #big_promo {
	position: relative;
	float: left;
	width: 631px;
}

#side_promos {
	float: right;
	width: 311px;
}

#big_promo div,
#big_promo div p {
	margin: 0;
	width: 631px;
	height: 405px;
}

/* 		PROMO GRANDE 1
-------------------------------------------------------------------------*/
#big_promo #promo_home_1 p {
	background: transparent url("../img/bg_promo_home_1_big.png") left top no-repeat;
}

#big_promo #promo_home_1 a {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 25px;
}

#big_promo #promo_home_1 a img {
	display: block;
}

/* 		PROMO GRANDE 2
-------------------------------------------------------------------------*/
#big_promo #promo_home_2 p {
	background: transparent url("../img/bg_promo_home_2_big.png") left top no-repeat;
}

#big_promo #promo_home_2 a {
	position: absolute;
	display: block;
	width: 158px;
	height: 14px;
	left: 322px;
	top: 370px;
	background: transparent url("../img/bg_promo_home_2_big_link.png") left top no-repeat;
}

/* 		PROMO GRANDE 3
-------------------------------------------------------------------------*/
#big_promo #promo_home_3 {
	background: transparent url("../img/bg_promo_home_3_big.png") left top no-repeat;
}

#big_promo #promo_home_3 a {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

/* 		PROMO GRANDE 4
-------------------------------------------------------------------------*/
#big_promo #promo_home_4 p {
	background: transparent url("../img/bg_promo_home_4_big.png") left top no-repeat;
}

/* 		PROMO GRANDE 5
-------------------------------------------------------------------------*/
#big_promo #promo_home_5 p {
	background: transparent url("../img/bg_promo_home_5_big.png") left top no-repeat;
}

/* 		PROMO GRANDE 6
-------------------------------------------------------------------------*/
#big_promo #promo_home_6 p {
	background: transparent url("../img/bg_promo_home_6_big.png") left top no-repeat;
}



/* 		PROMOS DEL LATERAL
-------------------------------------------------------------------------*/
#side_promos #promo_home_1,
#side_promos #promo_home_2,
#side_promos #promo_home_3,
#side_promos #promo_home_4 {
	width: 311px;
	height: 187px;
}

#side_promos #promo_home_1 p,
#side_promos #promo_home_2 p,
#side_promos #promo_home_3 p,
#side_promos #promo_home_4 p {
	margin: 0;
}

/* 		PROMO LATERAL 1
-------------------------------------------------------------------------*/
#promo_slider #promo_slide_1,
#side_promos #promo_home_1 {
	background: transparent url("../img/bg_promo_home_slide_1.png") left top no-repeat;
}

#promo_slider #promo_slide_1 p,
#side_promos #promo_home_1 {
	margin: 0;
}

#promo_slider #promo_slide_1 a{
				position: absolute;
        display: block;
        width: 155px;
        height: 40px;
        left: 8px;
        top: 140px;
}
#side_promos #promo_home_1 a {

	top: 0px;
	display: block;
	width: 350px;
	height: 350px;
	margin: 0 0 0 0;
}

/* 		PROMO LATERAL 2
-------------------------------------------------------------------------*/
#promo_slider #promo_slide_2 {
		background: transparent url("../img/bg_promo_home_slide_2.png") left top no-repeat;
	position: relative;
} 
#side_promos #promo_home_2 {
	background: transparent url("../img/promo_tarjeta_sim_gratis.png") left top no-repeat;
	position: relative;
}

#promo_slider #promo_slide_2 a{
	position: absolute;
	display: block;
	width: 155px;
	height: 40px;
	left: 8px;
	top: 140px;
	}
#side_promos #promo_home_2 a {
	position: absolute;
	display: block;
	width: 155px;
	height: 40px;
	left: 150px;
	top: 140px;
}

#promo_slider #promo_slide_2 img,
#side_promos #promo_home_2 img {
	display: block;
}

/* 		PROMO LATERAL 3
-------------------------------------------------------------------------*/
#promo_slider #promo_slide_3,
#side_promos #promo_home_3 {
	background: transparent url("../img/bg_promo_home_slide_3.png") left top no-repeat;
}

#promo_slider #promo_slide_3 p,
#side_promos #promo_home_3 p {
	margin: 0;
}

#promo_slider #promo_slide_3 a{
	position: absolute;
	display: block;
	width: 155px;
	height: 40px;
	left: 8px;
	top: 140px;
}
#side_promos #promo_home_3 a {
	top: 0px;         
  display: block;
  width: 350px;
  height: 350px;           
  margin: 0 0 0 0;

}

/* 		PROMO LATERAL 4
-------------------------------------------------------------------------*/
#promo_slider #promo_slide_4,
#side_promos #promo_home_4 {
	background: transparent url("../img/bg_promo_home_slide_4.png") left top no-repeat;
}

#promo_slider #promo_slide_4 p,
#side_promos #promo_home_4 p {
	margin: 0;
}

#promo_slider #promo_slide_4 a,
#side_promos #promo_home_4 a {
	top: 140px;
	display: block;
	width: 151px;
	height: 35px;
	margin: 132px 0 0 148px;
}
/*    PROMO SLIDER 5
-------------------------------------------------------------------------*/
#promo_slider #promo_slide_5 {
  background: transparent url("../img/bg_promo_home_slide_5.jpg") left top no-repeat;
}

#promo_slider #promo_slide_5 p {
  margin: 0;
}

#promo_slider #promo_slide_5 p a {
	top: 140px;
	display: block;
	width: 151px;
	height: 35px;
	margin: 132px 0 0 148px;
}

/*    PROMO SLIDER 6
-------------------------------------------------------------------------*/
#promo_slider #promo_slide_6 {
  background: transparent url("../img/bg_promo_home_slide_6.jpg") left top no-repeat;
}

#promo_slider #promo_slide_6 p {
  margin: 0;
}
#promo_slider #promo_slide_6 a {
  display: block;
  width: 311px;
  height: 187px;

}



/* 		SLIDER DE PROMOS
-------------------------------------------------------------------------*/
#side_promos #promo_slider {
	position: relative;
	width: 311px;
	height: 216px;
	overflow: hidden;
	margin-top: 2px;
}

#side_promos #promo_slider .small_promo {
	width: 311px;
	height: 187px;
}

#side_promos #promo_slider #promo_container {
	position: absolute;
	left: 0;
	top: 0;
	height: 187px;
}

#side_promos #promo_slider .cont {
	position: relative;
}

#side_promos #promo_slider .small_promo {
	position: absolute;
	top: 0;
}

#side_promos #promo_slider #promo_slide_1 {
	left: 0;
}

#side_promos #promo_slider #promo_slide_2 {
	left: 311px;
}

#side_promos #promo_slider #promo_slide_3 {
	left: 622px;
}

#side_promos #promo_slider #promo_slide_4 {
	left: 933px;
}

#side_promos #promo_slider #promo_slide_5 {
	left: 1244px;
}

#side_promos #promo_slider #promo_slide_6 {
	left: 1555px;
}

#side_promos #promo_slider #promo_nav {
	position: relative;
	background-color: #7897B4;
	height: 26px;
	top: 190px;
	color: #fff;
}

#side_promos #promo_slider #promo_nav a.previous,
#side_promos #promo_slider #promo_nav a.next {
	display: block;
	position: absolute;
	top: 0;
	width: 20px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#side_promos #promo_slider #promo_nav a.previous {
	left: 0;
	background-image: url("../img/bg_promo_slider_previous.png");
}

#side_promos #promo_slider #promo_nav a.next {
	right: 0;
	background-image: url("../img/bg_promo_slider_next.png");
}

#side_promos #promo_slider #promo_nav p {
	padding-top: 5px;
	margin: 0 auto;
	width: 250px;
	font-weight: bold;
}

#side_promos #promo_slider #promo_nav a {
	color: #fff;
	text-decoration: underline;
}

#side_promos #promo_slider #promo_nav a.current {
	text-decoration: none;
}


/* 		PRESENTACIÓN DE blau
-------------------------------------------------------------------------*/
ul#blau_presentation,
ul#blau_presentation li {
	margin: 0;
	padding: 0;
}

ul#blau_presentation {
	border-top: 1px solid #6589A9;
	padding-top: 20px;
	margin-top: 10px;
}

ul#blau_presentation li {
	position: relative;
	list-style: none;
	float: left;
	width: 311px;
	height: 100px;
	margin-right: 9px;
	background: transparent url("../img/bg_blau_presentation.png") left bottom repeat-x;
}

ul#blau_presentation li.last {
	margin-right: 0;
}

ul#blau_presentation li .cont {
	padding: 0 10px;
}

ul#blau_presentation li .formulario_home form {
  height: 18px;
  position: absolute;
  top: 18px;
  width: 250px;
}

ul#blau_presentation li .formulario_home form label {
  display: block;
  float: left;
  text-align: right;
  width: 50px;
}

ul#blau_presentation li .formulario_home form input {
  margin: 0 0 0 9px;
  width: 180px;
}

ul#blau_presentation li .formulario_home p {
  margin: 5px 0 0 0;
}

ul#blau_presentation li .formulario_home form .process_navigation input {
  width: 111px;
  border: none;
  float: right;
  margin: 0 7px 0 0;
}

ul#blau_presentation h3 {
	margin: 0 0 10px;
	font-size: .95em;
	line-height: 1em;
	color: #ee7f00;
}

ul#blau_presentation p {
	margin: 0 0 25px;
	color: #666;
	font-size: .9em;
	line-height: 1.1em;
}

ul#blau_presentation a {
	position: absolute;
	right: 10px;
	bottom: 15px;
	color: #ee7f00;
	text-decoration: underline;
}

ul#blau_presentation a:hover {
	background-color: #ee7f00;
	color: #fff;
	text-decoration: none;
}




/* ------------------------------------------------------------------------
		QUÉ ES blau
-------------------------------------------------------------------------*/
body.whatis_section div.section_intro {
	width: 220px;
	margin-right: 20px;
}

body.whatis_section div.section_intro p {
	text-align: right;
	color: #009ee0;
	
			display:none;

}

body.whatis_section div.section_intro h2#tu_nueva_operadora {
	text-align: inherit;
	margin: 20px 0 30px;
	background: transparent url("../img/tu_nueva_operadora.png") right top no-repeat;
	height: 48px;
	
			display:none;

}

body.whatis_section h2 {
	font-size: 2.2em;
	color: #009ee0;
	margin: 30px 0 30px 5px;
	padding: 8px 20px 0 20px;
	height:41px;
	background:url(../img/que_es_bg_h2.gif) top left repeat-x;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	font-family:"Trebuchet MS";

}

body.whatis_section .section h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #009ee0;
}

body.whatis_section h4 {
	background:transparent url(../img/dot_orange.gif) repeat-x scroll center bottom;
	color:#EE7F00;
	font-size:14px;
	height:25px;
	margin:0 0 10px;
	padding:8px 0 2px;
	text-transform:none;
	}

body.whatis_section .section_content .info h3 {
	margin: 15px 5px;
	color: #ee7f00;
}

body#compra_final_page .section_content .info h3,
body#liberacion_page .section_content .info h3,
body#portabilidad_page .section_content .info h3,
body#preguntas_frecuentes_page .section_content .info h3,
body#promociones_page .section_content .info h3 {
	font-size: 109%;
	color: #ee7f00;
	margin: 15px 0 15px 0;
}

body#preguntas_frecuentes_page .section_content .info h3 span {
	margin-left: 10px;
	font-size: .8em;
	color: #ccc;
}

body.whatis_section .section_content .info {
	/*color: #666;*/
	color: #333;
	font-size: 1.1em;
	line-height: 140%;
	margin: 0px 20px 15px;
}

body.whatis_section .section_content .section {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCE0EB;
}

body.whatis_section .section_content .info ul {
	margin: 15px 0;
	padding: 0;
}

body.whatis_section .section_content .info ol {
	margin: 15px 0;
	padding-left: 35px;
}

body.whatis_section .section_content .info ul li {
	color: #666;
	/* font-size: 1.1em;*/
	font-size: 0.9em;
	list-style-type: none;
	margin: 0 0 8px 20px;
	padding: 0 0 0 25px;
	background:url(../img/bg_hook.png) 0 1px no-repeat;
  
}

body#portabilidad_page .section_content .info ul li a {
	text-decoration: underline;
}

body.whatis_section .section_content .info p.prev {
	margin: 0;
	float: left;
}

body.whatis_section .section_content .info p.next {
	margin: 0;
	text-align: right;
}

body.whatis_section .section_content .more_info {
	margin: 25px 0;
}

body.whatis_section .section_content .more_info h4 {
	color: #ee7f00;
	margin: 15px 0 10px;
}

body.whatis_section .section_content .more_info p {
	color: #666;
	font-size: 85%;
	margin: 0;
}

body.whatis_section .section_content .more_info a {
	display: block;
	margin-top: 10px;
	height: 20px;
	width: 110px;
}

body.whatis_section .section_content .more_info h4,
body.whatis_section .section_content .more_info p,
body.whatis_section .section_content .more_info a {
	margin-left: 85px;
}

body.whatis_section .more_info div.col,
body.whatis_section .more_info div.col {
	width: 351px;
	height: 100px;
	margin: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
}

body.whatis_section .more_info .pricing {
	float: left;
	background-image: url("../img/bg_pricing_info.png");
}

body.whatis_section .more_info .origins {
	float: left;
	background-image: url("../img/bg_origins_info.png");
}

body.whatis_section .more_info .manifest {
	float: right;
	background-image: url("../img/bg_manifest_info.png");
}

body.whatis_section .more_info .press {
	float: left;
	background-image: url("../img/bg_press.png");
}

body.whatis_section .more_info .press_notes {
	float: left;
	background-image: url("../img/bg_press_notes.png");
}

body.whatis_section .more_info .press_downloads {
	float: right;
	background-image: url("../img/bg_press_downloads.png");
}


body.whatis_section .section_content blockquote {
	font-size:120%;
	margin:0 0 10px 0;
	padding:15px 5px 3px 5px;
	background:#D1EDF8;
	font-style:italic;
	width:630px;
}

body.whatis_section .section_content blockquote p{
	padding:0 30px;
}


/* 		HIGHLIGHTS DE blau
-------------------------------------------------------------------------*/
body.whatis_section .section_content ul#highlights {
	margin: 0 0 25px 0;
	padding: 0;
}

body.whatis_section .section_content ul#highlights li {
	display: block;
	float: left;
	margin: 0 9px 0 0;
	padding: 0;
	width: 171px;
	height: 171px;
	background: #ffffff center top no-repeat;
	position: relative;
}

body.whatis_section .section_content ul#highlights li#highlight_4 {
	border: 1px solid #DEE5E9;
	background: none;
	width: 169px;
	height: 169px;
	margin: 0;
}

body.whatis_section .section_content ul#highlights h3 {
	height: 1px;
	margin: 175px 0 0 0;
}

body.whatis_section .section_content ul#highlights p {
	margin: 0;
	font-size: 85%;
	color: #666;
	padding: 0 20px;
}

body.whatis_section .section_content ul#highlights li#highlight_4 h3 {
	width: 151px;
	height: 35px;
	margin: 80px 10px 10px 10px;
}
body.whatis_section .section_content ul#highlights li#highlight_4 h3.mir a {
	display: block;
	width: 151px;
	height: 35px;
	background: url("../img/button_lo_compro.ori.png");
}

body.whatis_section .section_content ul#highlights li#highlight_4 p {
	text-align: right;
	font-weight: bold;
	padding: 0 10px 0 0;
}

body.whatis_section .section_content ul#highlights li#highlight_4 p a {
	color: #ee7f00;
	text-decoration: underline;
	line-height: 1.5em;
}
body#que_es_page .section_content ul#highlights li#highlight_4 p a {
	text-decoration: none;
}

/* 		Highlights específicos para cada página
-------------------------------------------------------------------------*/

body#que_es_page .section_content ul#highlights li {
	height: 220px;
}

body#que_es_page .section_content ul#highlights li#highlight_4 {
	/*height: 218px;*/
	height:40px;
}
body#que_es_page .section_content ul#highlights li#highlight_4 h3 {
	margin: 130px 10px 10px 10px;
}

body#que_es_page .section_content ul#highlights li#highlight_1 {
	background-image: url("../img/bg_highlight_1.png");
}

body#que_es_page .section_content ul#highlights li#highlight_2 {
	background-image: url("../img/bg_highlight_2.png");
}

body#que_es_page .section_content ul#highlights li#highlight_3 {
	background-image: url("../img/bg_highlight_3.png");
}


body#manifiesto_page .section_content ul#highlights li#highlight_manifiesto {
	width: 531px;
	background-image: url("../img/bg_highlight_manifiesto.png");
}

body#que_es_promociones_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_promociones.png");
}

body#de_donde_viene_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_de_donde_viene.png");
}

body#prensa_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_prensa.png");
}

body#notas_prensa_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;	
	background-image: url("../img/bg_highlight_prensa_notas.png");
}

body#descargas_prensa_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_prensa_descargas.png");	
}

body#contacto_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_contacto.png");	
}

body#liberacion_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_liberacion.png");	
}

body#portabilidad_page .section_content #main_content ul#highlights li {
	width: 711px;
	margin: 0;
	background-image: url("../img/bg_highlight_portabilidad.png");	
}

body#que_es_promociones_page .section_content #main_content ul#highlights li p,
body#manifiesto_page .section_content ul#highlights li#highlight_manifiesto p,
body#de_donde_viene_page .section_content #main_content ul#highlights li p,
body#prensa_page .section_content #main_content ul#highlights li p,
body#notas_prensa_page .section_content #main_content ul#highlights li p,
body#descargas_prensa_page .section_content #main_content ul#highlights li p,
body#contacto_page .section_content #main_content ul#highlights li p,
body#liberacion_page .section_content #main_content ul#highlights li p,
body#portabilidad_page .section_content #main_content ul#highlights li p {
	position: absolute;
	left: 92px;
	bottom: 31px;
}

/*--- Que es: Productos de VOZ y DATOS --*/
#BIMgo {
	float:left;
	width:400px;
	margin:0;
	padding:0;
	line-height:100%;
}

#BIMgo img { margin:10px 0; }

body.whatis_section .section_content .info #BIMgo ul li {
	background:none; 
	color:#333; 
	list-style-type: disc;
	margin:0 0 8px 15px;
	padding:0;
}

#destacados-BIMgo {
	width:230px;
	float:right;
	display:block;
	margin-left:15px;
	padding-top:90px;
}

body.whatis_section .section_content #main_content .quees #destacados-BIMgo p, body.whatis_section .section_content #main_content .quees_2 #destacados-BIMgo p { font-size:0.8em }


/* 		SUBMENU LATERAL
-------------------------------------------------------------------------*/
body.whatis_section #subsections {
	padding:10px 0 0 0;
	background:#E3F2F9 url(../img/bg_subsections_top.gif) top left no-repeat;
	margin:30px 0 0 0;
}


body.whatis_section #subsections ul {
	margin: 0;
	padding: 0 0 50px 10px;
	background:url(../img/bg_subsections_bottom.gif) bottom left no-repeat;
	width:210px;
}

body.whatis_section #subsections li {
	list-style: none;
	margin: 0 0 10px;
	text-align: left;
}

body.whatis_section #subsections a {
	display: block;
	color: #fff;
	line-height: 150%;
	padding:8px 5px 7px 12px;
	width:193px;
	font-weight:bold;
	font-size:1.2em;
	background: url(../img/bg_subsections_menu.gif) top left no-repeat;
	text-transform:uppercase;
}


body.whatis_section #subsections a.active,
body.whatis_section #subsections a:hover {
	color: #fff;
	background: url(../img/bg_subsections_menu_on.gif) top left no-repeat;
}


/* ------------------------------------------------------------------------
		QUÉ ES blau: PORTABILIDAD
-------------------------------------------------------------------------*/

body#portabilidad_page .section_content .info {
	position: relative;
}

body#portabilidad_page .section_content .info #help_icc {
	position: absolute;
	left: 245px;
	top: 290px;
	width: 270px;
}

body#portabilidad_page .section_content .info #help_icc p {
	color: #009ee0;
	font-size: 0.80em;
	margin: 10px 0 0;
	line-height: 100%;
}


/* ------------------------------------------------------------------------
		QUÉ ES blau: CONTACTO
-------------------------------------------------------------------------*/

body#contacto_page .section_content #main_content #contact_area form {
	width: 471px;
	float: left;
	margin: 0;
}

body#contacto_page .section_content #main_content input#email_address {
	width: 296px;
}

body#contacto_page .section_content #main_content textarea#message {
	width: 450px;
	height: 200px;
}

body#contacto_page .section_content #main_content #contact_area .block {
	width: 231px;
	float: right;
	background: url("../img/bg_degrad_contact_block.png") top repeat-x;
	color: #666;
}

body#contacto_page .section_content #main_content #contact_area #block_call_us {
	background: url("../img/bg_degrad_contact_block_tall.png") bottom repeat-x;
}

body#contacto_page .section_content #main_content #contact_area .block .cont {
	padding: 30px 10px 10px 10px;
}

body#contacto_page .section_content #main_content #contact_area .block h3 {
	color: #ee7f00;
	margin: 0;
	font-size: 109%;
}

body#contacto_page .section_content #main_content #contact_area .block p.note {
	font-size: 85%;
	margin: 0;
}

body#contacto_page .section_content #main_content #contact_area #block_mail {
	/*background: #E3F2F9;*/
}

body#contacto_page .section_content #main_content #contact_area #block_mail .cont {
	padding: 10px;
}

body#contacto_page .section_content #main_content #contact_area #block_mail h3 {
	font-size: 122%;
	margin: 0 0 10px;
}

body#contacto_page .section_content #main_content #contact_area #block_mail p {
	margin: 0 0 0 10px;
}

body#contacto_page .section_content #main_content #contact_area #block_mail p.mail {
	margin-top: 12px;
}

body#contacto_page .section_content #main_content #contact_area #block_mail p.mail a {
	color: #666;
}

body#contacto_page .section_content #main_content #contact_area #block_call_us p.mir {
	background: url("../img/tfno_contacto.png") top right no-repeat;
	height: 31px;
	position: relative;
	top: 3px;
}

body#contacto_page .section_content #main_content #contact_area #block_call_us p.blau {
	background: url("../img/tfno_contacto_blau.png") left top no-repeat;
}

body#contacto_page .section_content #main_content #contact_area #block_join p.mir {
	background: url("../img/tfno_alta_contacto.png") top right no-repeat;
	height: 31px;
	position: relative;
	top: 3px;
}



/* ------------------------------------------------------------------------
		QUÉ ES blau: CUÁNTO CUESTA
-------------------------------------------------------------------------*/

body#tarifas_page #pricing {
	height: 170px;
	background: transparent url("../img/bg_pricing_0.png") center top no-repeat;
}

body#tarifas_page .pricing_details {
	float: left;
	width: 500px;
	font-size: 108%;
	margin: 10px 0 0;
	padding: 0;
}

body#tarifas_page #main_content {
	position: relative;
}

body#tarifas_page #show_vat_fees {
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	height: 26px;
	color: #999;
}

body#tarifas_page #show_vat_fees select {
	border-color: #ccc;
	color: #666;
}

body#tarifas_page .pricing_details dt,
body#tarifas_page .pricing_details dd {
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0pt;
	padding: 2px 0;
}

body#tarifas_page .pricing_details dt {
	color: #000000;
	margin: 0 10px 0 0;
	text-align: right;
	width: 325px;
}

body#tarifas_page .pricing_details dd {
	color: #000000;
	padding-left: 10px;
	width: 120px;
}

body#tarifas_page #buyit {
	width: 150px;
	height: 150px;
	padding: 10px;
	float: right;
	margin-top: -35px;
	border: 1px solid #DEE5E9;
	text-align: right;
}

body#tarifas_page #buyit a.button {
	display: block;
	margin-top: 70px;
}

body#tarifas_page #buyit a {
	font-size: .85em;
	font-weight: bold;
	text-decoration: underline;
	color: #ee7f00;
	line-height: 1.7em;
}

body#tarifas_page p#destinos-no-permitidos {
	margin: 30px 0;
	font-size: .75em;
	color: #666;
}


/* ------------------------------------------------------------------------
		QUÉ ES blau: MAPA COBERTURA
-------------------------------------------------------------------------*/

body#mapa_cobertura_page #main_content form {
	margin: 0;
	background: transparent url("../img/bg_cobertura_search.png") left top repeat-x;
	padding: 7px 7px 7px 15px;
}

body#mapa_cobertura_page #main_content form input.text {
	float: left;
	margin-top: 8px;
	width: 460px;
}

body#mapa_cobertura_page #main_content form input.search {
	border: none;
	float: right;
}


/* ------------------------------------------------------------------------
		QUÉ ES blau: MANIFIESTO
-------------------------------------------------------------------------*/


body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto {
	color: #666;
	list-style-type: none;
	margin: 20px 0 20px 0;
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	height: 22px;
	line-height: 22px;	
	background: left top no-repeat;
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point1 {
	background-image: url("../img/ico_step1_simple.png");
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point2 {
	background-image: url("../img/ico_step2_simple.png");
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point3 {
	background-image: url("../img/ico_step3_simple.png");
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point4 {
	background-image: url("../img/ico_step4_simple.png");
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point5 {
	background-image: url("../img/ico_step5_simple.png");
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point6 {
	background-image: url("../img/ico_step6_simple.png");
}

body#manifiesto_page .section_content #main_content div.info ol#puntos_manifiesto li#point7 {
	background-image: url("../img/ico_step7_simple.png");
}

body#manifiesto_page .more_info .origins {
	float: right;
}


/* ------------------------------------------------------------------------
		QUÉ ES blau: DE DÓNDE VIENE blau
-------------------------------------------------------------------------*/

body#de_donde_viene_page .section_content #main_content div.info ul#webs_blau {
	margin: 10px 20px 40px 20px;
	padding: 0;
	font-size: 1.2em;
	list-style-image:none;
}

body#de_donde_viene_page .section_content #main_content div.info ul#webs_blau li {
	display: inline;
	padding: 0 10px 0 0;
}

body#de_donde_viene_page .section_content #main_content div.info ul#webs_blau li a {
	color: #F56600;
}

body#de_donde_viene_page #logos_partners {
	margin-bottom: 20px;
}

body#de_donde_viene_page #logos_partners ul,
body#de_donde_viene_page #logos_partners li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body#de_donde_viene_page #logos_partners li {
	float: left;
	width: 169px;
	border: 1px solid #ccc;
	margin: 0 9px 9px 0;
}

body#de_donde_viene_page #logos_partners li.last {
	margin-right: 0;
}

body#de_donde_viene_page #logos_partners img {
	display: block;
}


/* ------------------------------------------------------------------------
		QUÉ ES blau: PRENSA
-------------------------------------------------------------------------*/

body#prensa_page .section_content #main_content div.info table,
body#notas_prensa_page .section_content #main_content div.info table,
body#descargas_prensa_page .section_content #main_content div.info table {
	margin: 25px 0;
	width: 100%;
	font-size: 93%;
	color: #666;
}

body#prensa_page .section_content #main_content div.info table thead tr,
body#notas_prensa_page .section_content #main_content div.info table thead tr,
body#descargas_prensa_page .section_content #main_content div.info table thead tr {
	background: url("../img/bg_table_header.png") left center repeat-x;
}

body#prensa_page .section_content #main_content div.info table thead tr th,
body#notas_prensa_page .section_content #main_content div.info table thead tr th,
body#descargas_prensa_page .section_content #main_content div.info table thead tr th {
	font-weight: normal;
	color: #fff;
	padding: 10px;
	text-align: left;
}

body#prensa_page .section_content #main_content div.info table tbody tr td,
body#notas_prensa_page .section_content #main_content div.info table tbody tr td,
body#descargas_prensa_page .section_content #main_content div.info table tbody tr td {
	padding: 10px;	
}

body#prensa_page .section_content #main_content div.info table tr .download,
body#notas_prensa_page .section_content #main_content div.info table tr .download,
body#descargas_prensa_page .section_content #main_content div.info table tr .download {
	width: 80px;
	text-align: center;
}

body#descargas_prensa_page .section_content #main_content div.info table tr .size {
	text-align: right;
}

body#descargas_prensa_page .more_info .press_notes {
	float: right;
}

body#prensa_page #video {
	background-color: #eee;
	padding: 10px 0 10px 170px;
}



/* ------------------------------------------------------------------------
		REGISTRO
-------------------------------------------------------------------------*/

body#registro_page #column_1 h2 {
	background: url("../img/h2_registro.png") top left no-repeat;
}

body#registro_page #column_1 p {
	font-size: 93%;
	color: #999;
	line-height: 120%;
	width: 171px;
}

body#registro_page #column_2 {
	width: 471px;
}

body#registro_page #column_2 .row p input {
	width: 141px;
}

body#registro_page p#repeat_email {
	float: right;
}

body#registro_page #column_2 label input {
	border: none;
}


/* ------------------------------------------------------------------------
		ERROR
-------------------------------------------------------------------------*/

body#error_page #content {
	width: 471px;
	margin: 0 auto;
	min-height: 250px;
	background: url("../img/bg_error_page.png") right top no-repeat;
}

body#error_page #content .cont {
	width: 231px;
	font-size: 93%;
	color: #666;
}

body#error_page #content .cont p.oops {
	font-size: 133%;
	color: #cc0000;
	font-weight: bold;
	margin: 20px 0 16px 0;
}

body#error_page #content .cont ul {
	margin: 0;
	padding: 0;
}

body#error_page #content .cont ul li {
	list-style-type: none;
}

/* ------------------------------------------------------------------------
		ERROR EN ALTA
-------------------------------------------------------------------------*/
body #content .cont .error_alta{
     margin: 0 auto;
     width: 815px;
     padding-bottom:40px
}
body#error_alta #header,
body#pagina_error #header {
     height: 210px;
}
body #content .cont .error_alta h2 {
     font-size: 3.5em;
     color:#333333;
     font-family: Verdana;
     font-weight: normal;
     padding:25px 0 0 190px;
     margin: 0;
}
body#pagina_error #content .cont .error_alta h2{
     padding:0;
}
body #content .cont .error_alta h3 {
     font-size: 1.6em;
     color:#333333;
     font-family: Verdana;
     font-weight: normal;
     padding:0;
     margin:0 0 10px 190px;
}
body #content .cont .error_alta p{
	 font-size: 1.3em;
     color:#333333;
     padding: 0 105px 0 190px;
}
body#pagina_error #content .cont .error_alta p{
	 padding:0 65px 0 190px;
	 margin: 0;
	 line-height: 135%;
}
   
body #content .cont .error_alta #error_logo {
     background: url(../img/error_image.png) no-repeat;
     float: left;
     height: 166px;
     width: 179px;
     padding-left: 10px
}

/**************************************************************************
		SECCIONES
/*************************************************************************/

/* 		HOME PROCESO DE COMPRA
-------------------------------------------------------------------------*/

body#compra_home_page .section_intro .cont {
	padding: 20px 15px 0 15px;
}

body#compra_home_page .section_intro h2 {
	margin: 0;	
}

body#compra_home_page #content .section_intro h2 {
	height: 48px;
	background: url("../img/h2_los_mejores_precios.png") top left no-repeat;
}

body#compra_home_page #content #hazte_blau .section_intro h2 {
	height: 21px;
	background: url("../img/h2_hazte_de_blau.png") top left no-repeat;
}


body#compra_home_page .section_intro h3 {
	font-size: 122%;
	color: #ee7f00;
}

body#compra_home_page .section_intro p {
	color: #999;
	font-size: 93%;
	margin-bottom: 0;

}

body#compra_home_page .section_content {
	margin-top: 20px;
}

body#compra_home_page #content .section_content #tarifa_home {
	float: left;
}

body#compra_home_page #content .section_content #tarifa_home,
body#compra_home_page #content .section_content #promo_destacada {
	border: 1px solid #DEE5E9;
	border-right: none;
	border-left: none;
	width: 351px;
	height: 200px;
}

body#compra_home_page #content .section_content #tarifa_home .cont {
	background: url("../img/tarifa_home.png") top left no-repeat;
	height: 170px;
}

body#compra_home_page #content .section_content #tarifa_home .cont ul {
	list-style-type: none;
}

body#compra_home_page #content .section_content #tarifa_home .cont li {
  list-style-type: none;
  margin: 0 0 8px 20px;
  padding: 0 0 0 25px;
  background:url(../img/bg_hook.png) 0 2px no-repeat;
}


body#compra_home_page #content .section_content #tarifa_home p.more_info {
	font-size: 85%;
	text-align: right;
	margin: 5px 0 0 0;
}

body#compra_home_page #content .section_content #promo_destacada {
	float: right;
	background: url("../img/promo_compra_home.png") top left no-repeat;
}

body#compra_home_page #hazte_blau .section_content {
	background: url("../img/bg_degrad_compra_home.png") top left repeat-x;
	height: 205px;
}

body#compra_home_page #hazte_blau .section_content .cont {
	padding: 10px;
}

body#compra_home_page #hazte_blau .section_content .option {
	width: 341px;
	float: left;
}

body#compra_home_page #hazte_blau .section_content .option p.submit {
	margin: 9px 0 0 0;
}

body#compra_home_page #hazte_blau .section_content .option p.submit img {
	display: block;
}

body#compra_home_page #hazte_blau .section_content #option_pack {
	float: right;
}

body#compra_home_page #hazte_blau .section_content #option_sim {
	float: left;
}

body#compra_home_page #hazte_blau .section_content .option .cont {
	height: 134px;
	padding: 0;
	position: relative;
}

body#compra_home_page #hazte_blau .section_content .option .cont h3,
body#compra_home_page #hazte_blau .section_content .option .cont p {
	margin: 0;
	position: absolute;
	width: 150px;
	left: 180px;
}

body#compra_home_page #hazte_blau .section_content .option .cont h3 {
	height: 20px;
	top: 45px;
}

body#compra_home_page #hazte_blau .section_content .option .cont p {
	font-size: 85%;
	color: #666;
	top: 70px;
}

body#compra_home_page #hazte_blau .section_content #option_sim .cont {
	background: url("../img/bg_opcion_sim.png") top left no-repeat;
}

body#compra_home_page #hazte_blau .section_content #option_sim .cont p {
	color: #fff;
}

body#compra_home_page #hazte_blau .section_content #option_sim .cont h3 {
	background: url("../img/h3_opcion_solo_sim.png") top left no-repeat;
}

body#compra_home_page #hazte_blau .section_content #option_pack .cont {
	background: url("../img/bg_opcion_pack.png") top left no-repeat;
}

body#compra_home_page #hazte_blau .section_content #option_pack .cont h3 {
	background: url("../img/h3_opcion_pack.png") top left no-repeat;
}
body#compra_home_page #content .section_content p.comenzar {
	margin: 10px 0;
	text-align: right;
}

body#compra_home_page #content .section_content .pricing_intro {
	color: #ee7f00;
}

body#compra_home_page #content .section_content h3.pricing_intro {
	font-size: 124%;
	margin: 20px 0 0 0;
}

body#compra_home_page #content .section_content p.pricing_intro {
	font-size: 107%;
	margin: 5px 0;
}

body#compra_home_page a {
	text-decoration: none;	
}

body#compra_home_page .section_content a.button {
	display: block;
	float: left;
	width: 351px;
	height: 42px;
	background-repeat: no-repeat;
}

body#compra_home_page .section_content p.more {
	text-align: right;
	font-size: .85em;
	margin: 10 0 15px;
}

body#compra_home_page .section_content #pricing {
	width: 711px;
	height: 170px;
	background: transparent url("../img/bg_pricing.png") left top no-repeat;
}

body.columns_2 #sim_container .section_content .col {
	width: 231px;
	margin-top: 17px;
}

body#compra_home_page #terminal_container {
	margin-bottom: 20px;
}

body#compra_home_page #terminal_container .section_intro h2 {
	height: 18px;
	background: url("../img/h2_telefonos.png") top left no-repeat;
	margin: 10px 0 0 0;
}

body#compra_home_page #terminal_container p.more {
	margin-top: 10px;
}

body.columns_2 #terminal_container .section_content .col {
	width: 171px;
}

body#compra_home_page #terminal_container .section_content {
	margin: 0;
}

body#compra_home_page #terminal_container .section_content h3 {
	color: #ee7f00;
	font-size: 124%;
	margin: 5px 0;
}

body#compra_home_page #terminal_container .section_content .col {
	background: #DEE5E9 url("../img/bg_terminal_home.png") bottom left repeat-x;
}

body#compra_home_page #terminal_container .col .cont {
	margin: 5px;
	padding-bottom: 25px;
	background: #fff;
	color: #ee7f00;
	position: relative;
}

body#compra_home_page #terminal_container .col h4,
body#compra_home_page #terminal_container .col p {
	width: 85px;
	float: right;
	clear: right;
	margin: 10px 0;
}

body#compra_home_page #terminal_container .col p.imag {
	width: 60px;
	float: left;
	clear: none;
}

body#compra_home_page #terminal_container .col h4 {
	font-size: 100%;
}

body#compra_home_page #terminal_container .col h4 span {
	font-weight: normal;
	display: block;
}

body#compra_home_page #terminal_container .col p.price {
	font-size: 136%;
	font-weight: bold;
	text-align: right;
	margin: 0;
}

body#compra_home_page #terminal_container .col p.buy_button {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 26px;
	width: 161px;
	background: url("../img/bg_terminal_home.png") bottom left repeat-x;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}

body#compra_home_page #terminal_container .col p.buy_button a {
	display: block;
	height: 26px;
	background: url("../img/button_rollover_comprar.png") bottom left no-repeat;
}

body#compra_home_page #terminal_container .col p.buy_button a:hover {
	background-position: top left;
}

/* 		SELECCIÓN DE NUEVO NÚMERO
-------------------------------------------------------------------------*/
#nuevo_numero_content {
	position: relative;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.listanumeros {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.listanumeros li {
    float: left;
    width: 137px;
    height: 32px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin-right: 10px;
	line-height: 30px;
	font-size: 136%;
}

.listanumeros li a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url("../img/bg_available_number.png") left top repeat-x;
	text-decoration: none;
	color: #ee7f00;
}

.listanumeros li a.selected {
	background: transparent url("../img/bg_selected_number.png") left top repeat-x;
	color: #fff;
	font-weight: bold;
}

.listanumeros li a:hover {
	border: 1px solid #406C94;
	width: 135px;
	height: 30px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango.jcarousel-container {
	border-bottom: 1px solid #009ee0;
	margin: 5px auto;
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 431px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 431px;
	margin: 4px 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -19px;
    width: 18px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../img/next_arrow.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: -19px;
    width: 18px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../img/prev_arrow.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover {
    cursor: default;
	background-image: none;
}


/* 		SELECCIÓN DE 4 PRIMEROS NÚMEROS
-------------------------------------------------------------------------*/
#first_numbers {
	margin: 30px 0 30px 10px;
}

#first_numbers .numero_incluido {
    position: relative;
	float: left;
	margin-right: 5px;
}

#first_numbers .numero_incluido span {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	list-style: none;
	padding: 0;
	font-size: 3.5em;
	line-height: 1.1em;
	font-weight: bold;
	background: #fff url("../img/bg_included_number.png") left bottom repeat-x;
}

#first_numbers .numero_incluido a.next {
    position: absolute;
    bottom: -19px;
    left: 10px;
    width: 32px;
    height: 18px;
    cursor: pointer;
    background: transparent url("../img/next_arrow_vertical.png") no-repeat 0 0;
}

#first_numbers .numero_incluido a.next:hover {
    background-position: 0 -18px;
}

#first_numbers .numero_incluido a.prev {
    position: absolute;
    top: -19px;
    left: 10px;
    width: 32px;
    height: 18px;
    cursor: pointer;
    background: transparent url("../img/prev_arrow_vertical.png") no-repeat 0 0;
}

#first_numbers .numero_incluido a.prev:hover {
    background-position: 0 -18px;
}

#first_numbers a.search {
	display: block;
	float: right;
	width: 211px;
	margin-top: 10px;
}

#nuevo_numero_content #suggested_number {
	display: block;
	margin: -25px 0 20px 240px
}

#nuevo_numero_content #suggested_number strong {
	display: block;
	font-size: 2em;
}

input#selected_phone_number,
input#selected_digits {
	display: none;
}

/* 		PASOS DE LA COMPRA
-------------------------------------------------------------------------*/
#buying_steps .cont {
	background: #ffffff url("../img/bg_buying_steps.png") left bottom no-repeat;
}

#buying_steps ol,
#buying_steps li {
	margin: 0;
}

#buying_steps ol {
	padding: 10px;
	list-style-type: none;
	background: transparent url("../img/bg_buying_steps_top.png") left top no-repeat;
}

#buying_steps li {
	height: 22px;
	color: #FAD8B2;
	padding-left: 30px;
	margin: 10px 0;
}

#buying_steps li.step1 {
	background: url("../img/ico_step1.png") left bottom no-repeat;
}

#buying_steps li.step2 {
	background: url("../img/ico_step2.png") left bottom no-repeat;	
}

#buying_steps li.step3 {
	background: url("../img/ico_step3.png") left bottom no-repeat;	
}

#buying_steps li.step4 {
	background: url("../img/ico_step4.png") left bottom no-repeat;	
}

#buying_steps li.step5 {
	background: url("../img/ico_step5.png") left bottom no-repeat;	
}

#buying_steps a.thickbox {
	display: block;
	margin-top: 20px;
	font-size: .85em;
}


/* MARCAR PASO ACTIVO */
#comprasim_portabilidad_paso1_page #buying_steps .step1,
#comprasim_portabilidad_paso2_page #buying_steps .step2,
#comprasim_portabilidad_paso3_page #buying_steps .step3,
#comprasim_portabilidad_paso4_page #buying_steps .step4,
#compra_terminales_paso1_page #buying_steps .step1,
#compra_terminales_paso2_page #buying_steps .step2,
#comprasim_nuevo_numero_paso1_page #buying_steps .step1{
	font-weight: bold;
	color: #ee7f00;
	background-position: left top;
}

p.current_step {
	font-size: 100%;
	color: #ee7f00;
	font-weight: bold;
	margin: 25px 0 10px 11px;
}


/* 		 CARRITO
-------------------------------------------------------------------------*/

#shopping_cart {
	margin-top: 25px;
	background: transparent url("../img/bg_shopping_cart.png") 5px 3px no-repeat;
}

#shopping_cart h3,
#shopping_cart p {
	margin: 0 0 0 45px;
}

#shopping_cart h3 {
	color: #009ee0;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#shopping_cart p {
	font-size: .85em;
	color: #000221;
}

#shopping_cart .cont {
	background: #DDE4E9 url("../img/bg_shopping_cart_items.png") left bottom repeat-x;
	padding: 2px;
	margin-top: 10px;
}

#shopping_cart table {
	width: 100%;
	font-size: 93%;
}

#shopping_cart table tr {
	background-color: #ffffff;
}

#shopping_cart table tr.total {
	background-color: transparent;
}

#shopping_cart td {
	color: #ee7f00;
	font-size: .95em;
	padding: 5px;
}

#shopping_cart td.delete {
	padding: 5px 10px 5px;
}

#shopping_cart td.item {
	padding: 5px 0;
	width: 170px;
}

#shopping_cart td.price {
	width: 50px;
	text-align: right;
	font-weight: bold;
}

#shopping_cart tr.total td {
	color: #ffffff;
}

#shopping_cart tr.total td.price {
	padding: 10px 5px;
}

/* ------------------------------------------------------------------------
		COMPRA SIM: PASO 1 PORTABILIDAD
-------------------------------------------------------------------------*/
#portabilidad_content {
	position: relative;
}

#portability_number {
	position: relative;
}

#help_icc {
	left: 315px;
	top: 30px;
	width: 270px;
}

#help_icc p.explain {
	width: 170px;
}

#help_icc p img {
	float: right;
}

#help_portability {
	position: absolute;
	top: 105px;
	left: 65px;
	width: 300px;
}

#comprasim_portabilidad_paso1_page #column_1 h2,
#comprasim_portabilidad_paso2_page #column_1 h2,
#comprasim_portabilidad_paso3_page #column_1 h2,
#comprasim_portabilidad_paso4_page #column_1 h2,
#comprasim_nuevo_numero_paso1_page #column_1 h2 {
	background: url("../img/h2_tarjeta_sim.png") top left no-repeat;
	margin: 25px 0 5px;
}

#comprasim_portabilidad_paso1_page #column_1 h3,
#comprasim_portabilidad_paso2_page #column_1 h3,
#comprasim_portabilidad_paso3_page #column_1 h3,
#comprasim_portabilidad_paso4_page #column_1 h3,
#comprasim_nuevo_numero_paso1_page #column_1 h3 {
	background: url("../img/h3_tu_compra.png") top left no-repeat;
	margin: 0 0 5px;
}

#comprasim_portabilidad_paso1_page #nuevo_numero_content {
	width: 451px;
}


/* ------------------------------------------------------------------------
		COMPRA SIM: PASO 2
-------------------------------------------------------------------------*/

#main_content #client_login {
	position: relative;
	background: #ffffff url("../img/bg_login_bottom.png") left bottom no-repeat;
	margin: 0 -10px 20px;
}

#main_content #client_login .cont {
	padding: 20px 20px 10px 100px;
	background: transparent url("../img/bg_login_top.png") left top no-repeat;
}

#main_content #client_login h4 {
	margin: 0 0 20px 70px;
	color: #EE7F00;
}

#main_content #client_login span.close {
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
}

#main_content #client_login span.close a {
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url("../img/button_close_login.png") left top no-repeat;
}

#main_content #client_login label {
	width: 60px;
	margin-right: 10px;
	color: #000221;
	font-size: 1em;
	text-align: right;
}

#main_content #client_login span.after a {
	color: #3cf;
}

#main_content #client_login span.after a:hover {
	color: #fff;
}

#main_content #client_login .process_navigation {
	margin-top: 10px;
}

#main_content #client_login p.remember {
	margin-left: 70px;
}

#main_content #client_login p.remember label {
	margin: 0;
}

#main_content #client_login #remember_password p.info {
	margin-left: 70px;
	color: #fff;
}

#main_content #client_login #remember_password p {
	margin-right: 0;
}

#main_content #client_login #remember_password input {
	width: 278px;
	margin: 0;
}

#main_content #client_login .process_navigation a {
	color: #3cf;
}

#main_content #client_login .process_navigation a:hover {
	color: #fff;
}	

input#email_address,
input#email_address_confirm {
	width: 241px;
}

input#address_number,
input#address_floor,
input#address_letter,
input#address_stair {
	width: 50px;
}

select#document_type,
input#firstname,
input#lastname1,
input#lastname2,
input#contact_phone,
input#contact_phone1,
input#contact_phone2,
input#fax {
	width: 141px;
}

input#document_number {
	width: 296px;
}

select#birthdate_day {
	width: 50px;
}

select#birthdate_month {
	width: 85px;
}

select#birthdate_year {
	width: 60px;
}

input#username,
input#password,
input#password_confirm {
	width: 218px;
}

input#radio_destination_address_1,
input#radio_destination_address_2 {
	border: none;
}



/* ------------------------------------------------------------------------
		COMPRA SIM: PASO 3
-------------------------------------------------------------------------*/

#prepaid_data,
#postpaid_data {
	position: relative;
}

body.columns_3 label.normal {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

body.columns_3 label.normal input {
	vertical-align: top;
	margin: 0 5px 5px 0;
}

input#account_bank,
input#account_office {
	width: 70px;
}

input#account_dc {
	width: 25px;
}

input#card_number1,
input#card_number2,
input#card_number3,
input#card_number4 {
	width: 50px;
}

input#card_cvv {
	width: 40px;
}

#use_data_from {
	margin: 10px 0;
	padding: 10px 30px;
	background-color: #bbb;
}

#help_cvv {
	left: 160px;
	top: 220px;
	width: 250px;
}

p#repeat_password {
	float: right;
}

/* ------------------------------------------------------------------------
		COMPRA SIM: PASO 4
-------------------------------------------------------------------------*/
#personal_data_form {
	position: relative;
}

#help_promotional {
	left: 165px;
	top: 141px5px;
	width: 250px;
}

#accept_terms {
	border: none;
}

#comprasim_portabilidad_paso4_page #help_cvv {
	top: 320px;
}

/* ------------------------------------------------------------------------
		COMPRA TERMINAL: PASO 1
-------------------------------------------------------------------------*/

#main_content .phone {
	/* border: 1px solid #ee7f00; */
	margin: 0 0 20px 0;
	position: relative;
	padding: 0 0 20px 0;
	background:url(../img/dot.gif) bottom left repeat-x;
}

#main_content .phone .imag {
	width: 157px;
	float: left;
}

#main_content .phone .imag .cont {
	padding: 10px 10px 10px 11px;
}

#main_content .phone .imag img {
	margin: 0 auto;
	
}

#main_content .phone .imag ul {
	margin: 5px 0 0 0;
	padding: 0;
	padding-top: 10px;
	list-style-type: none;
	color: #000221;
	clear: both;
	font-size: 85%;
}
#main_content .phone .phone_data .phone_info {
	color: #ee7f00;
	margin-bottom: 0;
}
#main_content .phone .specs_link {
	margin: 5px 0;
}

#main_content .phone .specs_link a {
	padding-left: 16px;
	font-size: 85%;
	background: url("../img/ico_info.png") left no-repeat;
	color: #009ee0;
	text-decoration: underline;
	font-weight: bold;
}

#main_content .phone .phone_data {
	float: left;
	width: 312px;
	position: relative;
}

#main_content .phone .phone_data h3 {
	margin: 10px 0;
	color: #ee7f00;
	font-size: 116%;
}

#main_content .phone .phone_data h3 span {
	display: block;
	font-weight: normal;
}

#main_content .phone .phone_data .price {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 200%;
	line-height: 90%;
	color: #ee7f00;
}

#main_content .phone .phone_data p span {
	font-size: 85%;
	color: #000221;
	padding: 2px 0 2px 16px;
}

#main_content .phone .phone_data span.libre {
	font-weight: bold;
	background: url("../img/ico_libre.png") left no-repeat;
	padding-right: 10px;
}

#main_content .phone .phone_data span.disponibilidad {
	background: url("../img/ico_disponibilidad.png") left no-repeat;	
}

#main_content .phone .phone_data h4,
#main_content .phone .imag .cont h4 {
	font-size: 85%;
	color: #666;
	margin: 0px 0 0 0;
	height: 18px;
	line-height: 18px;
}

#main_content .phone .phone_data p.color,
#main_content .phone .imag .cont p.color {
	width: 18px;
	height: 18px;
	float: left;
	margin: 4px 7px 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
}


#main_content .phone .buy p {
	font-size: 85%;
	clear: right;
	text-align: right;	
}


#main_content .phone .buy_options {
	clear: both;
	padding: 20px 0 0 0;
}

#main_content .phone .buy_options .option {
	width: 152px;
	float: left;
	margin: 0 4px 4px 0;
	padding-bottom: 10px;
	background: #E3F2F9;
}

#main_content .phone .buy_options .option .opt_header,
#main_content .phone .buy_options .option .description {
	padding: 0 10px;
}

#main_content .phone .buy_options .option .opt_header h3 {
	margin: 10px 0 0 0;
}

#main_content .phone .buy_options .option .opt_header p {
	font-size: 115%;
	color: #ee7f00;
	margin: 0 0 10px 0;
}

#main_content .phone .buy_options .option .description {
	font-size: 85%;
	color: #000221;
}

#main_content .phone .buy_options .option .description p {
	margin: 0;
	line-height: 120%;
}

#main_content .phone .buy_options .option .description p strong span {
	background: url("../img/bg_span_gratis.png") center left no-repeat;
	color: #fff;
	padding: 0 2px;
}

#main_content .phone .buy_options a.buy {
	display: block;
	clear: both;
	width: 308px;
	height: 26px;
	padding:0;
	margin: 0 0 4px 0;
	background: url("../img/button_rollover_comprar_white.png") bottom left no-repeat;
}

#main_content .phone .buy_options a.buy:hover {
	background-position: top left;
}

#main_content .phone .extended_specs .cont {
	margin: 0 10px;
	clear: both;
	border-top: 1px solid #ccc;
}

#main_content .phone .extended_specs .cont dt {
	font-weight: bold;
}

#main_content .phone .extended_specs .cont dd {
	margin: 5px 0 20px 0;
	padding: 0;
}

#main_content .phone .extended_specs .cont dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#compra_terminales_paso1_page .process_navigation p {
	float: right;
	margin: 0 0 0 10px;
}

#compra_terminales_paso1_page .process_navigation p.cancel {
	padding: 10px 0 0 0;
}


/* 		COMPRA TERMINAL: COLUMN 1
-------------------------------------------------------------------------*/

#compra_terminales_paso1_page #column_1 h2,
#compra_terminales_paso2_page #column_1 h2 {
	background: url("../img/h2_tarjeta_sim_movil.png") top left no-repeat;
	margin: 25px 0 5px;
}

#compra_terminales_paso1_page #column_1 h3,
#compra_terminales_paso2_page #column_1 h3 {
	background: url("../img/h3_tu_compra_cinco.png") top left no-repeat;
	margin: 0 0 5px;
}



/* ------------------------------------------------------------------------
		COMPRA TERMINAL: PASO 2
-------------------------------------------------------------------------*/
#compra_terminales_paso2_page fieldset {
	position: relative;
}

#compra_terminales_paso2_page #help_cvv {
	top: 150px;
}

#compra_terminales_paso2_page .process_navigation a.volver {
	position: relative;
	top: -13px;
}

/* ------------------------------------------------------------------------
		MI blau: GENERAL
-------------------------------------------------------------------------*/
body.mi_blau_section {
	/* background:  url("../img/bg_logged_bar.png") 0 150px repeat-x;  */
	color: #666;
	background:#009ee0;
}

body.mi_blau_aviso {
	background: #fff url("../img/bg_logged_bar_aviso.png") 0 150px repeat-x;
}

body.mi_blau_section #main_content {
	float: left;
	width: 711px;
}

body.mi_blau_section #column_3 {
	float: right;
	width: 225px;

}

body.mi_blau_section input#dir_facturacion,
body.mi_blau_section input#dir_pedidos {
	border: none;
}


/* 		BARRA QUE APARECE CUANDO ESTÁS LOGGEADO
-------------------------------------------------------------------------*/

body.logged {
	background: #009ee0 url("../img/bg_logged_bar_grey.png") left 150px repeat-x;
}

body.logged #secondary_header #logged_bar p,
body.logged #secondary_header #logged_bar a,
body.logged #secondary_header #logged_bar .login_options p a {
	color: #ee7f00;
}

body.logged #secondary_header #logged_bar a#nosoy,
body.mi_blau_section #secondary_header #logged_bar a#nosoy {
	font-size: 90%;
	padding: 0 20px;
}

body.mi_blau_section #secondary_header #logged_bar a#nosoy {
	color: #fff;
	text-decoration: underline;
}

body.logged #secondary_header #logged_bar .login_options {
	background-color: transparent;
}

body.logged #secondary_header #logged_bar .login_options p {
	background-image: url("../img/bg_logout_grey.png");
}


body.mi_blau_section #secondary_header {
	/* background:  url("../img/bg_logged_bar.png") 0 8px repeat-x; */
	
}

#secondary_header #logged_bar {
	background:url("../img/bg_mi_blau_consumos_secondary_header.gif") 10px 5px no-repeat;
	height:120px;
	padding:0 50px 0 0;
}


#secondary_header #logged_bar p {
	margin: 0;
	padding: 21px 0 0 100px;
	color:#000221;
	font-size:1.6em;
}

#secondary_header #logged_bar p  strong {
	background:url("../img/bg_mi_blau_consumos_secondary_header_end.gif") right 5px no-repeat;
	padding:21px 25px 20px 0;
}

#secondary_header #logged_bar .pending {
	padding: 0 35px;
	background: transparent url("../img/bg_pending_messages.png") 15px center no-repeat;
}

#secondary_header #logged_bar .pending a {
	color: #fff;
	font-size: .85em;
	font-weight: bold;
	text-decoration: underline;
}

#secondary_header .login_options {
	position: absolute;
	right: 0;
	top: -2px;
	width: 311px;
	height: 10px;
	margin: 0;
	/* background-color: #ee7f00; */
	text-align: right;
	
}

#secondary_header .login_options p {
	padding: 0 10px 5px 0;
	background: transparent url("../img/bg_remove_item.png") 214px 1px no-repeat;
}
#secondary_header  .login_options p  {
	font-size: 0.87em;
}

#secondary_header .login_options p a {
	color: #ee7f00;
	text-decoration: none;
	font-weight:bold;
}

#secondary_header  .login_options p a:hover {
	color: #000221;
	text-decoration: underline;
}

/* 		MENSAJES DE AVISO MI blau
-------------------------------------------------------------------------*/

#secondary_header #aviso {
	height: 38px;
	line-height: 38px;
	margin: 8px 0;
	position: relative;
}

#secondary_header #aviso p {
	margin: 0 0 0 15px;
	font-size: 93%;
	color: #000;
	padding: 0 0 0 20px;
}

#secondary_header #aviso p.close {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	background: none;
}

#secondary_header #aviso p.close a {
	display: block;
	width: 14px;
	height: 14px;
}

#secondary_header div.ok {
	background: #C7DBC7;
	border: 1px solid #009900;
}

#secondary_header .ok p {
	background: url("../img/ico_ok.png") left center no-repeat;
}

#secondary_header .ok p.close a {
	background: url("../img/ico_ok_close.png") left top no-repeat;
}

#secondary_header div.error {
	background: #FFCCCC;
	border: 1px solid #cc0000;
}

#secondary_header .error p {
	background: url("../img/ico_aviso_error.png") left center no-repeat;
}

#secondary_header .error p.close a {
	background: url("../img/ico_error_close.png") left top no-repeat;
}

#secondary_header div.generico {
	background: #FFFF99;
	border: 1px solid #ff9900;
}

#secondary_header .generico p {
	background: url("../img/ico_mensaje_generico.png") left center no-repeat;
}

#secondary_header .generico p.close a {
	background: url("../img/ico_mensaje_generico_close.png") left top no-repeat;
}







/* 		TABS MY blau
-------------------------------------------------------------------------*/
#mi_blau_tabs {
	margin: -2px 0 0;
	padding: 0px;
	/* background: url(../img/bg_mi_blau_panel_top.png) bottom left no-repeat; */
}

#mi_blau_tabs li {
	list-style: none;
	margin: 0 10px 0 0;
	float: left;
}

#mi_blau_tabs li span {
	display: block;
	padding: 10px 20px;
}

#mi_blau_tabs li a {
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #009ee0;
	background: transparent url("../img/bg_mi_blau_tab_right_off.png") right 1px no-repeat;
}

#mi_blau_tabs li a span {
	display: block;
	font-weight: bold;
	background: transparent url("../img/bg_mi_blau_tab_left_off.png") left 1px no-repeat;
}

#mi_blau_tabs li a:hover,
#mi_blau_tabs li a.active {
	color: #fff;
}

#mi_blau_tabs li a.active {
	color:#fff;
	background: transparent url("../img/bg_mi_blau_tab_right.png") right 1px no-repeat;
}

#mi_blau_tabs li a.active span {
	background: transparent url("../img/bg_mi_blau_tab_left.png") left 1px no-repeat;
}


/* 		NAVEGACIÓN LATERAL
-------------------------------------------------------------------------*/
#mi_blau_nav {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

#mi_blau_nav li {
	margin: 0 0 8px;
}

#mi_blau_nav li a {
	display: block;
	background-repeat: no-repeat;
	width: 221px;
	height: 35px;
}

body.mi_blau_section #mi_blau_nav li a {
	background-image: url("../img/bg_mi_blau_nav_mi_panel.png");
}	

body#mi_blau_datos_usuario_y_clave_page #mi_blau_nav li a,
body#mi_blau_datos_personales_page #mi_blau_nav li a,
body#mi_blau_datos_cobro_page #mi_blau_nav li a {
	background-image: url("../img/bg_mi_blau_nav_mis_datos.png");
}	

#mi_blau_nav li#msn_2 a {
	background-position: 0 -35px;
}

#mi_blau_nav li#msn_3 a {
	background-position: 0 -70px;
}

#mi_blau_nav li#msn_4 a {
	background-position: 0 -105px;
}

#mi_blau_nav li#msn_5 a {
	background-position: 0 -140px;
}

#mi_blau_nav li#msn_6 a {
	background-position: 0 -175px;
}

#mi_blau_nav li#msn_7 a {
	background-position: 0 -210px;
}

#mi_blau_nav li#msn_8 a {
	background-position: 0 -245px;
}

#mi_blau_nav li#msn_1 a:hover {
	background-position: -221px 0;
}

#mi_blau_nav li#msn_2 a:hover {
	background-position: -221px -35px;
}

#mi_blau_nav li#msn_3 a:hover {
	background-position: -221px -70px;
}

#mi_blau_nav li#msn_4 a:hover {
	background-position: -221px -105px;
}

#mi_blau_nav li#msn_5 a:hover {
	background-position: -221px -140px;
}

#mi_blau_nav li#msn_6 a:hover {
	background-position: -221px -175px;
}

#mi_blau_nav li#msn_7 a:hover {
	background-position: -221px -210px;
}

#mi_blau_nav li#msn_8 a:hover {
	background-position: -221px -245px;
}

#mi_blau_nav li#msn_1 a.active {
	background-position: -442px 0;
}

#mi_blau_nav li#msn_2 a.active {
	background-position: -442px -35px;
}

#mi_blau_nav li#msn_3 a.active {
	background-position: -442px -70px;
}

#mi_blau_nav li#msn_4 a.active {
	background-position: -442px -105px;
}

#mi_blau_nav li#msn_5 a.active {
	background-position: -442px -140px;
}

#mi_blau_nav li#msn_6 a.active {
	background-position: -442px -175px;
}

#mi_blau_nav li#msn_7 a.active {
	background-position: -442px -210px;
}

#mi_blau_nav li#msn_8 a.active {
	background-position: -442px -245px;
}

/* 		BANNER MIS OFERTAS
-------------------------------------------------------------------------*/
body.mi_blau_section .banner_mis_ofertas {
	background: transparent url("../img/bg_mis_ofertas_bottom.png") left bottom no-repeat;
	padding-bottom: 5px;
}

body.mi_blau_section .banner_mis_ofertas h4 {
	margin: 0;
	padding: 10px 10px 0;
	font-size: 1.35em;
	color: #ee7f00;
	background: transparent url("../img/bg_mis_ofertas_top.png") left top no-repeat;
}

body.mi_blau_section .banner_mis_ofertas p {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0 4px 0 0;
	padding: 10px;
}

body.mi_blau_section .banner_mis_ofertas p a {
	display: block;
	margin-top: 15px;
	font-size: .85em;
	color: #39f;
	text-decoration: underline;
}


/* ------------------------------------------------------------------------
		MI blau: MI PANEL
-------------------------------------------------------------------------*/
body#mi_blau_panel_page #main_content {
	width: 709px;
	border: 1px solid #EBEBEB;
	border-top: none;
	border-bottom: none;
}
body#mi_blau_panel_page #main_content #help_tlf_ppal {
	position: absolute;
	left: 735px;
	top: 230px;
	width: 270px;
}

/* 		SELECTOR DE NÚMERO DE TELÉFONO
-------------------------------------------------------------------------*/
#phone_number_selector {
	margin:5px 0 0 0;
	padding:6px 0 0 20px;
	background:url(../img/logged_bar_miblau.gif) top left no-repeat;
	height:26px;
	color:#fff;
	
}

#phone_number_selector h3,
#phone_number_selector form {
	display: inline;
}

#phone_number_selector h3 {
	margin-right: 10px;
	font-size: 1em;
	font-weight: normal;
}

#phone_number_selector select {
	height: 18px;
	padding-top: 2px;
	font-size: 1em;
	vertical-align: text-bottom;
}

#phone_number_selector label {
	font-weight: bold;
}

#phone_number_selector a {
	font-size: .85em;
	text-decoration: underline;
}

/* 		BLOQUES REORGANIZABLES
-------------------------------------------------------------------------*/

.sortHelper {
	border: 3px dashed #666;
	width: auto !important;
}

body#mi_blau_panel_page .row {
	border-bottom: 1px solid #ccc;
}

body#mi_blau_panel_page .row {
	background: transparent url("../img/bg_mi_blau_panel.png") 234px 0 repeat-y;
}

body.mi_blau_section .row a {
	text-decoration: underline;
	color: #39f;
}

body.mi_blau_section h2 {
	height: 29px;
	line-height: 29px;
	margin: 10px 0 0 0;
	padding: 0 3px;
	font-size: 1.25em;
	color: #fff;
	position: relative;
}

body.mi_blau_section h2 span {
	position: absolute;
	top: 0;
	right: 0;
	color: #ED6E00;
}

body.mi_blau_section h2.itemHeader {
	cursor: move;
	background: url("../img/bg_item_header.png") right top no-repeat;
	margin: 10px 0;
	padding:0 0 0 10px;
}

body.mi_blau_section h2.itemHeader:hover,
body.mi_blau_section h2.itemHeader.hover {
	background-position: right bottom;
}

body.mi_blau_section p.description {
	margin: 0 0 15px;
	color: #999;
	font-size: .95em;
}

body.mi_blau_section p.small_info {
	color: #999;
	font-size: .85em;
}

body.mi_blau_section .row .single_block,
body.mi_blau_section .row .double_block,
body.mi_blau_section .row .column,
body.mi_blau_section .groupWrapper {
	float: left;	
}

body.mi_blau_section .row .single_block {
	width: 205px;
}

body.mi_blau_section .single_block,
body.mi_blau_section .double_block,
body.mi_blau_section .triple_block {
	padding: 0px 15px 20px;
}


body.mi_blau_section .row .middle {
	width: 209px;
}

body.mi_blau_section .row .column {
	width: 235px;
}

body.mi_blau_section .groupWrapper {
	width: 235px;
	float: left;
	padding-bottom: 60px;
}

body.mi_blau_section #sort2 {
	width: 239px;
}

body.mi_blau_section #sortable_blocks {
	background: url("../img/bg_sortable_blocks.png") center top repeat-y;
}

body.mi_blau_section .groupWrapper .single_block {
	border-bottom: 1px solid #ccc;
	padding: 0 10px 20px;
}

body.mi_blau_section .groupWrapper .single_block table {
	width: 100%;
}

body.mi_blau_section .groupWrapper #sim_lock,
body.mi_blau_section .groupWrapper #cancel_account {
	position: static;
}

.groupWrapper p.hidden {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


body.mi_blau_section .row .column .separate {
	border-bottom: 1px solid #ccc;
}

body.mi_blau_section .row .double_block,
body.mi_blau_section .row .triple_block {
	background-color: #fff;
}

body.mi_blau_section .row .double_block {
	width: 444px;
}

body.mi_blau_section .row table {
	width: 100%;
}

body.mi_blau_section a.button {
	display: block;
	width: 205px;
	background-color: #007299;
	margin-top: 15px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

body.mi_blau_section .phone_list td.incoming,
body.mi_blau_section .phone_list td.outgoing {
	padding-left: 23px;
}	

body.mi_blau_section .phone_list td.incoming {
	background: transparent url("../img/ico_incoming_call.png") left top no-repeat;
}

body.mi_blau_section .phone_list td.outgoing {
	background: transparent url("../img/ico_outgoing_call.png") left top no-repeat;
}

body.mi_blau_section .phone_list th {
	font-size: .85em;
	padding-bottom: 5px;
}

body.mi_blau_section .phone_list th.number {
	text-align: left;
	padding-left: 23px;
}

body.mi_blau_section select.month {
	width: 100%;
}

body.mi_blau_section a.small {
	font-size: .85em;
}


/* 		PANEL DE CONSUMO TOTAL
-------------------------------------------------------------------------*/
#consumo_total a.button {
	padding: 0;
	width: 211px;
	height: 35px;
	margin-left: -3px;
	background: transparent url("../img/button_recarga_inmediata.png") left top no-repeat;
}


/* 		GRÁFICO DE CONSUMO DETALLADO
-------------------------------------------------------------------------*/
body.mi_blau_section #flash_consumo_detallado {
	width: 365px;
	height: 300px;
	margin: 0 auto;
}

body.mi_blau_section #total_count {
	display: block;
	width: 273px;
	height: 28px;
	margin: 10px auto;
	padding: 5px 0 0 0;
	background: transparent url("../img/bg_mi_blau_total_count.png") left top no-repeat;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}


/* 		SERVICIOS
-------------------------------------------------------------------------*/
#my_blau_services ul,
#my_blau_services li {
	margin: 0;
	padding: 0;
}

#my_blau_services li {
	position: relative;
	list-style: none;
	padding-bottom: 10px;
	color: #000221;
}

#my_blau_services li input {
	margin: 0;
	border-width: 0;
}

#my_blau_services li input#redirect_to_number {
	border-width: 1px;
}

#my_blau_services li a.edit {
	position: absolute;
	top: 0;
	right: 0;
}

#my_blau_services li p.info {
	margin-top: 10px;
	color: #999;
	line-height: 115%;
}

#call_redirect_options,
#phone_limit_options {
	background-color: #E3F2F9;
	padding: 10px 0;
	margin-top: 5px;
}

#call_redirect_options label {
	display: block;
	margin: 0 0 5px 15px;
}

#call_redirect_options label input {
	margin-right: 5px;
	float: left;
}

#call_redirect_options label input.text {
	display: block;
	float: none;
	width: 90px;
	margin-bottom: 10px;
}

#phone_limit_options p {
	margin: 0 15px 0 15px;
}

#phone_limit_options input {
	width: 40px;
}

#my_blau_services input.save {
	border: none;
	margin-left: 55px;
}



/* 		AVISOS blau
-------------------------------------------------------------------------*/
#blau_alerts {
	background-color: #E3F2F9;
	padding: 10px 5px 10px;
	margin-bottom: 10px;
}

#blau_alerts p {
	margin: 0 0 10px;
}

#blau_alerts p a.edit {
	float: right;
	margin-top: 5px;
}

#blau_alerts p.last {
	margin-bottom: 3px;
	margin-right: 5px;
}

#blau_alerts label {
	float: left;	
}

#blau_alerts label.select {
	display: block;
	width: 50px;
}

#blau_alerts select {
	float: left;
	width: 145px;
}

#blau_alerts input.button {
	border: none;
	float: right;
}


/* 		BLOQUEO DE SIM
-------------------------------------------------------------------------*/
#sim_lock,
#cancel_account {
	position: relative;
	height: 150px;
}

#sim_lock a.button,
#cancel_account a.button {
/*	position: absolute;
	bottom: 0;
	left: 12px;*/
}

#sim_lock a.button {
	padding: 0;
	width: 211px;
	height: 35px;
	background: transparent url("../img/button_bloquear_sim.png") left top no-repeat;
}


/* 		BAJA DE blau
-------------------------------------------------------------------------*/
#cancel_account p.confirm  a.button {
	padding: 0;
	width: 211px;
	height: 35px;
	background: transparent url("../img/button_dar_de_baja.png") left top no-repeat;	
}


/* ------------------------------------------------------------------------
		MI blau: RECARGAS AUTOMÁTICAS
-------------------------------------------------------------------------*/

body#mi_blau_zyb_agenda_sincro_page h2,
body#mi_blau_zyb_agenda_page h2,
body#mi_blau_modalidad_pago_page #column_1 h2,
body#mi_blau_panel_recargas_page h2,
body#mi_blau_panel_recarga_inmediata_page h2,
body#mi_blau_llamadas_page h2,
body#mi_blau_consumos_page h2,
body#mi_blau_promociones_page h2,
body#mi_blau_codigo_puk_page h2 {
	background: transparent url("../img/bg_thickbox_box.png") left top repeat-x;
	margin: 20px 0;
	text-align: left;
}

body#mi_blau_consumos_page h2 {
	background: transparent url("../img/bg_mi_blau_consumos_h2.gif") left top no-repeat;
	text-indent:-9999px;
	height:35px;
	margin:15px 0 0 0;

}

.incluye_iva { color:#999; font-size:10px; text-align:right; margin: -5px 0 0 0;
}

body#mi_blau_promociones_page #column_1 h3 {
	background: transparent url("../img/h3_mis_promociones.png") left top no-repeat;
	margin: 0 0 15px;
}

body#mi_blau_codigo_puk_page #column_1 h3 {
	background: transparent url("../img/h3_codigo_puk.png") left top no-repeat;
	margin: 0 0 15px;
}

body#mi_blau_zyb_agenda_sincro_page #column_1 h3,
body#mi_blau_zyb_agenda_page #column_1 h3 {
	background: transparent url("../img/h3_zyb_agenda.png") left top no-repeat;
	margin: 0 0 15px;
}

body#mi_blau_modalidad_pago_page #column_1 h3 {
	background: url("../img/h3_modalidad_pago.png") top left no-repeat;
}

body#mi_blau_panel_recargas_page #column_1 p,
body#mi_blau_codigo_puk_page #column_1 p {
	color: #999;
	margin-right: 20px;
}

body#mi_blau_promociones_page #column_1 p {
	color: #999;
	margin-left: 10px;
	text-align: left;	
}

body#mi_blau_panel_recargas_page .cont_int {
	clear: both;
}

body#mi_blau_panel_recargas_page .cont_int p.clearfix {
	margin: 10px 0;
}

body#mi_blau_panel_recargas_page .col_1 {
	float: left;
	width: 140px;
}

body#mi_blau_panel_recargas_page .col_2 {
	float: left;
	width: 150px;	
}

body#mi_blau_panel_recargas_page .col_3 {
	width: 150px;
	float: left;
}

body#mi_blau_panel_recargas_page .col_1 p,
body#mi_blau_panel_recargas_page .col_2 p {
	display: block;
	float: none;
}

body#mi_blau_panel_recargas_page .col_1 ul {
	margin: 10px 0 0 15px;
	padding: 0;
	list-style-type: none;
	clear: both;
	font-size: 85%;
}

body#mi_blau_panel_recargas_page .col_1 li {
	margin: 0 0 8px 0;
}

body#mi_blau_panel_recargas_page .col_1 li label {
	font-size: 1em;
	vertical-align: middle;
}

body#mi_blau_panel_recargas_page .col_2 #recharge_limit_options {
	clear: both;
	margin: 10px 0 0 17px;
}

body#mi_blau_panel_recargas_page #recharge_total {
	margin: 10px 0;
}

body#mi_blau_panel_recargas_page #recharge_total label {
	font-size: 110%;
	position: relative;
	top: -2px;
}

select#card_type {
	width: 145px;
}

input#card_owner {
	width: 294px;
}

input#card_number1,
input#card_number2,
input#card_number3,
input#card_number4,
input#card_ccv {
	width: 35px;
	margin-right: 10px;
}

input#card_number4 {
	margin: 0;
}

#help_cvv {
	left: 175px;
	top: 175px;
	width: 250px;
}


/* ------------------------------------------------------------------------
		MI blau: RECARGA INMEDIATA
-------------------------------------------------------------------------*/




/* ------------------------------------------------------------------------
		MIS DATOS
-------------------------------------------------------------------------*/

body#mi_blau_datos_usuario_y_clave_page #column_1 h2,
body#mi_blau_datos_cobro_page #column_1 h2,
body#mi_blau_datos_personales_page #column_1 h2,
body#mi_blau_panel_recarga_inmediata_page #column_1 h2,
body#mi_blau_panel_recargas_page #column_1 h2,
body#mi_blau_mis_recomendados_page #column_1 h2 {
	/* background:transparent url(../img/bg_thickbox_box.png) repeat-x scroll left top; */
	margin:15px 0 10px 0;
	padding:3px 10px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
}

body#mi_blau_datos_personales_page #column_1 h3,
body#mi_blau_datos_cobro_page #column_1 h3,
body#mi_blau_datos_usuario_y_clave_page #column_1 h3,
body#mi_blau_panel_recarga_inmediata_page #column_1 h3,
body#mi_blau_panel_recargas_page #column_1 h3,
body#mi_blau_mis_recomendados_page #column_1 h3 {
	color:#EE7F00;
	font-size:122%;
	margin:10px 0 10px 10px;	
}





body#mi_blau_datos_cobro_page #column_1 p,
body#mi_blau_datos_personales_page #column_1 p,
body#mi_blau_datos_usuario_y_clave_page #column_1 p,
body#mi_blau_panel_recarga_inmediata_page #column_1 p,
body#mi_blau_panel_recargas_page #column_1 p,
body#mi_blau_mis_recomendados_page #column_1 p {
	font-size: 93%;
	color: #999;
	line-height: 120%;
	margin-left: 10px;
}



body#mi_blau_datos_usuario_y_clave_page #column_2 h3,
body#mi_blau_datos_cobro_page #column_2 h3,
body#mi_blau_datos_personales_page #column_2 h3,
body#mi_blau_panel_recarga_inmediata_page #column_2 h3,
body#mi_blau_panel_recargas_page #column_2 h3,
body#mi_blau_mis_recomendados_page #column_2 h3 {
	background:transparent url(../img/dot_orange.gif) repeat-x scroll center bottom;
	padding: 0 0 5px 0;
	font-size: 1.5em;
	color: #ee7f00;
	margin: 20px 0 20px 0;
	height:25px;
	text-transform:none;

}



body#mi_blau_datos_cobro_page input#ccc_bank,
body#mi_blau_datos_cobro_page input#ccc_office {
	width: 50px;
}

body#mi_blau_datos_cobro_page input#ccc_dc {
	width: 30px;
}

body#mi_blau_datos_cobro_page input#ccc_account {
	width: 282px;
}

body#mi_blau_datos_cobro_page input#titular {
	width: 448px;
}

body#mi_blau_datos_personales_page input#email_address,
body#mi_blau_datos_personales_page input#email_address_confirm {
	width: 296px;
}

body#mi_blau_datos_personales_page p#repeat_email {
	float: right;
}

body#mi_blau_datos_personales_page p.process_navigation,
body#mi_blau_datos_cobro_page p.process_navigation {
	margin-top: 30px;
}

body#mi_blau_datos_cobro_page form .cont {
	position: relative;
}


/* ------------------------------------------------------------------------
		MI blau. MIS CONSUMOS y MIS LLAMADAS
		
		(corregimos las dimensiones de #main_content, column_1 y column2 para añadir bordes)
-------------------------------------------------------------------------*/

body#mi_blau_consumos_page #main_content,
body#mi_blau_llamadas_page #main_content,
body#mi_blau_promociones_page #main_content {
	width: 709px;
	/* border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ccc; */
	position: relative;
}


body#mi_blau_llamadas_page #column_1,
body#mi_blau_promociones_page #column_1 {
	width: 230px;
	text-align: right;
}

body#mi_blau_zyb_agenda_sincro_page #column_2,
body#mi_blau_consumos_page #column_2,
body#mi_blau_llamadas_page #column_2,
body#mi_blau_promociones_page #column_2 {
	width: 469px;
	/* border-left: 1px solid #ebebeb; */
}


body#mi_blau_llamadas_page #column_1 h2,
body#mi_blau_promociones_page #column_1 h2 {
	margin-left: 10px;
}

body#mi_blau_consumos_page #column_1 h3,
body#mi_blau_llamadas_page #column_1 h3,
body#mi_blau_promociones_page #column_1 h3 {
	margin: 0 0 15px 10px;
	text-align: left;
}

body#mi_blau_consumos_page #column_1 h3 {
	background: transparent url("../img/h3_mis_consumos.png") left top no-repeat;	
}

body#mi_blau_llamadas_page #column_1 h3 {
	background: transparent url("../img/h3_mis_llamadas.png") left top no-repeat;		
}

body#mi_blau_llamadas_page #column_1 h3#mis_sms {
	background: transparent url("../img/h3_mis_sms.png") left top no-repeat;		
}

body#mi_blau_llamadas_page #column_1 h3#mis_mms {
	background: transparent url("../img/h3_mis_mms.png") left top no-repeat;		
}

body#mi_blau_consumos_page #column_1 h4,
body#mi_blau_llamadas_page #column_1 h4 {
	font-size: 100%;
	color: #ee7f00;
	margin: 20px 0 10px 0;
}

body#mi_blau_consumos_page #column_1 ul,
body#mi_blau_llamadas_page #column_1 ul {
	list-style-type: none;
	font-size: 93%;
	margin: 0;
	line-height: 200%;
}

body#mi_blau_consumos_page #column_1 label,
body#mi_blau_llamadas_page #column_1 label {
	color: #000000;
	font-size: 93%;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 h3,
body#mi_blau_consumos_page #column_2 h3,
body#mi_blau_llamadas_page #column_2 h3,
body#mi_blau_promociones_page #column_2 h3 {
	font-size: 122%;
	color: #ee7f00;
	margin: 10px 0 10px 10px;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table,
body#mi_blau_consumos_page #column_2 table,
body#mi_blau_llamadas_page #column_2 table,
body#mi_blau_promociones_page #column_2 table {
	width: 100%;
	margin: 0 0 15px 0;
}

body#mi_blau_llamadas_page #column_2 table {
	margin-top: 37px;
}

body#mi_blau_zyb_agenda_sincro_page table thead tr,
body#mi_blau_consumos_page #column_2 table thead tr,
body#mi_blau_llamadas_page #column_2 table thead tr,
body#mi_blau_promociones_page #column_2 table thead tr {
	height: 15px;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table thead tr th,
body#mi_blau_consumos_page #column_2 table thead tr th,
body#mi_blau_llamadas_page #column_2 table thead tr th,
body#mi_blau_promociones_page #column_2 table thead tr th {
	background: url("../img/bg_thickbox_box.png") left top repeat-x;
	color: #ffffff;
	font-weight: normal;
	font-size: 93%;
	padding: 3px 10px 2px 10px;
	vertical-align: top;
	text-align: right;

}

body#mi_blau_zyb_agenda_sincro_page #column_2 table tbody tr td,
body#mi_blau_consumos_page #column_2 table tbody tr td,
body#mi_blau_llamadas_page #column_2 table tbody tr td,
body#mi_blau_promociones_page #column_2 table tbody tr td {
	height: 20px;
	font-size: 93%;
	padding: 0 10px;
	text-align: right;
}

body#mi_blau_consumos_page #column_2 table tr .to,
body#mi_blau_consumos_page #column_2 table#datos_table tr .date,
body#mi_blau_llamadas_page #column_2 table tr .to,
body#mi_blau_llamadas_page #column_2 table#datos_table tr .date,
body#mi_blau_promociones_page #column_2 table tr .nombre_promo {
	text-align: left;
}

body#mi_blau_consumos_page #column_2 table thead tr th.hour,
body#mi_blau_consumos_page #column_2 table thead tr th.cost,
body#mi_blau_llamadas_page #column_2 table thead tr th.hour,
body#mi_blau_llamadas_page #column_2 table thead tr th.cost {
	width: 40px;
}

body#mi_blau_consumos_page #column_2 table thead tr th.date {
	width: 80px;
}

body#mi_blau_consumos_page #column_2 table#datos_table tr .date,
body#mi_blau_llamadas_page #column_2 table#datos_table tr .date {
	width: 140px;
}

body#mi_blau_consumos_page #column_2 table#datos_table tr .hour,
body#mi_blau_llamadas_page #column_2 table#datos_table tr .hour {
	width: 55px;
}

body#mi_blau_promociones_page #column_2 form {
	background: #E3F2F9;
	margin: 30px 0 10px 0;
	padding: 10px;
}

body#mi_blau_promociones_page #column_2 form h3 {
	margin: 0 0 10px 0;
}

body#mi_blau_promociones_page #column_2 h4 {
	font-size: 100%;
	margin: 10px;
}

/* ------------------------------------------------------------------------
		MI blau. MIS DATOS: USUARIO Y CLAVE y MODALIDAD DE PAGO
-------------------------------------------------------------------------*/

body#mi_blau_modalidad_pago_page #column_2 form p.choose {
	font-size: 110%;	
	clear: left;
	margin: 18px 0;
}

body#mi_blau_datos_usuario_y_clave_page #column_2 form p.choose input {
	float: none;
}

body#mi_blau_modalidad_pago_page #column_2 form p.process_navigation,
body#mi_blau_datos_usuario_y_clave_page #column_2 form p.process_navigation {
	float: none;
	text-align: right;
	margin-top: 40px;
}

body#mi_blau_modalidad_pago_page #column_2 form p.process_navigation .cancel,
body#mi_blau_datos_usuario_y_clave_page #column_2 form p.process_navigation .cancel {
	float: left;
}

body#mi_blau_modalidad_pago_page form #datos_bancarios fieldset {
	margin: 0;
}

body#mi_blau_modalidad_pago_page form {
	position: relative;
}


/* ------------------------------------------------------------------------
		MI blau: CÓDIGO PUK
-------------------------------------------------------------------------*/

body#mi_blau_codigo_puk_page #column_2 #codigo_puk {
	font-size: 200%;
	text-align: center;
	display: none;
}

body#mi_blau_codigo_puk_page #column_2 .mostrar {
	text-align: center;
}

/* ------------------------------------------------------------------------
		MI blau: LOGIN
-------------------------------------------------------------------------*/

body#mi_blau_login_page {
	background: #009ee0;
}

body#mi_blau_login_page #column_1 {
	text-align: right;
}

body#mi_blau_login_page #column_1 h2 {
	font-size: 1.8em;
	color: #009ee0;
	margin: 30px 0 10px;
}

body#mi_blau_login_page #column_1 p {
	color: #000221;
	font-size: 114%;
}

body#mi_blau_login_page #login_box {
	margin: 30px 0 0 0;
	background: url("../img/bg_login_bottom.png") bottom left no-repeat;
	color: #000221;
}

body#mi_blau_login_page #login_box .cont {
	padding: 5px 0 20px;
	background: url("../img/bg_login_top.png") top left no-repeat;
}

body#mi_blau_login_page #login_box .cont p.error {
	height: 30px;
	line-height: 30px;
	background: #ffffcc url("../img/ico_error.png") 9px center no-repeat;
	border: 1px solid #ffcc00;
	padding: 0 0 0 30px;
	margin: 4px 9px;
	color: #395360;
	font-size: 85%;
}

body#mi_blau_login_page #login_box .cont p.data {
	font-size: 93%;
	clear: both;
	margin: 18px 0;
}

body#login_box_page #login_box .cont p.data label,
body#mi_blau_login_page #login_box .cont p.data label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 9px 0 0;
}

body#mi_blau_login_page .cont form#remember_password p.data {
	margin: 25px 0 15px 15px;
	color: #DEE5E9;
}

body#login_box_page #login_box .cont p.data input,
body#mi_blau_login_page #login_box .cont p.data input {
	width: 150px;
	height: 18px;
	position: relative;
	top: -3px;
}

body#mi_blau_login_page #login_box .cont p.data input#email {
	width: 276px;
}

body#mi_blau_login_page #login_box .cont p.data span,
body#mi_blau_login_page #login_box .cont p.data a {
	font-size: 92%;
}

body#mi_blau_login_page #login_box .cont p.data a {
	color: #33CCFF;
	text-decoration: underline;
}

body#login_box_page #login_box .cont p.remember,
body#mi_blau_login_page #login_box .cont p.remember {
	margin: 0 0 20px 160px;
}

body#login_box_page #login_box .cont p.remember input,
body#mi_blau_login_page #login_box .cont p.remember input {
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

body#mi_blau_login_page #login_box p.process_navigation,
body#mi_blau_login_page #login_box form#remember_password p.process_navigation {
	margin: 0 20px 0 0;
	float: right;
	display: inline;
}

body#mi_blau_login_page #login_box p.process_navigation input,
body#login_box_page #login_box p.process_navigation input {
	border: none;
	width: auto;
	height: auto;
	vertical-align: middle;
}

body#mi_blau_login_page form#remember_password p {
	margin-left: 20px;
}



/* ------------------------------------------------------------------------
		MIS RECOMENDADOS
-------------------------------------------------------------------------*/

body#mi_blau_mis_recomendados_page .row {
	border: none;
}

body#mi_blau_mis_recomendados_page #column_1 h2 {

}
body#mi_blau_mis_recomendados_page #column_1 h2.h2_pioneros {
  
  height: 40px;
}

body#mi_blau_mis_recomendados_page #column_1 h3 {

}



body#mi_blau_mis_recomendados_page #column_3 {
  margin-top: 38px;
}

body#mi_blau_mis_recomendados_page #main_content_wide {
	display: inline;
	margin-right: 240px;
	width: 471px;
}

body#mi_blau_mis_recomendados_page h3 {

}

body#mi_blau_mis_recomendados_page form {
	background: #ffffff;
}
body#mi_blau_mis_recomendados_page form label {
	color: #395360;
	font-size: 93%;
}

body#mi_blau_mis_recomendados_page form .row input {
	display: block;
}

body#mi_blau_mis_recomendados_page form .row input.friend_name {
	width: 132px;
	margin: 0 10px 0 0;
}

body#mi_blau_mis_recomendados_page form .row input.friend_mail {
	width: 305px;
}

body#mi_blau_mis_recomendados_page form label textarea {
	display: block;
	width: 449px;
	height: 60px;
}

body#mi_blau_mis_recomendados_page form .row {
	margin: 10px 0;
}

body#mi_blau_mis_recomendados_page form .row p {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

body#mi_blau_mis_recomendados_page form p.submit {
	clear: both;
	text-align: right;
}

body#mi_blau_mis_recomendados_page form p.submit input {
	border: none;
}

body#mi_blau_mis_recomendados_page table#mis_recomendados_table {
	width: 711px;
	font-size: 93%;
}

body#mi_blau_mis_recomendados_page table#mis_recomendados_table thead tr {
	background: url("../img/bg_table_header.png") top left repeat-x;
}

body#mi_blau_mis_recomendados_page table#mis_recomendados_table thead th {
	text-align: left;
	padding: 10px 5px;
	font-weight: normal;
	color: #DEE5E9;
}

body#mi_blau_mis_recomendados_page table#mis_recomendados_table tbody tr {
	height: 25px;
}

body#mi_blau_mis_recomendados_page table#mis_recomendados_table tbody td {
	padding: 0 5px;
	height: 18px;
}








/* 		MIS RECOMENDADOS CONFIRMACIÓN 
-------------------------------------------------------------------------*/

body#mi_blau_recomendados_confirmacion_page div.mensaje {
	background: #fff;
	padding: 10px 18px;
}

body#mi_blau_recomendados_confirmacion_page div.mensaje p {
	margin: 5px 0;
	font-size: 93%;
}

body#mi_blau_recomendados_confirmacion_page .process_navigation {
	text-align: right;
	font-size: 0.85em;
	margin: 0;
}

body#mi_blau_recomendados_confirmacion_page .process_navigation img {
	position: relative;
	top: 12px;
	margin: 0 0 0 20px;
}

/* ------------------------------------------------------------------------
		ASUNTOS PENDIENTES
-------------------------------------------------------------------------*/

body#mi_blau_asuntos_pendientes_page #column_1 h2 {
	height: 21px;
	background: url("../img/h2_asuntos_pendientes.png") top left no-repeat;
	margin: 20px 0;
}

body#mi_blau_asuntos_pendientes_page table#asuntos_pendientes_table {
	width: 711px;
	font-size: 93%;
}

body#mi_blau_asuntos_pendientes_page table#asuntos_pendientes_table thead tr {
	background: url("../img/bg_table_header.png") top left repeat-x;
}

body#mi_blau_asuntos_pendientes_page table#asuntos_pendientes_table thead th {
	text-align: left;
	padding: 10px 5px;
	font-weight: normal;
	color: #DEE5E9;
}

body#mi_blau_asuntos_pendientes_page table#asuntos_pendientes_table tbody tr {
	height: 25px;
}

body#mi_blau_asuntos_pendientes_page table#asuntos_pendientes_table tbody td {
	padding: 0 5px;
	height: 18px;
}

body#mi_blau_asuntos_pendientes_page div.leyenda {
	margin: 5px 0 10px;
	border-top: 1px solid #dedede;
	padding: 5px 0 0;
	font-size: 85%;
}

body#mi_blau_asuntos_pendientes_page div.leyenda p {
	width: 140px;
	height: 18px;
	line-height: 18px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
}

body#mi_blau_asuntos_pendientes_page div.leyenda p img {
	position: relative;
	top: 2px;
	margin: 0 8px 0 0;
}

body#mi_blau_asuntos_pendientes_page #soporte {
	clear: both;
	margin: 20px 0;
}

body#mi_blau_asuntos_pendientes_page #soporte h3 {
	font-size: 122%;
	color: #ee7f00;
	margin: 0;
}

body#mi_blau_asuntos_pendientes_page #soporte #mensaje {
	width: 520px;
}

body#mi_blau_asuntos_pendientes_page #soporte .process_navigation {
	clear: both;
	margin: 10px 0;
}

/* 		PAGINADOR
-------------------------------------------------------------------------*/

.pager {
	margin: 0 0 35px 10px;
	font-size: 93%;
}

body#mi_blau_asuntos_pendientes_page .pager{
    margin: 20px 0 40px;
}

.pager a,
.pager strong {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px 5px 2px 6px;
	color: #fff;
	background: url(../img/pager_bg_3.gif) top left no-repeat;
	font-weight: normal;
}

.pager a {
	color:#999;
	background: url(../img/pager_bg_1.gif) top left no-repeat;
}

.pager a:hover {
	color:#ffffff;
	background: url(../img/pager_bg_2.gif) top left no-repeat;
}

/* ------------------------------------------------------------------------
		BLOQUEO SIM
-------------------------------------------------------------------------*/

body#mi_blau_bloqueo_sim_page form {
	margin: 20px 0 0 0;
}

body#mi_blau_bloqueo_sim_page form p.captcha {
	float: left;
	margin: 0;
}

body#mi_blau_bloqueo_sim_page form p.captcha span {
	display: block;
	float: left;
	width: 150px;
	font-size: 92%;
	text-align: right;
	margin: 0 20px 0 0;
}

body#mi_blau_bloqueo_sim_page form p.code {
	float: right;
	margin: 0;
}

body#mi_blau_bloqueo_sim_page form .code label,
body#mi_blau_bloqueo_sim_page form .code input {
	width: 163px;
}

body#mi_blau_bloqueo_sim_page form .code input {
	height: 20px;
}

body#mi_blau_bloqueo_sim_page form .code label {
	display: block;
	font-size: 85%;
}

body#mi_blau_bloqueo_sim_page form p.process_navigation {
	padding: 20px 0 0 0;
	clear: both;
	margin: 0;
}

body#mi_blau_bloqueo_sim_page p.submit a {
	display: block;
	float: right;
}


/* ------------------------------------------------------------------------
		FACTURACIONES
-------------------------------------------------------------------------*/

body.mi_blau_section form.selector {
	margin-bottom: 30px;
}

body#mi_blau_facturaciones_page #column_1 {
	width: 221px;
}

body#mi_blau_facturaciones_page input#paper_invoices {
	border: none;
}

body#mi_blau_facturaciones_page #column_1 .submit {
	border: none;
	position: relative;
	top: -2px;
	left: 5px;
}

body#mi_blau_facturaciones_page #main_content_wide {
	width: 721px;
	margin-top: 5px;
}

body#mi_blau_facturaciones_page #main_content_wide form {
	padding: 7px 15px;
	background: transparent url("../img/bg_invoices_header.png") left top repeat-x;
}

body#mi_blau_facturaciones_page #main_content_wide form label {
	color: #fff;
}

body#mi_blau_facturaciones_page #main_content_wide form select {
	float: right;
}

body#mi_blau_facturaciones_page #main_content_wide .single_block {
	width: 356px;
	padding: 0;
}

body#mi_blau_facturaciones_page #main_content_wide .single_block label {
	float: left;
	display: block;
	height: 16px;
	width: 96px;
	position: relative;
	top: 3px;
}

body#mi_blau_facturaciones_page #main_content_wide #recharges_block {
	float: right;
}

body#mi_blau_facturaciones_page #facturaciones_header {
	background: url("../img/facturaciones.png") top left no-repeat;
	height: 20px;
	margin: 15px 0;
}

body#mi_blau_facturaciones_page #your_numbers_label {
	display: block;
	background: url("../img/tus_numeros.png") top left no-repeat;
	height: 22px;
}

body#mi_blau_facturaciones_page #your_numbers {
	width: 145px;
	float: left;
}

body#mi_blau_facturaciones_page table {
	width: 100%;
	margin-top: 10px;
	font-size: 1em;
}

body#mi_blau_facturaciones_page tr.even {
	background-color: #EEF2F4;	
}

body#mi_blau_facturaciones_page th,
body#mi_blau_facturaciones_page td {
	padding: 0 15px;
	line-height: 170%;
}

body#mi_blau_facturaciones_page th {
	color: #ee7f00;
}

body#mi_blau_facturaciones_page td a {
	text-decoration: underline;
}

body#mi_blau_facturaciones_page #invoices_block td.pdf a {
	background: transparent url("../img/ico_pdf.png") left 0 no-repeat;	
	padding: 2px 0 2px 25px;
}

body#mi_blau_facturaciones_page #invoices_block td a {
	padding-left: 25px;
}

body#mi_blau_facturaciones_page #save_paper_invoices {
	display: block;
	border: none;
	margin: 5px 25px;
}


/* ------------------------------------------------------------------------
		FAQ
-------------------------------------------------------------------------*/	
	
body.faq_section #faq_main_nav {
	width: 311px;
	float: left;
}

body.faq_section #faq_main_nav .cont {
	padding: 0 10px;
}

body.faq_section #faq_main_nav h2 {
	background: url("../img/h2_preguntas_frecuentes.png") top right no-repeat;
	height: 25px;
}

body.faq_section #faq_main_nav p {
	background: url("../img/p_preguntas_frecuentes.png") top right no-repeat;
	height: 30px;
}

body.faq_section #faq_main_nav ul {
	margin: 20px 0 0;
	padding: 0px;
	float: right;
}

body.faq_section #faq_main_nav li {
	list-style: none;
	margin: 0 0 7px;
	text-align: right;
}

body.faq_section #faq_main_nav a {
	display: block;
	color: #0099f7;
	line-height: 150%;
}


body.faq_section #faq_main_nav a.active,
body.faq_section #faq_main_nav a:hover {
	color: #ee7f00;
}

body.faq_section #faq_main_content {
	width: 631px;
	float: right;
	padding-top: 17px;
}

body.faq_section #faq_main_content .col {
	width: 311px;
	float: left;
}

body.faq_section #faq_main_content .col_right {
	float: right;
}

body.faq_section #faq_main_content h3 {
	color: #ee7f00;
	font-size: 124%;
	margin: 0 0 10px 0;
}

body.faq_section #faq_main_content ul {
	margin: 10px 0;
	padding: 0;
}

body.faq_section #faq_main_content ul li {
	list-style-type: none;
	padding: 0 0 0 15px;
	background: url("../img/bullet_faq.png") 3px 7px no-repeat;
	margin: 0 0 5px 0;
}

body.faq_section #faq_main_content ul li a {
	text-decoration: underline;
}

body.faq_section #faq_main_content ul li span {
	font-size: 85%;
	color: #999;
}

body.faq_section #faq_main_content #categorias_faq {
	clear: both;
	padding: 20px 0 0 0;
}

body.faq_section #faq_main_content #categorias_faq h3 {
	margin: 0 0 5px 0;
}

body.faq_section #faq_main_content #categorias_faq .cont {
	background: #DEE5E9;
	border-top: 1px solid #ee7f00;
	border-bottom: 1px solid #ee7f00;
	padding-bottom: 20px;
}

body.faq_section #faq_main_content #categorias_faq .cont h4 {
	font-size: 100%;
	margin: 15px 20px 0 20px;
	color: #ee7f00;
}

body.faq_section #faq_main_content #categorias_faq .cont ul {
	margin: 5px 20px;
	font-size: 93%;
}

body.faq_section #faq_main_content #categorias_faq .cont ul li {
	display: inline;
	padding: 0;
	line-height: 125%;
	background: none;
}

body.faq_section #faq_main_content #search_box h3 {
	margin: 20px 0 5px 0;
}

body.faq_section #faq_main_content #search_box form {
	height: 49px;
	background: url("../img/bg_search_box.png") left top repeat-x;
	padding: 0 0 0 15px;
	margin: 0;
}

body.faq_section #faq_main_content #search_box form p {
	margin: 0;
}

body.faq_section #faq_main_content #search_box form #search_text {
	width: 390px;
	position: relative;
	top: -7px;
}

body.faq_section #faq_main_content #search_box form #search_button {
	position: relative;
	top: 7px;
	left: 3px;
	border: none;
}

body.faq_section #faq_main_content p.pregunta {
	font-size: 124%;
	font-weight: bold;
	color: #005875;
}

body#faq_respuesta_page #faq_main_content h3 {
	margin: 0 0 5px 0;
}

body#faq_respuesta_page #faq_main_content #respuesta {
	margin: 30px 0;
	color: #666;
}

/**************************************************************************
  Iconos
/*************************************************************************/
img.icon_pionero {
  margin-bottom: -0.7em;
}

/**************************************************************************
		POP-UPS (thickbox)
/*************************************************************************/

body.thickbox_window {
	background: #ffffff;	
}

#thickbox_content h2 {
	margin: 0;
	height: 40px;
	line-height: 40px;
	background: url("../img/bg_thickbox_header.png") top left repeat-x;
	font-size: 122%;
	color: #ffffff;
	padding: 0 18px;
}

#thickbox_content .cont {
	padding: 0 18px;
	font-size: 93%;
	color: #000221;
}

#thickbox_content p.note {
	clear: both;
	font-size: 85%;
	margin: 5px 0 0 0;
	text-align: center;
}

#thickbox_content dl dt {
	font-weight: bold;
	color: #ee7f00;
}

#thickbox_content dl dd {
	margin: 5px 0 20px 0;
	padding: 20px 0;
	text-align: center;
	background: url("../img/bg_thickbox_box.png") top left repeat-x;
	color: #ffffff;
}

#thickbox_content dl dd p {
	margin: 0;
}

#thickbox_content p.process_navigation .cancel {
	float: left;
}

#thickbox_content p.process_navigation .submit {
	float: right;
}

#thickbox_content p.process_navigation .small {
	margin-right: 5px;
}

#thickbox_content #comunication_options h3 {
	font-size: 100%;
	margin: 0;
}
#thickbox_content #comunication_options p {
	margin: 5px 0 0 0;
}

#thickbox_content #comunication_options p label {
	padding: 0 30px;
}

#thickbox_content #motivo_baja {
	margin: 5px 0 0 0;
	padding: 2px 0;
}

/* ------------------------------------------------------------------------
		QUÉ ES blau: PROMOCIONES
-------------------------------------------------------------------------*/

body#que_es_promociones_page .section_content .info{
	margin: 0px 0px 15px;
}

body#que_es_promociones_page .info .promo_txt {
	margin-bottom: 50px;
}

body#que_es_promociones_page .info .promo_txt h3 {
	color: #007095;
	margin-top: 0;
	margin-left: 0;
}

body#que_es_promociones_page .info .promo_txt h6 {
	margin: 0;
}

body#que_es_promociones_page .info .promo_txt p {
	margin: 10px 0 10px 0;
}

body#que_es_promociones_page .info .promo_txt .flota_izq {
	float: left;
	width: 124px;
	height: 388px;
	background: url(../img/bg_promo_lateral.png) top left repeat-x;
}

body#que_es_promociones_page .info .promo_txt .flota_izq img {
	margin-top: 15px;
}

body#que_es_promociones_page .info .promo_txt .legal_txt {
	font-size: 0.7em;
}

body#que_es_promociones_page .info .promo_txt .cuerpo_txt {
	margin-left: 150px;	
}

/* mensajes */
.check_username {
  margin: 10px 0;
}
.message {
  border:medium none;
  display:inline;
  font-size:.95em;
  margin: 0 auto;
  padding:1em 0pt;
  text-align:left;
}

.notice {
  background: url(../img/ico-mensaje-ok.png) no-repeat left center;
  color:#85B018;
  padding-left:27px;
}
.alert {
  background: url(../img/ico-mensaje-ko.png) no-repeat left center;
  color:#A10000;
  padding-left:27px;
}

/* ------------------------------------------------------------------------
		QUÉ ES blau: NUEVO
-------------------------------------------------------------------------*/
.accesible {
	display:none;
}
#contenedor_quees #bloque_quees {
	width:320px;
	float:left;
	margin: 0 30px 30px 0;
	height:140px;
}
#contenedor_quees #bloque_quees p {
	color:#666666;
	font-size: .9em;
	padding-left: 112px;
	margin-top:0;
}
#contenedor_quees #bloque_quees h3 {
	color: #34619B;
	padding:0;
	margin: 0 0 10px 0;
}
#contenedor_quees .img_quees {
  float:left;
  width:106px;
  height: 79px;
}
#contenedor_quees .horas .img_quees {
  background: url(../img/quees_reloj.png) no-repeat left center;
}
#contenedor_quees .factura .img_quees {
  background: url(../img/quees_factura.png) no-repeat left center;
}
#contenedor_quees .operadores .img_quees {
  background: url(../img/ques_operadores.png) no-repeat left center;
}
#contenedor_quees .permanencia .img_quees {
  background: url(../img/quees_permanencia.png) no-repeat left center;
}
#contenedor_quees .contratos .img_quees {
  background: url(../img/quees_contratos.png) no-repeat left center;
}
#contenedor_quees .claves .img_quees {
  background: url(../img/quees_claves.png) no-repeat left center;
}
#contenedor_quees .baja .img_quees {
  background: url(../img/quees_baja.png) no-repeat left center;
}
.quees_clear {
	clear:both;
}
body.whatis_section .intro_grande {
    background: url(../img/quees_grande.png) no-repeat right center;
    height:84px;
    padding:10px 0 15px 0;
}
body.whatis_section p.intro_pequenya {
	text-align:right;
	font-size:1.8em;
	font-weight:normal;
	margin: 0;
	padding:0 0 15px 0;
	color:#ED6E00;
}
body#que_es_page .section_content ul#highlights li#highlight_4 h3 {
	margin-top:40px;
}
body.whatis_section .section_content ul#highlights li#highlight_4.nuevo {
	border:none;
}
body.whatis_section .section_content ul#highlights .nuevo {
	float:right;
	margin-right:30px;
}
body.whatis_section #contenedor_quees {
	margin-top:10px;
}

/* ------------------------------------------------------------------------
		QUÉ ES blau: SOCIOS
-------------------------------------------------------------------------*/

.socios {
	margin-bottom: 30px;
}

.socios .logo_socio {
	float: left;
	display: inline;
	width: 250px;
	text-align: center;
}

.socios .info_socio {
	float: left;
	display: inline;
	width: 430px;
}
/* ------------------------------------------------------------------------
		 				LANDIND PAGE
-------------------------------------------------------------------------*/
body#landing_page #container {
	color: #ee7f00;	
	width:810px;
	
	}
body.landing_oferta #container {
	margin-top: 45px;
	width: 819px;
	margin-bottom:15px;	
}
body.landing_oferta #video {
	float: left;
	width: 330px;
	margin-left:10px;
}

body.landing_oferta .cerocent {
	float:left;
}
body.landing_oferta .textodetalles {
	padding: 10px 0 0 15px;
	margin:0 0 30px 0;
	font-size: 1.15em;
	color: #666;
	clear:both;
}
body.landing_oferta .textodetalles .codigopromo{
	color: #000;
	font-weight: bold;
}
body.landing_oferta .textodetalles a {
	font-weight: bold;
}
.botones_landing {
	border: 0;
	vertical-align: middle;
	padding: 0 15px 0 10px;
}
body.landing_oferta .footer {
	background: #FF5900 url(../img/logo_footer_landing.jpg) no-repeat 0px;
	width: 819px;
	height:64px;
	margin: 35px 0 0 0;
}
body.landing_oferta .footer .logo_landing {
	float:right;
	background: #FF5900 url(../img/logo_footer_landing_blau.jpg) no-repeat 0px;
	height:62px;
	width:165px;
	
}
body.landing_oferta .legal {
	color: #666;
	padding-top:3px;
	margin-top:0;
}

/* ------------------------------------------------------------------------
	AGENDA ZYB
-------------------------------------------------------------------------*/

#column_1 p.descripcion {
	margin-right: 15px;
}

#column_2 .agendas p {
	margin: 10px 0;
}

#column_2 form .agendas p {
	margin-right: 5px;
}

#phone_number_selector span {
	color: #ee7f00;
	padding: 0 5px;
}

#column_1 #logo_zyb img {
	float: left;
	display: inline;
	width: 51px;
}

#column_1 #logo_zyb p {
	float: left;
	display: inline;
	width: 170px;
	color: #77B2D6;
	margin: 3px 0 0 7px;
	font-size: 11px;
}

#column_2 p#zyb_agenda {
	text-align: right;
	padding: 25px 0 0 0;
	margin: 0;
}

p#zyb_agenda span {
	float: left;
	display: inline;
	padding-top: 18px;
}

body#mi_blau_zyb_agenda_page #column_2 p.pasos {
	color: #009ee0;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

#alta_terminal select {
	width: 140px;
}

#column_2 .modelo_sel {
	color: #666666;
	font-size: 11px;
	font-style: italic;
}

#column_2 ul.imags_modelos {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

#column_2 .imags_modelos li {
	float: left;
	display: inline;
	width: 103px;
	padding: 4px 9px 4px 0;
}

#column_2 .imags_modelos li img {
	border: 2px solid #E3F2F9;
}

#column_2 .imags_modelos li.actual img {
	border: 2px solid #FF9934;
}

#column_2 .imags_modelos li img {
	width: 99px;
	height: 106px;
}

#help_operador_app,
#help_operador {
	width: 271px;
	border: none;
	background: transparent url("../img/bg_pleca.gif") -1px bottom no-repeat;
	height: 88px;
}


#help_operador {
	left: 716px;
	top: 325px;
}

#help_operador_app {
	left: 716px;
	top: 498px;
}

#help_operador_app .cont,
#help_operador .cont {
	border-top: 1px solid #ee7f00;
	border-left: 1px solid #ee7f00;
	border-right: 1px solid #ee7f00;
}

#help_operador_app .cont p,
#help_operador .cont p {
	float: left;
	display: inline;
	width: 240px;
	margin: 0;
}

#help_operador_app .cont span,
#help_operador .cont span {
	float: right;
	display: inline;
	width: 20px;
}

#column_2 form .agendas .choose {
	margin: 15px 0;
}

#column_2 form .agendas .choose input {
	padding-top: 1px;
	height: 15px;
	width: 15px;
}

#column_2 form .agendas .choose label {
	padding-top: 1px;
}

.zyb_user {
	background-color: #DBDEE0;
	margin: 15px;
	padding: 15px;
	color: #666666;
	font-size: 12px;
}

#column_2 form .agendas .zyb_user .condi {
	margin-top: 18px;
}


#column_2 form .agendas .zyb_user .condi input {
	border: medium none;
	margin-left: 0;
}

#column_2 form .agendas .zyb_user .aviso {
	float: none;
	color: #ff0000;
	display: inline;
}

#column_2 form .agendas .zyb_user label {
	color: #009ee0;
}

#column_2 form .agendas p label span {
	margin-left: 10px; 
}

#column_2 form .agendas ol.pasos {
	margin-left: 15px;
}

body#mi_blau_zyb_agenda_sincro_page #main_content {
	width: 709px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ccc;
	position: relative;
}

body#mi_blau_zyb_agenda_sincro_page #column_1 {
	width: 210px;
	padding: 0 10px 10px 10px;
}

body#mi_blau_zyb_agenda_sincro_page #column_1 #logo_zyb p {
	width: 150px;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table#contactos_table thead tr th,
body#mi_blau_zyb_agenda_sincro_page #column_2 table#contactos_table tbody tr td {
	text-align: left;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table#contactos_table thead tr th.contacto {
	width: 200px;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table#contactos_table thead tr th.num {
	width: 174px;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table#contactos_table thead tr th.mas {
	width: 70px;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 table#contactos_table thead tr th.eliminar {
	width: 25px;
}

#column_2 .contactos {
	margin: 10px 0 10px 10px;
}

#column_2 .contactos a {
	text-decoration: underline;
}

body#mi_blau_zyb_agenda_sincro_page #column_2 .anadir {
	background: transparent url("../img/bg_add.gif") left top no-repeat;
	padding-left: 20px;
}

#column_2 .contactos .orden {
	list-style-type: none;
	margin: 20px 0 5px 0;
	padding: 0;
}

#column_2 .contactos .orden li {
	float: left;
	display: inline;
	padding-left: 15px;
}

#column_2 .contactos .orden li a{
	letter-spacing: 2px;
}

#column_2 .contactos .orden li.actual a{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#column_2 .aviso_sincro {
	padding: 15px 0;
	margin: 10px;
	border: 1px solid #FF9900;
	background-color: #ffff99;
}

#column_2 .aviso_sincro p {
	background: #ffff99 url("../img/bg_error.gif") left top no-repeat;
	margin: 0 0 0 5px;
	padding-left: 25px;
	width: 380px;
	float: left;
	display: inline;
}

#column_2 .aviso_sincro a {
	background: #ffff99 url("../img/ico_mensaje_generico_close.png") right top no-repeat;
	height: 15px;
	padding: 0 15px;
	float: right;
	display: inline;
	margin-right: 7px;
}

#column_2 .app_movil {
	padding-bottom: 15px;
}


#column_2 .app_movil .tumovil_img {
	float: left;
	display: inline;
}

#column_2 .app_movil .tumovil_img img {
	width: 99px;
	height: 106px;
	border: 1px solid #FF9934;
}

#column_2 .app_movil .tumovil {
	float: left;
	display: inline;
	margin-left: 15px;
}

#column_2 .app_movil #zyb_agenda {
	margin: 0;
	padding: 0;
	clear: both;
}

#column_2 .externo {
	margin-top: 10px;
}

#column_2 .externo a {
	text-decoration: underline;
}

/* - LIGHTBOX -*/

#hotkeys {
	border: 3px solid #006080;
	width: 471px;
	background-color: #DEE5E9;
	color: #333333;
	font-size: 11px;
	padding-bottom: 5px;
	position: absolute;
	/*top: 218px;
	left: 379px;*/
	/*margin: 6px;
	height: 516px;*/
}

#hotkeys form {
	padding: 25px 40px 0 40px;
	margin: 0; 
}

#hotkeys p {
	margin: 0 0 5px 0;
}

#hotkeys a {
	text-decoration: underline;
}

#hotkeys input {
	color: #333333;
}

#hotkeys .head {
	background: #007095 url("../img/bg_lightbox.png") left top repeat-x;
	padding: 12px 15px 12px 15px;
	margin: 0;
}

#hotkeys .head h3 {
	color: #ffffff;
	float: left;
	display: inline;
	width: 300px;
	margin: 0;
}

#hotkeys .head a {
	color: #ffffff;
	float: right;
	display: inline;
	width: 15px;
}

#hotkeys .formulario label {
	float: left;
	display: inline;
	width: 65px;
	padding-top: 3px;
}

#hotkeys .formulario input {
	float: left;
	display: inline;
	width: 225px;
	padding: 2px 3px;
}

#hotkeys .pie_cont {
	margin-top: 15px;
}

#hotkeys .pie_cont p {
	text-align: right;
	padding: 5px 0;
}

#hotkeys .pie_cont p.alaizq {
	float: left;
	display: inline;
	width: 100;
	text-align: left;
	padding-top: 20px;
}

#hotkeys .pie_cont p.alader {
	float: right;
	display: inline;
	width: 250px;
}

#hotkeys .avatar {
	float: left;
	display: inline;
	width: 50px;
}

#hotkeys .avatar img{
	border: 1px solid #FF9934;
}

#hotkeys .campos_contacto {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 30px;
}

#hotkeys .formulario_libre label {
	padding-right: 10px;
}

#hotkeys .formulario_libre .prueba {
	margin-top: -3px;
}

#hotkeys .formulario_libre a.calendario {
	padding-left: 10px;
}

/* ------------------------------------------------------------------------
		QUÉ ES blau: CUÁNTO CUESTA v2
-------------------------------------------------------------------------*/

body#tarifas_page .pricing_details dt.esp {
	line-height: normal;
	color: #ee7f00;
	padding: 25px 0 10px 0;
}

body#tarifas_page .pricing_details dt.esp span {
	font-size: 75%;
}

body#tarifas_page .pricing_details dd.esp {
	height: 64px;
	background: transparent url("../img/bg_pricing_0cent.png") left top no-repeat;
	padding-left: 0;
}

/* ------------------------------------------------------------------------
		QUIERO HACERME DE blau: COMPRA FINAL
-------------------------------------------------------------------------*/

.cont h5 {
	color: #ee7f00;
	margin: 15px 0 5px 0;
}

body#compra_home_page .section_intro p,
.info_compra p {
	text-align: left;
	color: #666;
	font-size: 0.90em;
}

.info_compra h5.titular{
	padding: 20px 0;
}

body#compra_home_page h5.titular {
	padding-top: 0;
	margin-top: 0;
}

body#compra_home_page h5.titular  a {
	float: right;
}

.info_compra ul {
	list-style-type: none;
	color: #666;
	margin: 5px 0 15px 0;
	padding: 0; 
}

.info_compra ul li {
	padding: 2px 0 0 23px;
	background:url(../img/bg_hook.png) 0 1px no-repeat;

}

/*
.info_compra ul li.mas_info {
	text-align: right;
}
*/


body#compra_final_page .final_compra_content {
  margin-left: 15px;
}


body#compra_final_page .section_content .info h3.titular,
body#compra_final_page .section_content .info .fin_compra h3,
body#compra_final_page .section_content .info .fin_compra p {
	color: #ee7f00;
	margin: 0;
}

body#compra_final_page .section_content .info .fin_compra {
	background: transparent url("../img/ico_ok_compra.png") left 10px no-repeat;
	color: #ee7f00;
	padding: 15px 15px 15px 60px;
	margin-top: 30px;
}

body#compra_final_page .section_content .info h3 {
	margin: 20px 0 0 0;
}
body#compra_final_page .section_content .info h3.titular {
  margin: 30px 0 0 0;
}


body#compra_final_page .section_content .info p {
	font-size: 0.9em;
	margin: 0;
	color: #666;
}

body#compra_final_page .section_content .info .video_fin_compra {
width: 436px;
margin: 40px auto 0 auto;
}

body#compra_final_page .section_content .info .error {
	color: #ee7f00;
	margin-top: 50px;
	padding: 15px 0 15px 60px;
}
body#compra_final_page .section_content .info .error h3 { margin: 0; color: #ee7f00;}
body#compra_final_page .section_content .info .error ul {
	color: #666666;
	padding-left: 30px;
}
body#compra_final_page .section_content .info .error {
	background: transparent url(../img/error_image_mini.png) no-repeat scroll left 10px;
}


body#compra_home_page .section_intro .cont {
	padding: 20px 0 0;
}

.section_content #main_content .info .oferta1,
.section_content #main_content .info .oferta2 {
	border: 10px solid #FF5900;
	width: 689px;
	padding: 10px 0;
}

.section_content #main_content .info .oferta1 p,
.section_content #main_content .info .oferta2 p {
	margin: 0;
}

.section_content #main_content .info .oferta1 {
	background: transparent url("../img/bg_compra_sim.png") 10px 9px no-repeat;
	height: 113px;
}

.section_content #main_content .info .oferta2 {
	background: transparent url("../img/bg_compra_mov_sim.png") 10px 9px no-repeat;
	height: 84px;
	border-top: none;
}

.section_content #main_content .info .oferta2 a.siguiente,
.section_content #main_content .info .oferta1 a.siguiente {
	background: transparent url("../img/ico_siguiente.png") left 13px no-repeat;
	float: right;
	display: inline;
	width: 56px;
	height: 90px;
}

.section_content #main_content .info .oferta1 a.siguiente {
	background-position: left 25px;
}

.section_content #main_content .info .oferta3 {
	margin-top: 15px;
}

.section_content #main_content .info .oferta3 .of_der,
.section_content #main_content .info .oferta3 .of_izq {
	float: left;
	display: inline;
	width: 350px;
	height: 193px;
	text-align: right;
	border-top: 1px solid #DEE5E9;
	border-bottom: 1px solid #DEE5E9;
}

.section_content #main_content .info .oferta3 .of_izq {
	background: transparent url("../img/bg_cero_cents.png") 45px 13px no-repeat;
}

.section_content #main_content .info .oferta3 .of_der {
	background: transparent url("../img/bg_nueve_cents.png") 5px 13px no-repeat;
	margin-left: 9px;
}

.section_content #main_content .info .oferta3 p.mas_info {
	margin: 160px 10px 0 0;
	font-size: 0.85em;
}

/* --------- */

.section_content #main_content .info {
	padding: 0 10px;
}

.section_content #main_content .info .ofer_sup {
	width: 951px;
	border: 0;
	padding: 0;
	height:500px;
	float:left;
}

.section_content #main_content .info .ofer_bottom .ofer_left{
	float: left;
	width: 460px;
	font-size: 1.1em;
	color: #666666;
}
.section_content #main_content .info .ofer_bottom .ofer_left p {
	margin:12px 0 12px 0;
}
.section_content #main_content .info .ofer_bottom .ofer_right p {
	margin: 2px 0 10px 0;
	font-weight: bold;
	font-size: 1.1em;
}
.section_content #main_content .info .ofer_bottom .ofer_right .block {
	clear: both;
	margin-bottom: 40px;
}
.section_content #main_content .info .ofer_bottom .ofer_right .block a {
	background: transparent url("../img/oferta_boton_mini_v3.png") left top no-repeat; 
	float: right;
	right: 10px;
	bottom: 0;
	height: 26px;
	width: 110px;
}

.section_content #main_content .info .ofer_bottom .ofer_left h3 {
	color :#FF5900;
	font-size:1.6em;
	margin: 3px 0 3px 0;
}
.section_content #main_content .info .ofer_bottom .ofer_right h3 {
	color :#FF5900;
	font-size:1.3em;
	margin: 3px 0 3px 0;
}
.section_content #main_content .info .ofer_bottom .ofer_right{
	float: right;
	width: 227px;
	font-size: 1.1em;
	color: #666666;
    margin-top:35px;

}
.section_content #main_content .info .ofer_sup .izq {
	background: transparent url("../img/img_ofer_sup_izq.png") left top no-repeat;
	width: 348px;
	height: 176px;
	float: left;
	display: inline;
}

.section_content #main_content .info .ofer_sup .central {
	background: transparent url("../img/bannerhome_v3.png") left top no-repeat;
	width: 686px;
	height: 185px;
	float: left;
	display: inline;
}



.section_content #main_content .info .ofer_sup .der {
	background: transparent url("../img/img_ofer_sup_der.png") left top no-repeat;
	width: 272px;
	height: 160px;
	float: right;
	display: inline;
}

.section_content #main_content .info .ofer_sup .boton {
	background: transparent url("../img/bg_texto.png") left top no-repeat;
	width: 669px;
	height: 35px;
	float: left;
	display: inline;
	margin:0;
}

.section_content #main_content .info .ofer_sup .ofer1 {
	background: transparent url("../img/oferta1_v3.png") left top no-repeat;
	width: 334px;
	height: 129px;
	float: left;
	display: inline;
	margin:0;
	position: relative;

}
.section_content #main_content .info .ofer_sup .ofer1 .boton_oferta,
.section_content #main_content .info .ofer_sup .ofer2 .boton_oferta {
	background: transparent url("../img/oferta_boton_v3.png") left top no-repeat;
	width: 126px;
	height: 29px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
.section_content #main_content .info .ofer_sup .ofer2 {
	background: transparent url("../img/oferta2_v3.png") left top no-repeat;
	width: 334px;
	height: 129px;
	float: right;
	display: inline;
	margin:0;
	position: relative;
}

.section_content #main_content .info .ofer_sup .boton a {
	background: transparent url("../img/btn_comprar_sim.png") left top no-repeat;
	width: 151px;
	height: 35px;
	float: right;
	display: inline;
	margin-right: 15px;
}

.section_content #main_content .info .mas_info,
.section_content #main_content .info .ofer_inf .colu .arriba p,
.section_content #main_content .info .espe {
	color: #666666;
	font-size: 1.05em;
}
.section_content #main_content .info .espe2 {
	text-align: right;
}
.section_content #main_content .info .ofer_inf .colu {
	width: 165px;
	float: left;
	display: inline;
	margin-left: 10px;
}

.section_content #main_content .info .ofer_inf .primero {
	margin-left: 0;
}

.section_content #main_content .info .ofer_inf .colu .arriba {
	border: 1px solid #FF5900;
	background: transparent url("../img/bg_esquina.png") right bottom no-repeat;
	height: 150px;
}

.section_content #main_content .info .ofer_inf .colu .boton a {
	background: transparent url("../img/btn_meloquedo.png") left top no-repeat;
	width: 165px;
	height: 35px;
	float: right;
	display: inline;
}

.section_content #main_content .info .ofer_inf .colu .arriba p {
	margin: 0 0 1px 5px;
}

.section_content #main_content .info .ofer_inf .colu .arriba .tit2 {
	color: #FF5900;
	font-weight: bold;
}

.section_content #main_content .info .mas_info {
	text-align: right;
	padding: 5px 0;
	font-weight: bold;
	margin: 0;
}


/* --- que_es cambios ---*/

.section_content #main_content h2.txt_que_es {
	background: transparent url("../img/bg_txt_que_es.png") right top no-repeat;
	width: 705px;
	height: 51px;
}

.section_content #main_content .col9cents {
	width: 210px;
	float:left;
	display: inline;
	margin: 0 15px 15px 0;
}

.section_content #main_content .col9cents p {
	background: transparent url("../img/bg_9cents.gif") left top no-repeat;
	width: 210px;
	height: 133px;
	margin: 0;
}

.section_content #main_content .col9cents a {
	background: transparent url("../img/btn_loquiero.png") left top no-repeat;
	width: 151px;
	height: 35px;	
	display: block;
	margin-left: 7px;
}

body.whatis_section .section_content #main_content .info {
	margin-top: 25px;
}

body.whatis_section .section_content #main_content .quees h3 {
	margin: 10px 0 5px 0;
}

body.whatis_section .section_content #main_content .quees p,
body.whatis_section .section_content #main_content .quees_2 p {
	margin-top: 0;
	font-size: 0.9em;
}
body.whatis_section .section_content #main_content .quees_2 {
  margin-top: 30px;  
}
body.whatis_section .section_content #main_content .quees_2 h3 {
  font-size: 1em;
  margin: 10px 0 5px 0;
}

/* ------------------------------------------------------------------------
		MENSAJE OK y ERROR
-------------------------------------------------------------------------*/

body#mensaje_error_page #content,
body#mensaje_ok_page #content {
	width: 471px;
	margin: 0 auto;
	min-height: 150px;
}

body#mensaje_error_page #content {
	min-height: 190px;
}

body#mensaje_error_page #content .cont,
body#mensaje_ok_page #content .cont {
	font-size: 93%;
}

body#mensaje_error_page #content .cont .todo_ok,
body#mensaje_ok_page #content .cont .todo_ok {
	color: #ee7f00;
	margin-top: 50px;
	padding: 15px 0 15px 60px;
}

body#mensaje_ok_page #content .cont .todo_ok {
	background: transparent url(../img/ico_ok_compra.png) no-repeat scroll left top;
}

body#mensaje_error_page #content .cont .todo_ok {
	background: transparent url(../img/error_image_mini.png) no-repeat scroll left 10px;
}

body#mensaje_error_page #content .cont .todo_ok h3,
body#mensaje_error_page #content .cont .todo_ok p,
body#mensaje_ok_page #content .cont .todo_ok h3,
body#mensaje_ok_page #content .cont .todo_ok p {
	margin: 0;
}




body#mensaje_ok_page #content .cont .todo_ok {
	color: #ee7f00;
	margin-top: 50px;
	padding: 15px 0 15px 60px;
}

/* 		nuevo pie con logos
-------------------------------------------------------------------------*/

.copy_con .kpn_pie,
.copy_con .blau_pie {
	float: left;
	display: inline;
}

.copy_con .kpn_pie a {
	width: 99px;
	height: 42px;
	background: transparent url(../img/logo_kpn_mini.png) no-repeat scroll left top;
	display: block;
}

.copy_con .kpn_pie {
	margin: 35px 0 0 5px;
	width: 100px;
}

.copy_con .blau_pie {
	margin-top: 28px;
	width: 200px;
	height: 27px;
	background: transparent url(../img/logo_blau.png) no-repeat scroll 36px top;
}

.copy_con .blau_pie ul {
	list-style-type: none;
	width: 200px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.copy_con .blau_pie ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}

.copy_con .blau_pie ul li a {
	display: block;
}

.copy_con .blau_pie a.sim_de {
	width: 54px;
	height: 15px;
	background: transparent url(../img/logo_sim_alemania.png) no-repeat scroll left top;
}

.copy_con .blau_pie a.sim_nl {
	width: 48px;
	height: 15px;
	background: transparent url(../img/logo_sim_holanda.png) no-repeat scroll left top;
}

.copy_con .blau_pie a.sim_be {
	width: 43px;
	height: 15px;
	background: transparent url(../img/logo_sim_belgica.png) no-repeat scroll left top;
}

.publi { margin-top: 20px; clear: both; }

body.quienes_somos .avatar_quienes {
	float:left;
	margin-right:20px;
}
body.quienes_somos .separator {
	clear:both;
}
body.quienes_somos .section_content #main_content .quees_2 h3  {
	margin-bottom:0;
}
body.quienes_somos .section_content #main_content .quees_2 p {
	padding-left: 108px;
	font-size:1em;
	line-height: 130%;
}
body.quienes_somos .section_content #main_content .quees_2 {
  margin-top: 65px;  
}
.logo_confianza {
	float: left;
	padding: 20px 25px 0 0;
}


/*-------------------------  TABLAS DE TARIFAS ---------------------------------------*/
.tablas_tarifas_head_left {
	font-weight:bold; 
	text-transform:uppercase; 
	color:#ffffff;
	background:#009ee0;
	height:42px;

}

.tablas_tarifas_head_right {
	font-weight:bold;
	color:#ffffff; 
	text-align:right;
	background:#009ee0;
}
.tablas_tarifas_text_left {
	color:#000000; 
	text-transform:uppercase; 
	padding:5px 0;
	border-bottom:2px solid #009ee0;
}

.tablas_tarifas_text_right {
	color:#000000; 
	text-align:right;
	padding:5px 0;
	border-bottom:2px solid #009ee0;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.tablas_tarifas_text_right em, .tablas_tarifas_text_left em  {
	
	font-size:0.6em;
	font-family:verdana;
	font-style:normal;
}


/*--- Otro estilo de tabla mas simple ---*/
.tabla_page_tarifas {
	color:#444;
	border:3px solid #8CD1ED;
	font-size:13px;
	margin:10px 0;

}
.tabla_page_tarifas th {
	background:#8CD1ED;
}

.tabla_page_tarifas td {
	padding:5px;
	border-bottom:1px solid #8CD1ED;
	
}

.tabla_page_tarifas em {
	font-size:11px;
	font-style:normal;
	line-height:110%;
	color:#aaa;
}

.tabla_page_tarifas .iva {
	background:#D1EDF8;
	}
	
	
	
	#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}


/*-------------------------- HAZTE BLAU ------------------*/
#hazte_blau_home {
	width:951px;
	margin:0 auto;
	height:600px;
	background:#fff url(../img/home_compras.jpg) top left no-repeat;
}

#hazte_blau_home p {
	display:block;
	position:relative;
	top:560px;
	text-align:right;
	font-weight:bold;
	float:right;
}


#hazte_blau_home #home_boton_compras {
	position:relative;
	top:450px;
	left:600px;
	float:left;
}


body#compra_home_page .section_intro .cont {
	padding: 5px 0 0;
}


#hazte_blau_home2 {
	width:711px;
	margin:0 auto;
	height:560px;
	background:#fff url(../img/compra_home.jpg) top left no-repeat;
}

#hazte_blau_home2 #home_boton_compras {
	float:left;
	left:460px;
	position:relative;
	top:500px;
}

/* Home de COMPRA con Voz y Datos (BIMgo) */


#hazte_blau_home3 {
	width:711px;
	margin:0 auto;
	height:560px;
	background:#fff url(../img/compra_home_BIMgo.jpg) top left no-repeat;
	padding-bottom:40px;
}

	#hazte_blau_home3 #home_boton_compras {
		float:left;
		left:10px;
		position:relative;
		top:530px;
	}
	
	#hazte_blau_home3 #home_boton_compras2 {
		float:left;
		left:62px;
		position:relative;
		top:530px;
	}

/* Fin de COMPRA con Voz y Datos (BIMgo) */


body.buy_section div.section_intro {
	margin-right:20px;
	width:220px;
}

body.buy_section #subsections {
	background:#E3F2F9 url(../img/bg_subsections_top.gif) no-repeat left top;
	margin:30px 0 0;
	padding:10px 0 0;
}
	
	body.buy_section #subsections ul {
		background:transparent url(../img/bg_subsections_bottom.gif) no-repeat left bottom;
		margin:0;
		padding:0 0 50px 10px;
		width:210px;
	}

	body.buy_section #subsections li {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 10px;
		text-align:left;
	}
	
	.promo1 {
		background: url(../img/compra_tarifas.gif) no-repeat bottom left;
		width:200px;
		height:110px;
		display:block;
		text-indent:-9999px;
		padding-top:15px;
	}
	
	.promo2 {
		background: url(../img/compra_donde_comprar.gif) no-repeat bottom left;
		width:200px;
		height:80px;
		display:block;
		text-indent:-9999px;
		padding-top:25px;
	}
	
	
	body.buy_section #subsections a {
		background:transparent url(../img/bg_subsections_menu.gif) no-repeat scroll left top;
		color:#FFFFFF;
		display:block;
		font-size:1.2em;
		font-weight:bold;
		line-height:150%;
		padding:8px 5px 7px 12px;
		text-transform:uppercase;
		width:193px;
	}


	body.buy_section #subsections a.active, body.buy_section #subsections a:hover {
		background:transparent url(../img/bg_subsections_menu_on.gif) no-repeat scroll left top;
		color:#FFFFFF;
	}

/*-----  Panel principal Mi Blau - Consumos --------*/
body#mi_blau_consumos_page #column_1 {
	width: 230px;
}
body#mi_blau_consumos_page #column_1 .bloques_column1 {
	margin-left: 9px;
	padding: 15px 0;

}

body#mi_blau_consumos_page #column_1 .bloques_column1 h2 {
	/* background:transparent url(../img/bg_thickbox_box.png) repeat-x scroll left top; */
	margin: 0 0 10px 0;
	padding: 3px 10px;
	text-indent:-9999px;
} 

body#mi_blau_consumos_page #column_1 #saldo_disponible {
	font-size: 200%;
	text-align: center;
	color:#EE7F00;
	margin: 15px 0;
	padding: 0;
	font-weight: bold;
}


body#mi_blau_consumos_page #column_1 .bloques_column1 .bloques_boton {
	display: block;
	width: 221px;
	height: 35px;
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

body#mi_blau_consumos_page #column_1 .bloques_column1 .btn_recarga {
	background-image: url(../img/button_recarga_inmediata.png);
	margin-bottom: 15px;
}

body#mi_blau_consumos_page #column_1 .bloques_column1 .btn_recarga_auto {
	background-image: url(../img/button_recarga_automatica.png);
}

body#mi_blau_consumos_page #column_1 .bloques_column1 .btn_bloqueo {
	background-image: url(../img/button_bloquear_sim.png);
}

body#mi_blau_consumos_page #column_1 .bloques_column1 .btn_baja {
	background-image: url(../img/button_dar_de_baja.png);
}
/* ------------------------------------------------------------------------
		MI blau: CÓDIGO PUK
-------------------------------------------------------------------------*/

body#mi_blau_consumos_page #column_1 #codigo_puk {
	font-size: 200%;
	text-align: center;
	display: none;
	color:#EE7F00;
}

body#mi_blau_consumos_page #column_1 .mostrar {
	text-align: center;
}





/*------------------ CONSUMOS - COLUMN 2 --------------*/

body#mi_blau_consumos_page #column_2 {
/* border-left:1px solid #EBEBEB; */
width:451px;
padding: 0 9px;
}

body#mi_blau_consumos_page h2 {
	background-position:top left;
	background-repeat:no-repeat;
	backgroun
