/* Remember how I said that the "style.css" from V3 was gonna be the end-all solution for multiple CSS files for every page? */
/* lol. */

/* BRICKLANDER'S WEBSITE [V4] */
/* Index ONLY */

/* Personal S.A. - 2011 */

body,
p,
blockquote {
	margin: 0px;
	padding: 0px;
}

body { 
  background: url('https://bricklander.neocities.org/images/imapersonal/background__neodaydream2.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a img,
iframe {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

ul,
ol,
dl,
li,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

a,
a:link {
	color: #0FACC8;
	text-decoration: underline;
}

a.txtMagenta,
a.txtMagenta:link {
	color: #FF428D;
	text-decoration: underline;
}

a:visited {}

a:hover {
	text-decoration: none;
}

a:active {}

form,
fieldset {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #000;
}

legend {
	padding: 0px;
	color: #000;
}

input,
textarea,
select {
	margin: 0px;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}

select {
	padding: 0px;
}

@font-face {
	font-family: 'PlatformRegular';
	src: url('https://bricklander.neocities.org/platform-medium.ttf');
}

@font-face {
	font-family: 'PlatformMedium';
	src: url('https://bricklander.neocities.org/Platform-Regular.eot');
}


/* INICIO */
body {
	text-align: center;
}

p,
td,
th,
span,
div,
li,
label,
input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
}

p {
	padding: 0px 5px;
	margin-bottom: 10px;
}

h1 {
	color: #00639E;
	font-size: 20px;
	font-family: PlatformRegular;
	font-weight: normal;
	border-bottom: 1px solid #00639E;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 3px;
}

h3 {
	color: #10B5D3;
	font-size: 20px;
	font-family: PlatformRegular;
	font-weight: normal;
	margin: 2px 0px 20px 0px;
	padding-left: 5px;
	line-height: 20px;
}

h4 {
	color: #00639E;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
	padding-left: 5px;
}

h5 {
	color: #4a4a4a;
	font-size: 16px;
	font-family: PlatformRegular;
	font-weight: normal;
	border-bottom: 1px solid #4a4a4a;
	margin: 15px 0px 10px 0px;
	padding-left: 5px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}


/* ESTRUCTURA */
#encabezado {
     width: 960px;
     height: 94px;
     margin: 0px auto 0px auto;
     text-align: left;
     background-color: #eee;
     position: relative;
}

#contenedor {
	width: 960px;
	margin: 10px auto 30px auto;
	text-align: left;
	overflow: hidden;
}

#contenido_home {
	width: 750px;
	min-height: 480px;
	float: left;
	overflow: hidden;
	position: relative;
}

#micrositios {
	width: 750px;
	min-height: 480px;
	float: left;
	background-color: #fff;
}

#contenedorBlack {
	width: 960px;
	margin: 10px auto 30px auto;
	text-align: left;
	background-color: #000;
}

#contenido_2columnas {
	width: 748px;
	float: left;
	background-color: #eee;
}

#columnaLeft {
	width: 198px;
	float: left;
}

#panelRight {
    width: 198px;
    float: right;
    border: 1px solid #ccc;
    background-color: #eee;
}

#panelRight_log {
	width: 198px;
	background-color: #E7E7E7;
	float: right;
	border: 1px solid #E7E7E7;
}

#contenido_2columnas .fondoBlanco {
	float: left;
	background-color: #FFF;
	width: 548px;
	min-height: 440px;
}

#contenido_2columnas .fondoBlanco .contenido {
	margin-right: 9px;
	margin-left: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#pie {
	clear: both;
	width: 750px;
	border-top: 1px solid #B9B9B9;
	margin-top: 10px;
}


/* ENCABEZADO */
.logo {
	float: left;
	margin-top: 17px;
	margin-left: 30px;
}

.fecha {
	font-size: 9px;
	letter-spacing: 1px;
	color: #38383A;
	margin-right: 10px;
}

.icoSms {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	width: 84px;
	border: 1px solid #13B6D3;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/ico_sms.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 4px;
	background-color: #eee;
	color: #13B6D3;
	cursor: pointer;
}

.icoSms:hover {
	border-color: #0D8EA6;
	color: #0D8EA6;
}

.alinearDerecha {
	float: right;
	text-align: right;
	margin-top: 5px;
	width: 750px;
}

#encabezado .menu {
	float: right;
	margin-top: 1px;
	margin-right: 6px;
}

ul#navhoriz {
	list-style: none;
}

ul#navhoriz li {
	font-size: 13px;
	float: left;
	padding: 9px 40px 2px 5px;
	color: #8B8B8B;
	border: 1px solid #c8c8c8;
	margin-right: 4px;
	margin-top: 3px;
}

ul#navhoriz li:hover {
	border: 1px solid #999;
	color: #999;
	cursor: pointer;
	background-color: #EFEFEF;
}

ul#navhoriz li.select {
	padding: 11px 40px 3px 5px;
	background-color: #10B5D3;
	color: #fff;
	border: 3px solid #fff;
	margin-top: 0px;
}

ul#navhoriz li.icono {
	padding-left: 5px;
	padding-right: 5px;
}

#encabezado .menu2 {
	float: left;
	margin-left: 1px;
	background-color: #FFF;
	width: 956px;
	border: 1px solid #fff;
}

ul#navhoriz2 {
	list-style: none;
}

ul#navhoriz2 li {
	float: left;
	padding: 5px 9px 5px 9px;
	margin: 0px 5px 0px 5px;
}

ul#navhoriz2 li:hover {
	cursor: pointer;
	background-color: #efefef;
}

ul#navhoriz2 li a {
	text-decoration: none;
	color: #4a4a4a;
}

ul#navhoriz2 li.separador {
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#navhoriz2 li.separador:hover {
	background-color: #fff;
	cursor: default;
}

ul#navhoriz2 li.select {
	background-color: #eee;
}

*/

/* FOOTER */
.pie_col {
	position: relative;
	float: left;
	margin: 0px;
	margin-left: 10px;
	padding-top: 15px;
	width: 15%;
}

ul.navpie {
	list-style: none;
}

