/*
Elementos por defecto
===================================================================================
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{
	margin:0; 
	padding:0; 
}

body {
	/*font-family: "Helvetica Neue", helvetica, arial;*/
	font-family: arial;
	margin: 0 auto;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

a * {
	cursor: pointer;
}

/*
Biblioteca
===================================================================================
*/

.width { width: 1024px; }

.center {margin: 0 auto;}

.moreSpace {
	padding-top: 140px;
}

/*
El esqueleto de la página
===================================================================================
*/

.pageBody { 
	margin: 0 auto; 
	width: 1024px;
}


/* ========================= Cabecera ========================= */

.pageBody .header {
	background: url("../img/premium_head.jpg");
	height: 151px;
}

.pageBody .header .welcome {
	float: left;
	padding-left: 274px;
	padding-top: 45px;
	color: #ffffff;
	font-family: arial;
	
}

.pageBody .header .welcome .l1{
	font-size: 28px;
}

.pageBody .header .welcome .l2{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}

.pageBody .header .login {
	background: url("../img/login_background.png") no-repeat;
	width: 194px;
	height: 133px;
	float: right;
	color: #ffffff;
}

.pageBody .header .login .label{
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 24px;
	padding-bottom: 4px;
}

.pageBody .header .login .field {
	padding-top: 6px;
	overflow: hidden;
}

.pageBody .header .login .field div,
.pageBody .header .login .submit div {
	width: 70px;
	text-align: right;
	padding-right: 4px;
	float: left;
	font-size: 12px;
}

.pageBody .header .login .field .input{
	width: 76px;
	height: 19px;
	padding-top: 1px;
	padding-left: 2px;
	background: url("../img/login_input_background.png") no-repeat;
}

.pageBody .header .login .field .input input{
	font-size: 10px;
	border: 0px;
	width: 69px;
	float: left;
	text-indent: 4px;
}

/*
.pageBody .header .login .submit div {
	width: 48px;
}*/

.pageBody .header .login .submit input{
	background-color: transparent;
	position: relative;
	top: -1px;
	text-indent: 0px !important;
}


/* ========================= Menu ========================= */

.pageBody .menu {
	background: url("../img/menu_background.png") repeat-x;
	height: 51px;
}

.pageBody .menu .menuList {
	padding-left: 30px;
}

.pageBody .menu .menuList li{
	float: left;			/*IE6*/
}

.pageBody .menu .menuList a{
	float: left;
	height: 51px;
	width: 130px;
	text-indent: -999px;
	background-image: url("../img/menu_buttons_background.png");
	outline: none;
}

.pageBody .menu  .menuList a:hover,
.pageBody .menu  .menuList .active  {
	background-image: url("../img/menu_buttons_active.png");
}

.pageBody .menu  .nav-1 a { background-position: 0px 0px; }

.pageBody .menu  .nav-2 a,
.pageBody .menu  .nav-2 a:hover { background-position: 0px -51px; }

.pageBody .menu  .nav-3 a,
.pageBody .menu  .nav-3 a:hover { background-position: 0px -102px; }

.pageBody .menu  .nav-4 a,
.pageBody .menu  .nav-4 a:hover { background-position: 0px -153px; }

.pageBody .menu  .nav-5 a,
.pageBody .menu  .nav-5 a:hover { background-position: 0px -204px; }

.pageBody .menu  .nav-6 a,
.pageBody .menu  .nav-6 a:hover { background-position: 0px -255px; }

/* ========================= Contenido ========================= */

.pageBody .content {
	background-color: #ffffff;
	padding-top: 22px;	
	padding-bottom: 18px;
	clear: both;
	width: 100%;
	overflow: hidden;	/*FF*/
}


/* ========================= Pie ========================= */

.pageBody .footer {
	background-color: #ffffff;
	padding-top: 66px;
	padding-bottom: 18px;
	clear: both;				/*IE6*/
}

.pageBody .footer .text {
	text-align: center;
	color: #c7c7c7;
	font-size: 12px;
}


/*
Componentes de las paginas
===================================================================================
*/


/* ========================= ScrollNewsBox ========================= */

.scrollNewsBox {
	padding-left: 36px;
}

.scrollNewsBox .label {
	padding-left: 8px;
	color: #d51c38;
	font-size: 18px;
}

.scrollNewsBox .container {
	width: 961px;
	height: 43px;
	color: #ffffff;
	font-size: 14px;
}

.scrollNewsBox .message {
	padding-top: 7px;
	padding-left: 14px;
}

/* ========================= SectionsBox ========================= */

.sectionsBox {
	padding-left: 76px;
	padding-top: 8px;
	height: 364px;
}

