﻿/*#############################################################
Name: Suenio (altoque edition)

Version: Administracion Usuario

Fecha ultima Modificacion: 18/04/16
#############################################################*/

@import url('normalize.css');

*{
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* GENERAL */ 
table {
	border-collapse: collapse;
}
.fr {
	float: right;
}
a {
	outline: none;
	text-decoration: none;
}
a.opacidad img {
  	filter: alpha(opacity=50);
 	-moz-opacity: 0.5;
 	opacity: 0.5;
 	-khtml-opacity: 0.5;
}
a.opacidad:hover img {
  	filter: alpha(opacity=100);
 	-moz-opacity: 1.0;
  	opacity: 1.0;
  	-khtml-opacity: 1.0;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0;
	padding: 0;
}
.line {
	border-top: 1px solid #dcdada;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	margin: 20px 0;
	padding: 0;
}
.font11 {
	font-size: 11px;
}
#page-top-outer {
	background-color: #FFFFFF;
	height: 60px;
}
#page-top {
	margin: 0 auto;
	max-width: 1260px;
	min-width: 850px;
	position: relative;
}
#logo {
	float: left;
	margin: 13px 0 0 20px;
}
#logo a {
	display: block;
}
#content-outer {
/*
	background: url(../images/shared/content_repeat2.jpg) repeat-x; */
}
#content {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto 0 auto;
	max-width: 1260px;
	min-width: 780px;
	padding: 10px 0px 30px 0px;
}
#content-inner {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto 0 auto;
	padding: 10px 0 30px 0;
}
#content-table {
/*
	font-size: 0px;
	line-height: 0px;
*/
}
#content-table th.sized {
	height: 15px;
	width: 15px;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}
#content-table-inner {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0 10px 0;
}
#tbl-border-top {
	background: url(../images/shared/border_bit.jpg) top repeat-x;
	line-height: 0;
	font-size: 0px;
	height: 15px;
}
#tbl-border-bottom {
	background: url(../images/shared/border_bit.jpg) bottom repeat-x;
	line-height: 0;
	font-size: 0px;
	height: 15px;
}
#tbl-border-left {
	background: url(../images/shared/border_bit.jpg) left repeat-y;
	min-width:15px;
}
#tbl-border-right {
	background: url(../images/shared/border_bit.jpg) right repeat-y;
	min-width:15px;
}
#table-content {
	line-height: 16px;
	margin: 0 10px 10px 10px;
	min-height: 250px;
}
.topleft {
	background: url(../images/shared/corner_top_left.jpg) no-repeat;
	width:15px;
	height:15px;
}	
.topright {
	background: url(../images/shared/corner_top_right.jpg) no-repeat;
	width:15px;
	height:15px;
}	
.bottomleft {
	background: url(../images/shared/corner_bottom_left.jpg)  no-repeat;
	width:15px;
	height:15px;	
}	
.bottomright {
	background: url(../images/shared/corner_bottom_right.jpg)  no-repeat;
	width:15px;
	height:15px;	
}	
#page-heading {
	margin: 0 0 15px 45px;
}
h1 {
	color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
h2 {
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	color: #92b22c;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
	
/*  NAVIGATION ----------------------------------------------- */
#nav-holder {
	margin: 0 auto;
	max-width: 1260px;
	min-width: 780px;
	text-align: left;
}
.nav-outer-repeat {
/*	background: url(../recursos/images/shared/nav/repeat_inicio.jpg) repeat-x;*/
	background-color: #008de0;
	height: 38px;
}
.nav-outer {
	margin: 0 auto;
	max-width: 1260px;
	min-width: 850px;
}
#nav-right {
	float: right;
	position: relative;
	width: 300px;
	z-index: 0;
}
#nav-right a {
	display: block;
	float: left;
	margin: 0 0 0 0;
}
.nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 38px;
	position: relative;
	width: 500px;
	min-width: 500px;
	z-index: 500;
	margin-left: 25px;
}
.nav-divider {
	background: url(../images/shared/nav/divider.jpg) top no-repeat;
	float: left;
	height: 40px;
	width: 2px;
}
.nav .table {
	display: table;
}
.nav .select,
.nav .current {
	display: table-cell;
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
}
.nav li {
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}
.nav .select a {
	color: #fff;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 20px 0 20px;
	text-decoration: none;
	white-space: nowrap;
}
.nav .current a {
	color: #fff;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 10px;
	text-decoration: none;
	white-space: nowrap;	
}
.nav .current a b {
	background-color: #006fb0;
	display: block;
	padding: 0 20px 0 10px;
}
.nav .select a:hover, 
.nav .select li:hover a {
	background-color: #006fb0;
	color: #fff;
	cursor: pointer;
	padding: 0 0 0 10px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}