ul.navpie li.titulo {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

ul.navpie li {
	clear: both;
	padding: 2px 0px;
	font-size: 10px;
}

ul.navpie li a {
	text-decoration: none;
	color: #e3e3e3;
}

ul.navpie li a:hover {
	cursor: pointer;
	text-decoration: underline;
}


/* OBJETOS HOME */
.rotativo {
	margin-bottom: 10px;
}

.contenedorCentral {
    width: 350px;
    clear: both;
}

.columna1 {
	float: left;
	width: 190px;
}

.columna2 {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.columna3 {
	position: absolute;
	top: 260px;
	left: 560px;
	width: 190px;
}

.columna4 {
	float: left;
	width: 112px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.crux {
	float: left;
	width: 112px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 34px;
}

.destacado p,
.destacadoBlack p,
.destacadoBlackEmpresas p,
.destacadoSinFormato p {
	color: #7F7F7F;
}

.destacado {
	height: 155px;
	background-color: #eee;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.destacado h3 {
	height: 23px;
	color: #676767;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #FFF;
	font-size: 13px;
	font-family: PlatformMedium;
	letter-spacing: 1px;
	font-weight: normal;
	position: relative;
}

.destacado-stats {
	height: 155px;
	background: #708c9c;
	background: linear-gradient(180deg, rgba(112, 140, 156, 1) 1%, rgba(161, 182, 194, 1) 50%, rgba(171, 198, 207, 1) 100%);
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.destacado-stats h3 {
	height: 23px;
	color: #676767;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #FFF;
	font-size: 13px;
	font-family: PlatformMedium;
	letter-spacing: 1px;
	font-weight: normal;
	position: relative;
}

.destacado .imagen {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}

.destacado .bajada {
	float: left;
	width: 117px;
	padding-top: 5px;
	margin-right: 5px;
}

/* columna3 adds */
.columna3 .destacado:first-child {
	overflow: hidden;
	position: relative;
}

.columna3 .destacado:first-child .imagen {
	float: none;
	position: absolute;
	top: 28px;
	left: 5px;
	width: 60px;
	margin: 0;
}

.columna3 .destacado:first-child .bajada {
	float: none;
	position: absolute;
	top: 28px;
	left: 70px;
	width: 115px;
	padding-top: 5px;
	margin: 0;
}

.destacado-stats .bajada {
	float: left;
	width: 117px;
	padding-top: 5px;
	margin-right: 5px;
}

.destacado .bajada h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0EA2BC;
	margin: 0px 0px 5px 0px;
}

.destacado .bajada a {
	color: #666666;
}

.destacado .bajadaAncho {
	float: left;
	width: 180px;
	padding-top: 5px;
	margin-right: 5px;
}

.destacado .bajadaAncho h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0EA2BC;
	margin: 0px 0px 5px 0px;
}

.destacado .bajadaAncho h5 {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: none;
	letter-spacing: normal;
	font-weight: bold;
	color: #0EA2BC;
	margin: 0px;
}

.destacado .bajadaAncho a {
	color: #666666;
}

.destacadoBlack {
	height: 285px;
	background-color: #eee;
	margin-bottom: 10px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/line5pxNegro.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.destacadoBlack h3 {
	height: 23px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #000;
	font-size: 13px;
	font-family: PlatformMedium;
	letter-spacing: 1px;
	font-weight: normal;
	position: relative;
}

.destacadoBlack .icono {
	position: absolute;
	width: 60px;
	margin: -80px 0px 0px 130px;
}

.destacadoBlack .imagen {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}

.destacadoBlack .bajada {
	padding-top: 5px;
	margin-right: 5px;
}

.destacadoBlack .textblack {
	padding-top: 190px;
	margin-right: 5px;
}

.destacadoBlack .bajada h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0EA2BC;
	margin: 10px 0px 0px 0px;
}

.destacadoBlack .bajada h5,
.destacado .bajada h5 {
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #CE1465;
	padding: 0px;
	margin: 0px;
	border: none;
	letter-spacing: 0px;
}

.destacadoBlack .bajada a {
	color: #666666;
}

.destacadoBlackEmpresas {
	height: 330px;
	background-color: #eee;
	margin-bottom: 10px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/line5pxNegro.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.destacadoBlackEmpresas h3 {
	height: 23px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #000;
	font-size: 13px;
	font-family: PlatformMedium;
	letter-spacing: 1px;
	font-weight: normal;
	position: relative;
}

.destacadoBlackEmpresas .icono {
	position: absolute;
	width: 60px;
	margin: -80px 0px 0px 130px;
}

.destacadoBlackEmpresas .imagen {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}

.destacadoBlackEmpresas .bajada {
	padding-top: 5px;
	margin-right: 5px;
}

.destacadoBlackEmpresas .bajada h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0EA2BC;
	margin: 10px 0px 0px 0px;
}

.destacadoBlackEmpresas .bajada h5,
.destacado .bajada h5 {
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #CE1465;
	padding: 0px;
	margin: 0px;
	border: none;
	letter-spacing: 0px;
}

.destacadoBlackEmpresas .bajada a {
	color: #666666;
}

.captcha {
	margin-top: 10px;
}

.captcha a {
	color: #999;
}

.captcha p {
	color: #999;
	margin: 0px;
}

.destacadoSinFormato {
	float: left;
	width: 49%;
	height: 130px;
	margin: 0px 0px 10px 0px;
	border-right: 1px solid #e6e6e6;
	overflow: hidden;
	position: relative;
}

.destacadoSinFormato h3 {
	color: #666;
	width: 160px;
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
}

.destacadoSinFormato .imagen {
	position: absolute;
	top: 28px;
	left: 0px;
	width: 50px;
}

.destacadoSinFormato .bajada {
	position: absolute;
	top: 28px;
	left: 52px;
	width: 115px;
	padding-top: 5px;
}

.destacadoSinFormato .bajada h4 {
	font-size: 11px;
	font-weight: bold;
	color: #07A2C0;
	margin: 0px 0px 5px 0px;
}

.destacadoSinFormato .bajada a {
	color: #666666;
}

.destacadoSubtitulo {
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 13px;
	margin: 10px 0px 0px 5px;
	letter-spacing: 1px;
}

.destacadoCentral .imagen {
	width: 100px;
	text-align: center;
	padding-top: 11px;
}

.destacadoCentral .bajada {
	float: left;
	width: 235px;
	border: 1px;
	margin-top: 10px;
}

.destacadoCentral .bajada h4 {
	font-size: 11px;
}

.destacadoCentralGris {
	background-color: #efefef;
	border: 1px solid #cdcdcd;
	padding: 5px;
	margin-top: 10px;
}

.destacadoCentralGris .columnaLeft,
.destacadoCentralGris .columnaRight {
	float: left;
	width: 161px;
}

.destacadoCentralGris .columnaLeft .titulo {
	font-size: 12px;
	color: #1EA4BD;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 5px;
}

.destacadoCentralGris .columnaLeft {
	border-right: 1px solid #CCC;
	margin-right: 2px;
}

.destacadoCentralGris .columnaRight h3 {
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #676767;
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
}

.destacadoCentralGris .columnaRight h4 {
	color: #0EA2BC;
}

.destacadoCentralGris .columnaRight .imagen {
	float: left;
	width: 52px;
}

.destacadoCentralGris .columnaRight .bajada {
	float: left;
	width: 105px;
}

.destacadoCentralGris .columnaRight .bajada a {
	color: #666;
	text-decoration: underline;
}

.destacadoCentralGris .columnaRight .bajada a:hover {
	text-decoration: none;
}

#solapas .content .imagen {
	float: left;
	width: 118px;
	text-align: center;
	margin-top: 15px;
	background-color: #eee;
}

#solapas .content .bajada {
	float: left;
	width: 220px;
	margin-top: 10px;
	background-color: #eee;
}