.sectionsBox .section {
	width: 257px;
	float: left;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;	
}

.sectionsBox .section .head {
	background: url("../img/main_section_head.png") no-repeat;
	height: 42px;
}

.sectionsBox .section .head p{
	padding-top: 12px;
	color:  #ffffff;
	font-size: 18px;
}

.sectionsBox .section .body {
	background: url("../img/main_section_body.png") no-repeat;
	height: 322px;
}

.sectionsBox .section .body a {
	padding-top: 5px;
	text-decoration: none;
	font-size: 16px;
	color: #000000;	
	display: block;
	margin-left: 1px;
	margin-right: 1px;
}

.sectionsBox .section .body a:hover {
	background-color: #d51c38;
	color: #ffffff
}

.sectionsBox .section .body .text {
	height: 26px;
}


/* ========================= BasicTabla ========================= */

.BasicTabla {
	text-align: left;
}

.BasicTabla .fila {
	overflow: hidden;
	width: 100%;	/*IE7*/
}

.BasicTabla .columna {
	float: left;
	width: auto;
}

.BasicTabla .ultima {
	float: none;
}

.BasicTabla  .cabezazo {
	background-repeat: repeat-x;
	background-image: url("../img/noticias_header_left_right.png");
	padding: 0px 17px;
}

.BasicTabla .cabezazo .fila{
	background-color: #2E2E2E;
}

.BasicTabla .cabezazo .columna{
	color: #ffffff;
}

.BasicTabla  .cuerpo {
	background-repeat:  no-repeat;
	background-position: 50% 20%;
	background-image: url("../img/noticias_background.png");
	border-width: 0px 1px;
	border-style: solid;
	border-color: #ffffff;
}

.BasicTabla .pie {
	background-repeat: repeat-x;
	background-position: 0px 100%;
	background-image: url("../img/noticias_footer_left_right.png");
	overflow: hidden;
	padding: 0px 17px;
}

.BasicTabla .pie .columna{
	background-image: url("../img/noticias_footer_left_right.png");
}



/* ========================= CajaNoticias ========================= */

.CajaNoticias {
	width: 714px;	/*multiplicar de 34px - anchura de imagen de esquinas*/
	margin: 0px auto;
	margin-top: 38px;
}

.CajaNoticias .titulo {
	font-size: 18px;
	color: #D51C38;
}

.CajaNoticias .tabla {
	padding-top: 26px;
}

.CajaNoticias .col1 {
	width: 200px;
	text-align: center;
}

.CajaNoticias .cabezazo .columna{
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 9px;
}

.CajaNoticias .cabezazo .col1,
.CajaNoticias .cabezazo .col2{
	position: relative;
	right: 17px;
}

.CajaNoticias .cabezazo .col3{
	position: relative;
	right: -357px;
}

.CajaNoticias .cuerpo  .fila .columna {
	padding: 6px 0px;
}

.CajaNoticias .cuerpo  .fila a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
	width: 100%;		/*IE7*/
}

.CajaNoticias .cuerpo  .fila a:hover {
	color: #ffffff;
	background-color: #D51C38;
}

.CajaNoticias .cuerpo .fila .col4 {
	width: 128px;
	position: relative;
	right: -587px;
	text-align: center;
}

.CajaNoticias .pdfIcon {
	outline: none;
}

.CajaNoticias .pdfIcon .columna{
	padding: 2px 0px;
}

.CajaNoticias .pdfIcon img{
	width: 27px;
	height: 27px;
	border: none;
}

.CajaNoticias .pie .columna{
	padding: 2px 0px;
}

.CajaNoticias .pie .col2{
	text-align: right;
	float: none;
}

.CajaNoticias .pie a{
	text-decoration: none;
	padding: 6px;
	color: #000000;
}

.CajaNoticias .pie a:hover{
	color: #ffffff;
	background-color: #D51C38;
}

.CajaNoticias .Prensa .fila .col1 {
	width: 536px;
}

.CajaNoticias .Prensa .cuerpo .fila .col1 {
	margin-left: 48px;
	text-align: left;
}

.CajaNoticias .Prensa .cuerpo .fila .col2 {
	width: 128px;
	text-align: center;
}

.CajaNoticias .Prensa .cuerpo a {
	float: left;
	width: auto;
	display: block;
}

.CajaNoticias .Prensa .pdfIcon {
	outline: none;
}

.CajaNoticias .Prensa .pdfIcon .columna{
	padding: 2px 0px;
}

.CajaNoticias .Prensa .pdfIcon img{
	width: 27px;
	height: 27px;
	border: none;
}

/* ========================= LinkBox ========================= */