.selected {
	background-color: #006fb0;
	color: #fff;
	cursor: pointer;
	padding: 0 0 0 10px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
}
.nav .select a:hover b, 
.nav .select li:hover a b {
	background-color: #006fb0;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 19px 0 9px;
}
.nav .select_sub {
	display: none;
	margin: 0 0 0 10px;
}
.account-content {
	background: #00A0D1; /** #009CCC **/
	display: none;
	left: 5px;
	padding-bottom: 20px;
	position: absolute;
	top: 37px;
	width: 170px;
}
.account-drop-inner {
	font-size: 0px;
	line-height: 0px;
	margin: 20px auto 0 auto;
	width: 140px;
}
.showhide-account {
	cursor: pointer;
	display: block;
	float: left;
	margin: 10px 5px 0 5px;
}
.account-drop-inner a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.account-drop-inner a:hover {
	color: #94b52c;
}
.acc-line {
	background: url(../images/shared/nav/account_line.png) no-repeat 0 7px;
	font-size: 0px;
	height: 14px;
	line-height: 0px;
	margin-top: 0px;
	padding: 0;
}

/*** tabla login ***/
.tabla_login {
  	background-color:#F1F1F1;
    border: 1px solid #E5E5E5;
    margin: 25px 5px 5px 5px;  
    padding: 20px;
    width: 320px;
    text-align:left;
}
.tabla_login input[type=text] {
    direction: ltr;
    display: block; 
    font-size: 15px;
    height: 27px;
    width: 100%;
    margin: 0 0 20px;
}
.tabla_login input[type=password] {
    direction: ltr;
    display: block;
    font-size: 15px;
    height: 27px;
    width: 100%;
    margin: 0 0 20px;
}
h6 {
    color: #222222;
    font-size: 20px;
    font-weight: normal;
    line-height: 14px;
    margin: 10px 0 20px 0;
    display: block;
}
.pass-label, .email-label {
	color: #000;
    display: block;  
    text-align: left;
    -moz-user-select: none;
}
.recordar-label {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 1px;
    padding: 0 0 0 2px;
    -moz-user-select: none;
}
.btnTitle-recordar {
	color: #F70;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	margin: 15px 0 15px 0;
}
.social_login {
	margin: 10px 0 0 0;
}
.social_login_bt {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.social_login a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.login_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #313131;
	letter-spacing: normal;
	line-height: 30px;
}
.login_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #313131;
	letter-spacing: normal;
}
.boton_crear_login  {
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    color: #333333;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
}
.boton_crear_login:hover {
    background-color: #4D90FE;
    border: 1px solid #3079ED;
	color: #FFFFFF;
}
.boton_crear_login_inv  {
    background-color: #4D90FE;
    border: 1px solid #3079ED;
	color: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
}
.boton_crear_login_inv:hover {
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    color: #333333;
}
.boton_iniciar_sesion {
    background-color: #4D90FE;
    border: 1px solid #3079ED;
	border-radius: 2px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	height: 27px;
	min-width: 46px;
	padding: 0 8px;
	text-align: center;
	cursor: pointer;
}
.boton_iniciar_sesion:hover {
    background-color: #357AE8;
    border: 1px solid #2F5BB7;
	color: #FFFFFF;
}
.boton_link  {
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    color: #333333;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
    cursor: pointer;
}
.boton_link:hover {
    background-color: #4D90FE;
    border: 1px solid #3079ED;
	color: #FFFFFF;
}
.captcha {
	vertical-align: middle; 
	margin-top: 10px; 
	margin-left: 10px
}
.popupError {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.popupErrorTitle {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #F70;
	margin: 0px;
	padding: 0px;
}
.popupLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.popupLoginTitle {
	width: 300px;
	height: 400px;	
	font: normal 13 Arial, Helvetica, sans-serif;
}
.popupMensajes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px 0 5px 0px;
	padding: 0px;
	display: block;
}
.titulo {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #0198C7;
	height: 40px;
	margin-top: 12px;
	font-weight: bold;
}
.cuerpo {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 12px;
	background-color : #FFFFFF;
	float:left;
}
.campotexto {
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;	
	background-color: #F6F6F6;
	padding: 4px 0px 4px 10px;
	word-spacing: 2px;
	line-height: 20px;
}
.campotexto input{
	width: 150px;
}
.campotexto select{
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;	
	width: 200px;
}
.campotexto textarea{
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 200px;
}
.label-aviso{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #417FCA; 
}