#solapas .content .bajada h4 {
	font-size: 12px;
	font-weight: bold;
	color: #0EA2BC;
	margin: 10px 0px 0px 0px;
	background-color: #eee;
}

#solapas .content .bajada h5,
.destacado .bajada h5 {
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #CE1465;
	padding: 0px;
	margin: 0px;
	border: none;
	letter-spacing: 0px;
	background-color: #eee;
}

#solapas .content .bajada a {
	color: #666666;
	background-color: #eee;
}


/* OBJETOS SUB HOME */
.subhome_columna1 {
	width: 262px;
	min-height: 250px;
	border-right: 1px solid #b4b4b4;
	float: left;
}

.subhome_columna2 {
	width: 262px;
	min-height: 250px;
	float: left;
}

.cajaPrincipal {
	border-bottom: 1px solid #DFDFDF;
	padding: 6px 5px;
	margin: 5px;
}

.cajaPrincipal .titulo1 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

.cajaPrincipal .titulo2 {
	color: #10B5D3;
	font-weight: bold;
	font-family: PlatformRegular;
	font-size: 18px;
}

.cajaPrincipal .texto {
	color: #666;
	margin: 3px 0px;
}

.cajaPrincipal .link a {
	color: #D01566;
	text-decoration: none;
}

.cajaPrincipal .link a:hover {
	text-decoration: underline;
}

.cajaTexto {
	border-bottom: 1px solid #DFDFDF;
	padding: 6px 5px;
	margin: 5px;
}

.cajaTexto .titulo {
	color: #10B5D3;
	font-weight: bold;
}

.cajaTexto .texto {
	color: #666;
	margin: 3px 0px;
}

.cajaTexto .link a {
	color: #D01566;
	text-decoration: none;
}

.cajaTexto .link a:hover {
	text-decoration: underline;
}

.cajaFotoMitadyFoto {
	border-bottom: 1px solid #DFDFDF;
	min-height: 100px;
	padding: 6px 5px;
	margin: 5px;
	float: left;
	width: 111px;
}

.cajaFotoMitadyFoto .titulo {
	color: #10B5D3;
	margin-bottom: 7px;
	font-weight: bold;
	font-family: PlatformRegular;
	font-size: 16px;
	line-height: 14px;
}

.cajaFotoMitadyFoto .texto {
	color: #666;
	margin: 3px 0px;
}

.cajaFotoMitadyFoto .link a {
	color: #D01566;
	text-decoration: none;
}

.cajaFotoMitadyFoto .link a:hover {
	text-decoration: underline;
}


/* OBJETOS INTERNAS */
#contenedorTitulo {
	background-color: #FFF;
	height: 35px;
}

#contenedorTitulo .titulo {
	float: left;
	font-size: 35px;
	font-family: PlatformRegular;
	color: #999;
	padding: 2px;
	line-height: 26px;
}

#contenedorTitulo .bajada {
	float: right;
	width: 535px;
	font-size: 15px;
	font-family: PlatformRegular;
	color: #10B5D3;
	padding-top: 13px;
	letter-spacing: 1px;
}

.contenedorBorde {
	border: 1px solid #eee;
	min-height: 424px;
}

#columnaLeft .destacados {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: right;
}

#carrousel {
	padding-bottom: 10px;
}

#pastAlignLeft {
	float: left;
	width: 286px;
}

#pastAlignLeft h3 {
	color: #999;
	border-bottom: 1px solid #999;
	height: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#pastAlignLeft a {
	text-decoration: none;
}

#pastAlignRight {
	float: right;
	width: 230px;
}

#pastAlignRight a {
	text-decoration: none;
}

.pastInternas {
	margin-bottom: 5px;
}

.pastInternasLeft {
	border-bottom: solid 1px #EEE;
	margin-bottom: 5px;
	padding: 7px;
	color: #999999;
}

.textPast {
	float: left;
	width: 200px;
	margin-top: 8px;
	margin-left: 8px;
	color: #999999;
}

.pastInternasLeft h6 {
	color: #009BD9;
}

.txtCyan {
	color: #10B5D3;
}

.txtMagenta {
	color: #FF428D;
}

.txtNegro {
	color: #000;
}


/* OBJETOS BLACK */
#contenedorBlack #botoneraLeftBlack {
	float: left;
}

#contenedorBlack .contenido {
	width: 710px;
	min-height: 500px;
	float: left;
	margin: 0px 0px 20px 10px;
}

#contenedorBlack .linea {
	background-color: #38373C;
	height: 1px;
}


/* OBJETOS SECCION AYUDA */
#contenedor3col {
	background-color: #FFF;
}

#contenedor3col .col1,
#contenedor3col .col2,
#contenedor3col .col3 {
	min-height: 450px;
	width: 239px;
	background-color: #FFF;
	float: left;
	margin-right: 15px;
}

#contenedor3col .col3 {
	margin: 0px;
}

.boxConBorde {
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.boxConBorde5px {
	border: 5px solid #EEE;
	margin: 10px;
	padding: 10px;
	width: 190px;
}

.boxConBorde5px .icono {
	float: left;
	width: 60px;
}

.boxConBorde5px .bajada {
	float: left;
}

.boxConBorde5px .boton {
	margin-right: 0px;
	background-color: #CCC;
	margin-top: 5px;
	cursor: pointer;
	color: #333333;
	height: 22px;
	padding: 4px;
	border: none;
	font-weight: 100;
}

.boxConBorde5px a {
	text-decoration: none;
}


/* OBJETOS CONTACTO */
#contacto .columna1 {
	width: 300px;
	min-height: inherit;
	margin: 10px 10px 0px 0px;
}