.LinkBox {
	width: 714px;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 8px;
	height: 20px;
}

.LinkBox a{
	text-decoration: none;
	color: #24a6dc;
	padding: 5px 7px;
}

.LinkBox a:hover {
	color: #ffffff;
	background-color: #D51C38;
}




/* ========================= scrollerComponent ========================= */

.scrollerContent {
	float: left;
}

.scrollerBox {
	float: left;
	width: 16px;
	margin-left: 12px;
	position: relative;
	top: -6px;	
}

.scrollerBox .scrollUp,
.scrollerBox .scrollDown{
	height: 16px;
	width: 16px;
	display: block;
	outline: none;
}

.scrollerBox .scrollUp {
	background: url("../img/scroll_arrow_up3.png") no-repeat;
}

.scrollerBox .scrollDown {
	background: url("../img/scroll_arrow_down3.png") no-repeat;
}

.scrollerBox  .previewBar {
	height: 288px;
	cursor: pointer;
}

.scrollerBox  .previewPointer {
	background: url("../img/scroll_bar.png") no-repeat;
	height: 16px;
	position: relative;
}



/* ========================= InfoBox ========================= */

.InfoBox {
	width: 714px;
	margin-top: 24px;
}

.InfoBox a{
	text-decoration: none;
	color: #24a6dc;
}

.InfoBox a:hover{
	color: #ffffff !important;
	background-color: #D51C38;
}

.InfoBox .fullLine{
	display: block;
	width: 100%;		/*IE6*/
}

.InfoBox .fila .fullLine{
	padding: 8px;
}

.InfoBox .titulo {
	color: #D51C38;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	clear: both;
	font-weight: bold;
}

.InfoBox .big {
	font-size: 250%;
}

.InfoBox .small {
	font-size: 80%;
	margin-top: -12px;
}

.InfoBox .parrafo {
	padding: 6px 12px;
	text-align: justify;
	clear: both;
}

.InfoBox .pregunta {
	color: navy;
}

.InfoBox .parrafo .titulo{
	padding: 6px 0px;
}

.InfoBox .parrafo .titulo2{
	font-weight: bold;
	color: #000000;
}

.InfoBox .superior {
	background-repeat: repeat-x;
	background-image: url("../img/noticias_header_left_right.png");
	padding: 0px 17px;
	margin-bottom: 10px;
}

.InfoBox .inferior {
	background-repeat: repeat-x;
	background-image: url("../img/noticias_header_left_right_reverse.png");
	background-position: 0px 100%;
	padding: 0px 17px;
	margin-top: 20px;
	clear: both;
}

.InfoBox .superior .titulo,
.InfoBox .inferior .titulo {
	color: #ffffff;
	background-color: #2E2E2E;
	padding: 8px 0px;
	text-align: center;
}

.InfoBox .elemento {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-image: url("../img/lista_punto.png");
	background-position: 6px 10px;
}

.InfoBox .elemento .elemento {
	background-image: url("../img/lista_punto_blue.png");
}

.InfoBox .sinPunto {
	background: none !important;	/*important es para IE6*/
}