.label-enlace{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #417FCA; 
}
.titulo-enlace{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

/** submenu usuario **/
.submenu_usuario{
	background-color: #ABABAB;
}
.tabusuario {
	height: 30px;
	width: 180px;
	text-align: center;
	color: #FFFFFF; 
	cursor: pointer;
	font-size: 12px;
	font-weight: bold; 
}
.tabusuario:hover {
	width: 180px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #0198C7;
	color: #FFFFFF;
}
.tabusuario:focus {
	width: 180px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #0198C7;
	color: #FFFFFF;
}
.tabusuario a {
	color: #FFFFFF;	
}
.tabfocus  {
	width: 180px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #0198C7;
	color: #FFFFFF;
}
.textarea-cv textarea {
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 720px;
	height: 100px;
}

/** tablas definidas en Indigo **/
.camporegistro {
	background-color: #F6F6F6;
	padding: 2px 0px 4px 4px;
	word-spacing: 2px;
	line-height: 40px;
	text-align:left;
}
.camporegistro input{
	width: 185px;
	text-align:left;
}
#chkcondicion{
	width: 50px;
}
.camporegistro select{
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;	
	width: 170px;
	text-align:left;
}
.camporegistro textarea{
	color: #555;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 200px;
	text-align:left;
}
.campovacio {
	background-color: #F6F6F6;
	padding: 1px 0px 0px 0px;
}
.tdblanco {
	height: 7px; 
	color: #FFFFFF;	
}

/*  estilo de los avisos de los clasficados */
.cuerpo-aviso {
	background-color: #FFFFFF;
	padding: 6px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	min-width: 650px;
}
.cuerpo-aviso-listado {
	background-color: #F6F6F6;
	padding: 6px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif; 
}
.espacio {
	background-color:#FFFFFF;
	height:15px;
}
.button-aviso {
	font-weight: bold; 
	color: #417FCA;
}
.links n{
	text-decoration: underline;
	color: #F70;
}
.floatRight n{
	float: right;
}
.floatLeft {
	float: left;
}

/** Login **/