#contacto .columna2 {
	width: 439px;
	min-height: inherit;
	height: 120px;
	margin: 10px 0px;
}

#contacto .boxGris {
	min-height: 155px;
	padding: 0px 10px;
}

.boxGris {
	border: 1px solid #d7d7d7;
	background-color: #f4f4f4;
	padding: 10px;
}

.boxGris div {
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 5px 0px 5px;
}

#contacto .boxConBorde .contenido {
	margin: 5px;
	width: 198px;
}

#contacto .boxConBorde .titulo {
	border-bottom: 1px solid #d7d7d7;
	background-color: #eee;
	font-size: 14px;
	color: #10B5D3;
	padding: 3px 7px;
	font-family: PlatformRegular;
}

#contacto .boxConBorde .subTitulo {
	font-size: 14px;
	color: #666;
	padding: 3px 7px 0px 7px;
	font-family: PlatformRegular;
}

#contacto .boxConBorde .linea {
	background-color: #d7d7d7;
	border: 0px;
	height: 1px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

#contacto .boxConBorde .contenido div {
	border-bottom: 1px solid #d7d7d7;
	padding: 5px;
}

#contacto .boxConBorde .contenido div .left {
	float: left;
	width: 35%;
	padding: 0px;
	border: none;
}

#contacto .boxConBorde .contenido div .right {
	float: right;
	width: 60%;
	padding: 0px;
	border: none;
	text-align: center;
}

#contacto .boxConBorde .contenido div .clear {
	padding: 0px;
	border: none;
}

/* OBJETOS BENEFICIOS */
#pastAlignLeftBene {
	float: left;
	width: 250px;
}

#pastAlignLeftBene a {
	text-decoration: none;
}

#pastAlignRightBene {
	float: right;
	width: 250px;
}

#pastAlignRightBene a {
	text-decoration: none;
}

.pastInternas {
	margin-bottom: 5px;
}

.pastInternasLeft {
	border-bottom: solid 1px #EEE;
	margin-bottom: 5px;
	padding: 7px;
	color: #999999;
}

.textPast {
	float: left;
	width: 140px;
	margin-top: 8px;
	margin-left: 8px;
	color: #999999;
}

.pastInternasLeft h6 {
	color: #009BD9;
}

ul.listado {
	margin: 15px 0px;
}

ul.listado li {
	list-style: none;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin: 5px 10px;
}

ul.listadoInLine {
	margin: 15px 0px;
}

ul.listadoInLine li {
	float: left;
	width: 135px;
	list-style: none;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin: 5px 10px;
}

ol.listadoNumerico {
	margin: 15px;
}

ol.listadoNumerico li {
	margin: 5px 10px;
}

/* NAVEGACION SECUNDARIA */
#contenedorTitulo .menu3 {
	float: right;
	background-color: #eee;
	width: 538px;
	height: 28px;
	border: 1px solid #d7d7d7;
}

ul#navhoriz3 {
	list-style: none;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

ul#navhoriz3 li {
	float: left;
	text-align: center;
	padding: 6px;
	margin: 1px 2px;
}

ul#navhoriz3 li:hover {
	cursor: pointer;
	background-color: #fff;
}

ul#navhoriz3 li a {
	text-decoration: none;
	color: #666666;
}

ul#navhoriz3 li.separador {
	max-width: 3px;
	float: left;
	margin: 0px;
	padding: 0px;
	/* padding:7px 0px; padding-top:1px; background-image:url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/separador_linea_menu3.gif); background-repeat:no-repeat; background-position: right center;*/
}

ul#navhoriz3 li.separador:hover {
	background-color: #eee;
	cursor: default;
}

ul#navhoriz3 li.select {
	background-color: #FFF;
}

ul#navhoriz3 li.select a {
	color: #333;
}

ul#navhoriz3 li div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}


/* NAVEGACION VERTICAL */
#botoneraLeft {
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

#botoneraLeft ul#navvert * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
	text-decoration: none;
	color: #999;
}

#botoneraLeft ul#navvert li {
	margin-bottom: 3px;
	border: 2px solid #D7D7D7;
	background-color: #fff;
}

#botoneraLeft ul#navvert li div {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}

#botoneraLeft ul#navvert li div:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3_.gif);
}

#botoneraLeft ul#navvert li div.a_sinpagina:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera_.gif);
}

#botoneraLeft ul#navvert li div:hover,
#botoneraLeft ul#navvert li div:hover a {
	color: #10B5D3;
	text-decoration: none;
}

#botoneraLeft ul#navvert li.active div,
#botoneraLeft ul#navvert div.active {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera_.gif);
	color: #10B5D3;
}

#botoneraLeft ul#navvert li.active div a {
	color: #10B5D3;
}

#botoneraLeft ul#navvert li.active div {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3_.gif);
	color: #10B5D3;
}

#botoneraLeft ul#navvert li ul li {
	border: none;
	border-top: 1px solid #D7D7D7;
	margin: 0px;
}

#botoneraLeft ul#navvert li ul li div {
	background-color: #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 25px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
}

#botoneraLeft ul#navvert li ul li div:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2.gif);
}

#botoneraLeft ul#navvert li ul li div.a_sinpagina:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2_.gif);
}

#botoneraLeft ul#navvert li ul li div:hover,
#botoneraLeft ul#navvert li ul li div:hover a {
	color: #333;
}

#botoneraLeft ul#navvert li ul li.active div,
#botoneraLeft ul#navvert li ul li.active div:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera4_.png);
	background-color: #10B5D3;
	color: #fff;
}

#botoneraLeft ul#navvert li ul li.active div a,
#botoneraLeft ul#navvert li ul li.active div:hover a {
	color: #fff;
}

#botoneraLeft ul#navvert li ul li div.active,
#botoneraLeft ul#navvert li ul li div.active:hover {
	font-weight: bold;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2_.png);
	background-color: #10B5D3;
	color: #fff;
}

#botoneraLeft ul#navvert li ul li ul {
	border: none;
	border-top: 1px solid #D7D7D7;
	margin-bottom: 5px;
}

#botoneraLeft ul#navvert li ul li ul li {
	font-size: 10px;
	border: none;
	font-size: 10px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 0px 35px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3.gif);
	background-repeat: no-repeat;
	background-position: 26px 8px;
}

#botoneraLeft ul#navvert li ul li ul li:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3.gif);
}

#botoneraLeft ul#navvert li ul li ul li:hover a {
	color: #666;
}