.InfoBox .tabla {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.InfoBox .tabla .fila {
	width: 100%;
}

.InfoBox .tabla .cabezazo .columna {
	padding-top: 5px;
	padding-bottom: 4px;
}

.InfoBox .tabla .cuerpo {
	padding: 0px 17px;
}

.InfoBox .tabla .cuerpo .fila{
	padding: 3px 0px;
}

.InfoBox .tabla .pie .columna {
	height: 16px;
	width: 100%;
}

.InfoBox .tabla .nota {
	text-align: left;
	padding-top: 6px;
}

.InfoBox .itemBox {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
}

.InfoBox .itemBox .fila{
	padding: 0px 30px;
	clear: both;
}

.Tight .itemBox .fila{
	padding-right: 10px;
}

.Tight .fila .fullLine{
	padding-right: 0px;
	width: auto;
}

.InfoBox .itemBox .oneLiner{
	clear: none;
	float: left;
}

.InfoBox .itemBox .fila .pieza{
	float: left;
	width: 220px;
}

.InfoBox .spacing .fila{
	padding-top: 5px;
	padding-bottom: 5px;
}

.InfoBox img{
	border: none;
}

.InfoBox .center{
	text-align: center;
}

.InfoBox .baton {
	padding-top: 12px;
	padding-bottom: 12px;
}

.InfoBox .baton  a:hover{
	background: none;
}

.InfoBox .leftPanel {
	width: 210px;
	float: left;
}

.InfoBox .rightPanel{
	float: left;
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 5px;
}

.InfoBox  .scrollerContent  {
	/*height: 320px;*/
	width: 460px;
	margin: 0px;
	height: 380px;
	overflow: hidden;
}

.scrollerContent .InfoBox {
	width: auto;
	margin: 0px;
	position: relative;
}

.InfoBox  .scrollerBox {
	top: 0px;
}

.InfoBox  .scrollerBox a:hover{
	background-color: transparent;
}

.InfoBox  .scrollerBox  .previewBar {
	/*height: 288px;*/
	height: 348px;
}

.InfoBox .Tarifas800y {width: 544px;}
.InfoBox .Tarifas800y .col1 {width: 50px;}
.InfoBox .Tarifas800y .col2 {width: 140px;}
.InfoBox .Tarifas800y .col3 {width: 150px;}

.InfoBox .Coste901 {width: 442px;}
.InfoBox .Coste901 .col1 {width: 130px;}
.InfoBox .Coste901 .col2 {width: 130px;}

.InfoBox .MasivoSMS {width: 442px;}
.InfoBox .MasivoSMS .col1 {width: 140px;}
.InfoBox .MasivoSMS .col2 {width: 130px;}

.InfoBox .Folmulario {width: 442px;}
.InfoBox .Folmulario .col1 {width: 170px;}
.InfoBox .Folmulario .col2 {width: 130px;}
.InfoBox .Folmulario .cuerpo {padding-top: 8px;}
.InfoBox .Folmulario .cuerpo .col1 {text-align: left; text-indent: 26px;}

.InfoBox .Locutorio {width: 578px;}
.InfoBox .Locutorio .col1 {width: 160px;}
.InfoBox .Locutorio .col2 {width: 180px;}
.InfoBox .LocutorioHoras .cuerpo .col3 {width: 202px; float: left;}
.InfoBox .LocutorioHoras .cuerpo .col1,
.InfoBox .LocutorioHoras .cuerpo .col2  {padding-top: 18px;}

.InfoBox .Multiconferencia {width: 510px;}
.InfoBox .Multiconferencia .col1 {width: 130px;}
.InfoBox .Multiconferencia .col2 {width: 180px;}
.InfoBox .Multiconferencia .col3 {width: 160px;}
.InfoBox .Multiconferencia .cabezazo .col1 { padding: 9px 0 0px 0;}
.InfoBox .Multiconferencia .cabezazo .col2,
.InfoBox .Multiconferencia .cabezazo .col3 { padding: 2px 0 2px 0;}

.InfoBox .pointer{
	cursor: pointer;
}

.InfoBox .cajaImagen {
	float: left;
	padding-right: 7px;
}

.InfoBox .cajaImagen .imagen {
	border: 1px solid black;
	width: 193px;
	height: 140px;
	float: left;
}


/* ========================= ImageInfoBox ========================= */

.imageInfoBox {
	float: right;
	padding-top: 34px;
}

.imageInfoBox .imagePart {
	width: 286px;
	height: 394px;
	background: url("../img/image_empresa.png") no-repeat;
	float: left;
	margin-right: 9px;
}

.imageInfoBox .imagePart2 {
	width: 286px;
	height: 394px;
	background: url("../img/image_soporte.jpg") no-repeat;
	float: left;
	margin-right: 9px;

}.imageInfoBox .imagePart3 {
	width: 286px;
	height: 394px;
	background: url("../img/image_contacto.jpg") no-repeat;
	float: left;
	margin-right: 9px;
}

.imageInfoBox .infoPart{
	width: 621px;
	height: 394px;
	background: url("../img/imgInfoBox_background.png") no-repeat;
	float: left;
	color: #ffffff;
	overflow: hidden;
}

.imageInfoBox .infoPart .title {
	font-size: 56px;
	font-weight: bold;
	position: relative;
	top: -14px;
	left: -4px;
	text-transform: uppercase;
}

.imageInfoBox .infoPart .text {
	font-size: 12px;
	font-family: arial;
	margin-left: 50px;		/*ATENCIÓN: doble margin corrección en estilos de ie6 */
	width: 483px;
	text-align: justify;
	overflow: hidden;
	float: left;
	height: 320px;
	position: relative;
	top: -6px;
}

.imageInfoBox .InfoBox a {
	color: navy;
}

.Compressor .titulo{
	padding-top: 0px;
	/*padding-bottom: 0px;*/
}

.Compressor .itemBox {
	padding-bottom: 0px;
	padding-top: 0px;
}

.Compressor .itemBox .fila {
	padding-top: 0px;
	padding-bottom: 3px;
}

.Compressor .fila .fullLine {
	padding-top: 0px;
	padding-bottom: 0px;
}

.Compressor .scrollerBox{
	display: none;
}