.acceso_redes {
	padding: 20px 0 0 10px;
	min-width: 230px;
	border:0px;
}
.acceso_redes_bt {
	margin: 5px 0 0 0;
	border: 0px;
	text-align:left;
}
.loginMethod_btn div {display: block; float: left; height: 48px; min-width:180px; padding: 0 10px 0 58px; background: url(../images/login_btn2.png) no-repeat right center;}
.loginMethod_btn div span {display:inline-block; padding-top:15px; text-align:left}
.facebookLogin div {background-position: 0 0; color: #fff; background-color: #3b5998;}
.googleLogin div {background-position: 0 -50px; color: #fff; background-color:#dc4e41;}
.microsoftLogin div {background-position: 0 -100px; color: #000; background-color: #fff}
.linkedinLogin div {background-position: 0 -150px; color:#fff; background-color: #007bb6}

/*
.loginMethod_btn div {display: block; float: left; height: 25px; padding: 0 10px 0 0; background: url(../images/login_btn.png) no-repeat right top;}
.loginMethod_btn div span {display: block; float: left; height: 25px; line-height: 25px; padding: 0 0 0 34px; font-size: 11px; background: url(../images/login_btn.png) no-repeat left top; color: white; font-weight: bold; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}
.googleLogin div {background-position: right 0;}
.googleLogin:hover div {background-position: right -25px;}
.googleLogin:active div {background-position: right -50px;}
.googleLogin div span {background-position: 0 0; color: #31509e; text-shadow: 0 1px 0 rgba(255, 255, 255, 1);}
.googleLogin:hover div span {background-position: 0 -25px;}
.googleLogin:active div span {background-position: 0 -50px;}
.facebookLogin div {background-position: right -75px;}
.facebookLogin:hover div {background-position: right -100px;}
.facebookLogin:active div {background-position: right -125px;}
.facebookLogin div span {background-position: 0 -75px; color: #fff !important;}
.facebookLogin:hover div span {background-position: 0 -100px;}
.facebookLogin:active div span {background-position: 0 -125px;}
.twitterLogin div {background-position: right -150px;}
.twitterLogin:hover div {background-position: right -175px;}
.twitterLogin:active div {background-position: right -200px;}
.twitterLogin div span {background-position: 0 -150px;}
.twitterLogin:hover div span {background-position: 0 -175px;}
.twitterLogin:active div span {background-position: 0 -200px;}
.microsoftLogin div {background-position: right -225px;}
.microsoftLogin:hover div {background-position: right -250px;}
.microsoftLogin:active div {background-position: right -275px;}
.microsoftLogin div span {background-position: 0 -225px;  color: #31509e; text-shadow: 0 1px 0 rgba(255, 255, 255, 1);}
.microsoftLogin:hover div span {background-position: 0 -250px;}
.microsoftLogin:active div span {background-position: 0 -275px;}
.linkedinLogin div {background-position: right -150px;}
.linkedinLogin:hover div {background-position: right -175px;}
.linkedinLogin:active div {background-position: right -200px;}
.linkedinLogin div span {background-position: 0 -150px;}
.linkedinLogin:hover div span {background-position: 0 -175px;}
.linkedinLogin:active div span {background-position: 0 -200px;}
*/


/*estilos para las grillas de administracion*/
.title-grilla {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #417FCA; 
}
.btnTitle-grilla {
	color: #F70;
	font-size: 12px;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
	text-align:center;
}
.btnGrilla-Inmueble {
	color: #F70;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
	text-align:center;
	font-weight: bold; 
	font-size: 12px;
	padding: 1% 1% 1% 1%;
}
.btnGrilla-Inmueble:hover {
	color: #C60;
}
.descripcion-grilla {
	padding: 1% 1% 1% 1%;
	font-size: 12px;
}
.title-grilla-usuario {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #4E4E4E;
	padding: 1% 1% 1% 1%;
}
.descripcion-grilla-10 {
	padding: 1% 1% 1% 1%;
	font-size: 9px;
}
.item-menu {
	font-size: 12px;
	font-weight: bold; 
	color: #000000; 
}
.item-submenu{
	font-size: 10px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}
.item-submenu-selec {
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

/* footer */
#footer {
	margin: 50px auto 20px auto;
	min-width: 780px;
	max-width: 1260px;
}
#footer_line{
	height: 30px;
	padding: 15px 0 5px 0;
	margin: 0 20px 0 20px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
#footer_left {
	float: left;
	color: #818181;
	font-size: 11px;
	line-height: 11px;
	margin-left: 20px; 
} 
#footer_left a{
	color: #818181;
	text-decoration: none;
}
#footer_left a.selected,
#footer_left a:hover {
	color: #000;
	text-decoration: none;
}
#footer_right {
	float: right;
	color: #818181;	 
	font-size: 11px;
	line-height: 11px;
	margin-right: 20px;
}
#footer_right a {
	color: #818181;
	text-decoration: none;
	padding: 0px 5px 0 5px;
}
#footer_right a.selected,
#footer_right a:hover {
	color: #000;
	text-decoration: none;
}