#botoneraLeft ul#navvert li ul li ul li.active a {
	color: #666;
}


/* NAVEGACION VERTICAL BLACK */
#botoneraLeftBlack {
	width: 200px;
	padding: 7px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #333945;
	background-color: #191919;
}

#botoneraLeftBlack ul#navvert * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}

#botoneraLeftBlack ul#navvert li {
	margin-bottom: 3px;
	border: 1px solid #fff;
	background-color: #191919;
}

#botoneraLeftBlack ul#navvert li div {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotoneraBlack.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}

#botoneraLeftBlack ul#navvert li div:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3Black_.gif);
}

#botoneraLeftBlack ul#navvert li div.a_sinpagina:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotoneraBlack_.gif);
}

#botoneraLeftBlack ul#navvert li div:hover,
#botoneraLeft ul#navvert li div:hover a {
	color: #10B5D3;
	text-decoration: none;
}

#botoneraLeftBlack ul#navvert li.active div,
#botoneraLeftBlack ul#navvert div.active {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotoneraBlack_.gif);
	color: #10B5D3;
}

#botoneraLeftBlack ul#navvert li.active div a {
	color: #10B5D3;
}

#botoneraLeftBlack ul#navvert li.active div {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3Black_.gif);
	color: #10B5D3;
}

#botoneraLeftBlack ul#navvert li ul li {
	border: none;
	border-top: 1px solid #D7D7D7;
	margin: 0px;
}

#botoneraLeftBlack ul#navvert li ul li div {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 25px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2Black.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
}

#botoneraLeftBlack ul#navvert li ul li div:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotoneraBlack2.gif);
}

#botoneraLeftBlack ul#navvert li ul li div.a_sinpagina:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2Black.gif);
}

#botoneraLeftBlack ul#navvert li ul li div:hover,
#botoneraLeft ul#navvert li ul li div:hover a {
	color: #333;
}

#botoneraLeftBlack ul#navvert li ul li.active div,
#botoneraLeftBlack ul#navvert li ul li.active div:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera4_.png);
	background-color: #10B5D3;
	color: #fff;
}

#botoneraLeftBlack ul#navvert li ul li.active div a,
#botoneraLeftBlack ul#navvert li ul li.active div:hover a {
	color: #fff;
}

#botoneraLeftBlack ul#navvert li ul li div.active,
#botoneraLeftBlack ul#navvert li ul li div.active:hover {
	font-weight: bold;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera2_.png);
	background-color: #10B5D3;
	color: #fff;
}

#botoneraLeftBlack ul#navvert li ul li ul {
	border: none;
	border-top: 1px solid #D7D7D7;
	margin-bottom: 5px;
}

#botoneraLeftBlack ul#navvert li ul li ul li {
	font-size: 10px;
	border: none;
	font-size: 10px;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 0px 35px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3.gif);
	background-repeat: no-repeat;
	background-position: 26px 8px;
}

#botoneraLeftBlack ul#navvert li ul li ul li:hover {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/bulletBotonera3.gif);
}

#botoneraLeftBlack ul#navvert li ul li ul li:hover a {
	color: #666;
}

#botoneraLeftBlack ul#navvert li ul li ul li.active a {
	color: #666;
}


/* OBJETOS INSTITUCIONAL */
.columna1_inst,
.columna2_inst {
	width: 370px;
	height: 120px;
}

.columna1_inst {
	float: left;
}

.columna2_inst {
	float: right;
}

.cajaInformacion {
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
	height: 100%;
}

.cajaInformacion .contenido {
	padding: 5px;
}

.cajaInformacion .titulo {
	border-bottom: 1px solid #d7d7d7;
	background-color: #eee;
	font-size: 14px;
	color: #10B5D3;
	padding: 3px 7px;
	font-family: PlatformRegular;
}

.cajaInformacion .subTitulo {
	font-size: 14px;
	color: #666;
	padding: 3px 7px 0px 7px;
	font-family: PlatformRegular;
}

.cajaInformacion .linea {
	background-color: #d7d7d7;
	border: 0px;
	height: 1px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

/* OBJETOS PUBLICIDAD */
#publicidad .video {
	float: left;
	width: 330px;
}

#publicidad .descripcion {
	float: right;
	width: 190px;
}

#publicidad .etiquetas {
	margin-top: 10px;
}

#publicidad .etiquetas p {
	color: #999;
	font-style: italic;
}


/* OBJETOS PLANES */
.tituloPlan {
	background-color: #999;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
}

.boton {
	background-color: #0FACC8;
	margin-top: 4px;
	cursor: pointer;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.boton a {
	color: #ebebeb;
	text-decoration: none;
}

.boton a:hover {
	color: #fff;
}

.planes_3tablas {
	width: 169px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	float: left;
}

.planes_2tablas {
	width: 253px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	float: left;
}

.recomendadorHomePlanes {
	border: 1px solid #999;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.recomendadorHomePlanes .head {
	background-color: #CCC;
	padding: 7px;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.recomendadorHomePlanes .head .nro {
	color: #fff;
	font-weight: bold;
	background-color: #555;
	margin-right: 5px;
	padding: 0px 3px;
	float: left;
}

.recomendadorHomePlanes .head .titulo {
	color: #555;
	font-weight: bold;
	float: left;
}

.recomendadorHomePlanes .planes .plan,
.recomendadorHomePlanes .planes .planSelect {
	width: 150px;
	float: left;
	padding: 5px;
	padding-bottom: 0px;
	margin: 5px;
	margin-bottom: 0px;
}

.recomendadorHomePlanes .planes .plan a,
.recomendadorHomePlanes .planes .planSelect a {
	font-size: 12px;
	color: #00639E;
	font-weight: bold;
	padding-left: 5px;
}

.recomendadorHomePlanes .planes .plan p,
.recomendadorHomePlanes .planes .planSelect p {
	margin-top: 5px;
}

.recomendadorHomePlanes .body {
	padding: 3px;
}


/* OBJETOS PACKS */
.packs_3tablas {
	width: 169px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	float: left;
}

.packs_2tablas {
	width: 253px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 20px;
	float: left;
}

.recomendadorPacks {
	border: 1px solid #999;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
}

.recomendadorPacks .head {
	background-color: #CCC;
	padding: 7px;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.recomendadorPacks .head .nro {
	color: #fff;
	font-weight: bold;
	background-color: #555;
	margin-right: 5px;
	padding: 0px 3px;
	float: left;
}

.recomendadorPacks .head .titulo {
	color: #555;
	font-weight: bold;
	float: left;
}

.recomendadorPacks .packs .pack,
.recomendadorPacks .packs .packSelect {
	border: 2px solid #fff;
	float: left;
	padding: 2px;
	margin: 10px 0px 10px 10px;
}

.recomendadorPacks .packs .pack:hover {
	border: 2px solid #666;
}

.recomendadorPacks .packs .pack a,
.recomendadorPacks .packs .packSelect a {
	font-size: 12px;
	color: #00639E;
	font-weight: bold;
	padding: 0px;
}

.recomendadorPacks .packs .pack p,
.recomendadorPacks .packs .packSelect p {
	margin-top: 5px;
}

.recomendadorPacks .body {
	padding: 3px;
}

.recomendadorPacks .tipoPacks .tipoPack {
	cursor: pointer;
	width: 150px;
	border: 2px solid #fff;
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin: 5px;
}

.recomendadorPacks .tipoPacks .tipoPack:hover {
	border: 2px solid #666;
}

.recomendadorPacks .tipoPacks .tipoPack a {
	font-size: 12px;
	color: #00639E;
	font-weight: bold;
	padding: 0px;
}

.recomendadorPacks .tipoPacks .tipoPack p {
	margin-top: 5px;
}

.recomendadorPacks .tipoPacks .tipoPack h4 {
	margin-top: 5px;
}


/* ACCORDEON */
.accordeon {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 4px;
}

.accordeon .body {
	padding: 10px;
	border: 1px solid #0B7588;
}

.accordeon .head {
	border: 1px solid #787878;
	background-color: #a8a8a8;
	cursor: pointer;
	margin-top: 4px;
}

.accordeon .head .titulo {
	padding: 5px;
	border-top: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
}

.accordeon .head.active {
	border: 1px solid #0B7588;
	border-bottom: none;
	background-color: #0FACC8;
}

.accordeon .head.active .titulo {
	border-top: 1px solid #39D5F0;
	color: #fff;
	font-weight: bold;
}

/* OBJETOS HOME RIGHT */
#panelRight h1 {
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #10B5D3;
	background-color: #eee;
	color: #10B5D3;
	margin: 0px;
	padding: 9px 5px 3px 5px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

#panelRight #loginForm {
	padding: 5px;
	padding-left: 10px;
}

#panelRight h2 {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#panelRight td {
	color: #666;
}

#panelRight .boton {
	background-color: #10B5D3;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	height: 22px;
	padding: 0px 5px 0px 5px;
	border: none;
}

#panelRight .botonSecundario {
	background-color: #999999;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	height: 22px;
	padding: 0px 5px 0px 5px;
	border: none;
}

#panelRight #loginForm .divInferior {
	margin-top: 7px;
}

#panelRight #loginForm .divInferior .left {
	float: left;
}

#panelRight #loginForm .divInferior .right {
	float: right;
	text-align: right;
	margin-right: 10px;
}

#panelRight #loginForm .divInferior .right a {
	color: #999;
}

#panelRight #loginForm .divInferior .right p {
	margin-bottom: 5px;
}

#panelRight #loginForm .divPcPublica {
	color: #999;
	font-size: 10px;
	margin-top: 5px;
	padding-left: 20px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/ico_candado.gif);
	background-repeat: no-repeat;
}

#panelRight #loginForm .divPcPublica input {
	margin-left: 20px;
}

#panelRight .destacadoRight {
	padding: 5px;
	background-color: #eee;
	min-height: 90px;
	margin-top: 8px;
	margin-bottom: 6px;
}

#panelRight .destacadoRight h2 {
	margin: 0px;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0px;
	font-family: PlatformMedium, Tahoma, Geneva, sans-serif;
}

#panelRight .destacadoRight div {
	width: 95px;
	float: left;
}

#panelRight .destacadoRight a {
	color: #FF428D;
}

#panelRight .destacadoRight p {
	color: #969696;
}

#panelRight .destacadoRight .img1 {
	float: right;
	margin-top: -90px;
}

#panelRight .destacadoRight .img2 {
	position: absolute;
	margin: -40px 0px 0px 135px;
}

#panel_redsocial {
	float: right;
	width: 200px;
	margin-top: 8px;
}

#panel_redsocial a {
	margin-left: 5px;
}

#panelRight ul.listado {
	margin: 0px;
}

#panelRight ul.listado li a {
	text-decoration: none;
	color: #969696;
}

#panelRight ul.listado li a:hover {
	text-decoration: underline;
}

#panelRight_log {
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/foto_logueado.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 130px;
}

#panelRight_log h1 {
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #10B5D3;
	background-color: #eee;
	color: #10B5D3;
	padding: 9px 5px 3px 5px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

#panelRight_log div {
	padding: 0px 10px;
	text-align: center;
}

#panelRight_log .cerrarSesion {
	color: #666;
	position: absolute;
	margin-top: -28px;
	margin-left: 117px;
	width: 70px;
	padding: 0px;
	padding-left: 5px;
	text-align: right;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/ico_cerrarSesion.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	cursor: pointer;
}

#panelRight_log .nombreUsuario {
	font-weight: bold;
	color: #666;
	font-size: 12px;
	padding: 11px 10px;
}

#panelRight_log .puntosClub {
	background-color: #eee;
	border: 1px solid #C8C8C8;
	padding: 10px;
	margin: 5px 10px 8px 10px;
	color: #666;
}

#panelRight_log .boton {
	font-weight: bold;
	background-color: #10B5D3;
	padding: 3px 0px 0px 14px;
	cursor: pointer;
	color: #FFF;
	width: 180px;
	height: 22px;
	text-align: left;
	border: none;
}

#panelRight_log .destacadoRight {
	margin-top: 20px;
}

#panelRight_log .destacadoRight h2 {
	margin: 0px;
	color: #666;
	font-family: PlatformRegular;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #10B5D3;
	margin-bottom: 4px;
	padding-bottom: 2px;
	text-align: left;
}

#panelRight_log .destacadoRight div {
	color: #666;
	text-align: left;
	padding: 0px;
}

#panelRight_log .destacadoRight a {
	color: #FF428D;
}


/* OBJETOS VARIOS */
#micrositios h3 {
	height: 25px;
}

.clear {
	clear: both;
}

.botonAzul {
	background-color: #10B5D3;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	height: 22px;
	padding: 0px 5px 0px 15px;
	border: none;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/ico_botonIngresar.gif);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}