/* head */
.head_login {
	padding: 7px;
	vertical-align:top;	
}
.head_usuario {
	color: #FFFFFF;
	padding: 12px 12px 12px 12px;
	vertical-align:top;	
}
.head_usuario a {
	color: #FFFFFF;
	text-decoration:none;
}
.head_foto {
/*	border:1px #FFFFFF solid;
	margin-bottom:1px;
	border-radius: 50%;*/
}
.avatar {
	vertical-align:top;
	border-radius: 50%;
}

/* Notificaciones */

.burbuja-menuClasificados {
    width: 6px;
    height: 12px;
    text-align: center;
    background: none repeat scroll 0 0 #E02424;
    border-radius: 3px;
    color: #FFFFFF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px;
    position: absolute;
    margin:-8px 0 0 6px;
}
.burbuja-menuClasificadosMax {
    width: 10px;
    height: 13px;
    text-align: center;
    background: none repeat scroll 0 0 #E02424;
    border-radius: 3px;
    color: #FFFFFF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px 2px 4px;
    position: absolute;
    margin:-8px 0 0 6px;
}
.burbuja-opcionClasificados {
    width: 6px;
    height: 12px;
    text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #AFAFAF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px;
    position: absolute;
    margin:-4px 0 0 6px;
}
.burbuja-opcionClasificadosMax {
    width: 10px;
    height: 13px;
    text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #AFAFAF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px 2px 4px;
    position: absolute;
    margin:-4px 0 0 6px;
}
.burbuja-menuGuias {
    width: 6px;
    height: 12px;
    text-align: center;
    background: none repeat scroll 0 0 #E02424;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px;
    position: absolute;
    margin:-8px 0 0 6px;
}
.burbuja-menuGuiasMax {
    width: 10px;
    height: 13px;
    text-align: center;
    background: none repeat scroll 0 0 #E02424;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px;
    position: absolute;
    margin:-8px 0 0 6px;
}
.burbuja-opcionGuias{
    width: 6px;
    height: 12px;
    text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #AFAFAF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px;
    position: absolute;
    margin:-4px 0 0 6px;
}
.burbuja-opcionGuiasMax {
    width: 10px;
    height: 13px;
    text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #AFAFAF;
    font: bold 0.8em Tahoma,Arial,Helvetica;
    padding: 2px 6px;
    position: absolute;
    margin:-4px 0 0 6px;
}

/** publicidad **/
.bannerads {
	margin: 23px 0 23px 0;
}
.banner1{
	background-color:blue;
	width:728px;
	height:90px;
}
.banner2{
	background-color:blue;
	width:336px;
	height:280px;
}
.banner3{
	background-color:blue;
	width:300px;
	height:600px;
}
.banner4{
	background-color:blue;
	width:300px;
	height:250px;
}
.banner5{
	background-color:blue;
	width:970px;
	height:90px;
}
.banner_adap{
	background-color:blue;
	width:100%;
	height:90px;
}
.banner_cat{
	background-color:blue;
	width:200px;
	height:90px;
}
.banner_lat{
	background-color:blue;
	width: 160px;
	height: 600px;
}