.botonGris {
	background-color: #999999;
	margin-top: 10px;
	cursor: pointer;
	color: #FFF;
	height: 22px;
	padding: 0px 5px 0px 15px;
	border: none;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/ico_botonIngresar2.gif);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.alignCenter {
	text-align: center;
}

.barra_canonica {
	font-size: 9px;
	color: #999999;
	margin-bottom: 10px;
	padding: 0px 5px;
}

.barra_canonica a {
	color: #999999;
	text-decoration: none;
}

.barra_canonica a:hover {
	text-decoration: underline;
}

.legal {
	font-size: 9px;
	color: #999;
	padding: 10px;
}

.boxDestacado {
	padding: 10px 12px;
	margin: 25px;
	background-color: #efefef;
	color: #666;
	border: 1px solid #CCC;
}

.boton_generico {
	border: none;
	height: 23px;
	border-left: 1px solid #0B7588;
	border-right: 1px solid #0B7588;
	border-bottom: 1px solid #C5D2D6;
	color: #fff;
	font-weight: bold;
	padding: 2px 7px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/btn_generico_bckg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}

.boton_generico_gris {
	border: none;
	height: 23px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #e0e0e0;
	color: #666;
	font-weight: bold;
	padding: 2px 7px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/btn_gris_bckg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}

.boton_generico_magenta {
	border: none;
	height: 23px;
	border-left: 1px solid #93003A;
	border-right: 1px solid #93003A;
	border-bottom: 1px solid #93003A;
	color: #fff;
	font-weight: bold;
	padding: 2px 7px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/btn_generico_magenta_bckg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}

.opacity {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.titularDestacado {
	padding-left: 15px;
	margin-bottom: 20px;
	background-color: #eee;
	min-height: 66px;
	/*background-image:url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/foto_titular.jpg); background-position:340px; background-repeat:no-repeat;*/
}

.titularDestacado .titulo {
	padding-top: 10px;
	font-size: 20px;
	font-family: PlatformRegular;
	color: #333;
}

.titularDestacado .bajada {
	font-size: 13px;
	color: #666;
}

.mostrar {
	visibility: visible;
}

.ocultar {
	display: none;
}

.boxConBorde {
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.boxConBorde .contenido {
	margin: 5px;
	width: 220px;
}

.boxConBorde .titulo {
	border-bottom: 1px solid #d7d7d7;
	background-color: #eee;
	font-size: 14px;
	color: #10B5D3;
	padding: 3px 7px;
	font-family: PlatformRegular;
}

.boxConBorde .subTitulo {
	font-size: 14px;
	color: #666;
	padding: 3px 7px 0px 7px;
	font-family: PlatformRegular;
}

.boxConBorde .linea {
	background-color: #d7d7d7;
	border: 0px;
	height: 1px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

.boxConBorde .contenido ul.listado li a {
	color: #666666;
}

.boxConBorde .contenido ul.listado li a:hover {
	text-decoration: none;
}

.boxEnvioSms {
	border: 1px solid #10B5D3;
	width: 130px;
	padding: 6px;
	color: #10B5D3;
	margin: 10px 0px 0px 5px;
}

.boxEnvioSms .texto {
	float: right;
	color: #10B5D3;
	margin: 6px 3px 0px 0px;
}


/* TABLAS */
table.tablaPlanes {
	width: 100%;
	background: #FFF;
	border: none;
}

table.tablaPlanes tr th {
	background-color: #999;
	color: #fff;
	padding: 5px 3px 5px 3px;
	border: 1px solid #cccccc;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.tablaPlanes th.th_col {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #eee;
}

table.tablaPlanes tr td {
	padding: 4px;
	border: 1px solid #eee;
	text-align: left;
	vertical-align: top;
}

table.tablaPlanes tr.tr_par td,
table.tablaPlanes tr.tr_par th {
	background: #f9f9f9;
}

table.tablaPlanes tr.tr_destacado td {
	background: #F1F1F1;
	border: 1px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
}

table.tablaPlanes tr.tr_destacado td div {
	background: #FF428D;
	color: #FFF;
	padding: 1px 2px;
	display: inline-table;
}

table.tablaPlanes .alignRight {
	text-align: right;
}

table.tablaPlanes .alignCenter {
	text-align: center;
}

table.tablaPlanes .valignMiddle {
	vertical-align: middle;
}

table.tablaPlanes .valignBottom {
	vertical-align: bottom;
}

.caja_texto table.tablaPlanes {
	margin: 10px 0 20px 0;
}

table.tablaPlanes img {
	display: inline;
}

table.tablaPlanes .indent1 {
	padding-left: 40px;
}

table.tablaPlanes .indent2 {
	padding-left: 75px;
}

table.tablaPlanes .indent3 {
	padding-left: 110px;
}

table.tablaPlanes tr th.invisible,
table.tablaPlanes tr td.invisible {
	display: none;
}

table.tablaPlanes tr th.border_bottom,
table.tablaPlanes tr td.border_bottom {
	border-bottom: 1px solid #ccc;
}

table.tablaPlanes tr.border_bottom th,
table.tablaPlanes tr.border_bottom td {
	border-bottom: 1px solid #ccc;
}

table.tablaPlanes a {
	color: #4a4a4a;
}


/* CSS ALERT */
#popup_container {
	min-width: 300px;
	max-width: 300px;
	background: #FFF;
	border: solid 8px #BCBCBC;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	color: #666;
	background-color: #efefef;
	text-align: left;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/info.gif); padding: 1em 1.75em; margin: 0em;*/
	padding: 10px;
}

#popup_content.alert {
	/*background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/info.gif);*/
}

#popup_content.confirm {
	/*background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/help.gif);*/
}

#popup_message {
	text-align: left;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_panel input {
	border: none;
	height: 23px;
	border-left: 1px solid #0B7588;
	border-right: 1px solid #0B7588;
	border-bottom: 1px solid #C5D2D6;
	color: #fff;
	font-weight: bold;
	padding: 2px 7px;
	background-image: url(https://web.archive.org/web/20111002025035im_/http://www.personal.com.ar/img/btn_generico_bckg.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	outline: none;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel .alert_btnCancelar {
	text-align: center;
	background-color: #efefef;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 2px;
	outline: none;
}


/* SOLAPAS */

#sliderSolapa2,
#sliderSolapa3,
#sliderSolapa4 {
    display: none;
}

#solapas ul {
	margin: 0px;
	list-style: none;
	text-align: left;
	height: 26px;
}

#solapas ul li {
	background-color: #EEE;
	border: 1px solid #EEE;
	border-top-width: 4px;
	padding: 4px 10px;
	margin-right: 3px;
	cursor: pointer;
	float: left;
	font-weight: bold;
}

#solapas ul li.select {
	background-color: #fff;
	border: 1px solid #FEEC2A;
	border-top-width: 4px;
	border-bottom: 3px solid #fff;
	font-weight: bold;
}

#solapas .content {
    width: 348px;
    height: 127px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0DE;
    border-left: 1px solid #E0E0DE;
    border-right: 1px solid #E0E0DE;
    background-color: #eee;
}

#solapas.solapa1 ul {
	border-bottom: 1px solid #FEEC2A;
}

#solapas.solapa1 ul li.select {
	border: 1px solid #FEEC2A;
	border-top-width: 4px;
	border-bottom: 3px solid #fff;
}

#solapas.solapa2 ul {
	border-bottom: 1px solid #CE1465;
}

#solapas.solapa2 ul li.select {
	border: 1px solid #CE1465;
	border-top-width: 4px;
	border-bottom: 3px solid #fff;
}

#solapas.solapa3 ul {
	border-bottom: 1px solid #7C3B76;
}

#solapas.solapa3 ul li.select {
	border: 1px solid #7C3B76;
	border-top-width: 4px;
	border-bottom: 3px solid #fff;
}

#solapas.solapa4 ul {
	border-bottom: 1px solid #000;
}

#solapas.solapa4 ul li.select {
	border: 1px solid #000;
	border-top-width: 4px;
	border-bottom: 3px solid #fff;
}


/* ENCUESTA */
#encuesta {
	border: 1px solid #eee;
	padding: 5px;
}

#encuesta h1,
#encuesta h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#encuesta h1 {
	background-color: #f7f7f7;
	color: #7F7F7F;
	border-bottom: 2px solid #DADADA;
	padding: 20px 4px 10px 10px;
	text-align: left;
	font-size: 15px;
}

#encuesta h2 {
	background-color: #eee;
	color: #7f7f7f;
	border-bottom: 1px solid #DADADA;
	padding: 5px 4px 5px 10px;
	text-align: left;
	margin-bottom: 10px;
}

#encuesta .tableGral,
#encuesta .tableMensaje {
	width: 98%;
	margin: 0 auto 0 auto;
}

#encuesta .tableGral td {
	text-align: left;
	padding: 12px 5px 12px 7px;
	border-bottom: 1px solid #D2D2D2;
	color: #999999;
}

#encuesta .tableGral td .barra1 {
	background-color: #eee;
	padding: 0px;
	height: 10px;
	width: 100%;
}

#encuesta .tableGral td .barra2 {
	background-color: #10B5D3;
	padding: 0px;
	height: 10px;
	width: 100%;
}

#encuesta .tableGral td .barra1 td,
#encuesta .tableGral td .barra2 td {
	border: none;
	padding: 0px;
}

#encuesta .tableMensaje td {
	background-color: #f7f7f7;
	color: #FF428D;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 5px 12px 5px;
	text-align: left;
}


/* SLIDER */
.coda-slider-wrapper {
	padding: 0px;
}

.coda-slider {
	margin: 0px;
	padding: 0px;
	left: -1px;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 210px;
	overflow: auto !important;
	padding: 0px;
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider,
.coda-slider .panel {
	width: 750px;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider,
.coda-slider-wrapper.arrows .coda-slider .panel {
	width: 750px;
}

.coda-slider-wrapper.arrows .coda-slider {
	margin: 0px;
}

.coda-slider-wrapper.arrows {
	width: 750px;
}

/* Tab nav */
.coda-nav ul li a.current {
	background: #39c;
}

/* Panel padding */
.coda-slider .panel-wrapper .title {
	display: none;
}

.coda-slider .panel-wrapper p {
	margin: 0px;
	padding: 0px;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}

/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
	display: none;
}

.coda-nav ul li {
	display: inline;
}

.coda-nav ul li a {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none;
}

/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: visible;
}

.coda-slider {
	float: left;
	overflow: hidden;
}

.coda-slider .panel {
	display: block;
	float: left;
}

.coda-slider .panel-container {
	position: relative;
}

.coda-nav-left,
.coda-nav-right {
	position: absolute;
	width: 15px;
	margin-top: 180px;
}

.coda-nav-left {
	margin-left: 705px;
}

.coda-nav-right {
	margin-left: 725px;
}

.coda-nav-left a,
.coda-nav-right a {
	display: block;
	text-decoration: none;
}

/* PORTABILIDAD - ESTILOS EXTRAS */
#pastAlignRight_redes {
	float: right;
	width: 170px;
	border-left: dashed 1px #999;
	min-height: 280px;
	padding-left: 4px;
	padding-top: 20px;
}

.pastInternasLeft_redes {
	border-bottom: solid 1px #EEE;
	margin-bottom: 25px;
	padding-left: 4px;
	color: #999999;
}

#pastAlignLeft_redes {
	float: left;
	width: 276px;
}

#pastAlignLeft_redes h3 {
	color: #999;
	border-bottom: 1px solid #999;
	height: 30px;
	margin-bottom: 20px;
}

/*------- FAQS ----------*/
#pastAlignLeft_faqs {
	float: left;
	width: 300px;
	color: #999;
	margin-left: 30px;
}

#pastAlignLeft_faqs h3 {
	color: #999;
	height: 30px;
	border-bottom: solid 1px #999;
}

#pastAlignRight_redes_faqs {
	float: left;
	width: 170px;
	min-height: 280px;
	padding-left: 4px;
	padding-top: 20px;
}

.pastInternasLeft a {
	text-decoration: none;
}

/* bricklander ADDS */

/* use case for updates box, as the */
/* original thing had another image */
/* but i removed that */
/* because i didn't need it */

.columna3 .destacado:last-child {
    overflow: visible;
    position: relative;
    height: auto;
}

.imagen-release {
    position: absolute;
    top: 140px;
    left: 5px;
    width: 60px;
}

.bajada-release-title {
    position: absolute;
    top: 137px;
    left: 70px;
    width: 115px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.bajada-release-title h4 {
    font-size: 12px;
    font-weight: bold;
    color: #0EA2BC;
    margin: 0px 0px 5px 0px;
    padding-left: 0px;
}

.bajada-release-body {
    position: absolute;
    top: 185px;  /* adjust this to sit just below the title */
    left: 65px;
    width: 115px;
}

.bajada-release-body p,
.bajada-release-body a {
    color: #7F7F7F;
}

.bajada-release-body a {
    color: #666666;
}