:root {
	--font-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--font-size-base: 14px;
	--font-size-sm: 13px;
	--font-size-lg: 16px;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-bold: 600;

	--color-bg: #f4f6f8;
	--color-surface: #ffffff;
	--color-surface-alt: #f1f3f5;

	--color-text: #2b2f33;
	--color-text-muted: #6b7280;
	--color-border: #dcdfe3;

	--color-primary: #1a73e8;
	--color-primary-contrast: #ffffff;

	--color-success: #1e8e3e;
	--color-danger: #d93025;
	--color-warning: #f9ab00;
	--color-info: #1b9bd7;
	--color-secondary: #5f6368;

	--color-hover: color-mix(in srgb, currentColor 85%, #000);
	--color-surface-hover: color-mix(in srgb, var(--color-surface) 92%, #000);
	--color-primary-hover: color-mix(in srgb, var(--color-primary) 85%, #000);
	--color-danger-hover: color-mix(in srgb, var(--color-danger) 85%, #000);
	--color-success-hover: color-mix(in srgb, var(--color-success) 85%, #000);

	--radius-xs: 3px;
	--radius-sm: 4px;
	--radius-md: 6px;
	--radius-lg: 10px;

	--border-width: 1px;
	--border-base: var(--border-width) solid var(--color-border);

	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
	--shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.18);

	--transition-fast: 0.15s ease;
	--transition-base: 0.25s ease;
}
[data-theme="dark"] {
	--color-bg: #0f1419;
	--color-surface: #161b22;
	--color-surface-alt: #1c222b;

	--color-text: #e6e8eb;
	--color-text-muted: #9aa0a6;
	--color-border: #2a2f36;

	--color-primary: #4c8dff;
	--color-primary-contrast: #0f1419;

	--color-success: #34a853;
	--color-danger: #ea4335;
	--color-warning: #fbbc04;
	--color-info: #5bbcff;
	--color-secondary: #9aa0a6;

	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
	--shadow-md: 0 6px 18px rgba(0, 0, 0, 0.6);
	--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.7);
}

body {
	padding: 0;
	margin: 10px 0 0 0;
	font: normal normal 400 11px/1.3em 'Lucida Grande',Tahoma,Arial,Verdana,Sans-Serif;	
	background: var(--color-bg);
	overflow-x: hidden;
}
a {cursor:pointer}
.floatL{float:left}
input:active {outline:0}
.floatR{float:right}
.color_red{color:red!important}
.color_green{color:green!important}
.color_blue{color:blue}
.color_gray, .color_gray a {color: gray!important}

.clearBoth::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearBoth {
	display: block;
}
 
* html .clearBoth {
	height: 1%;
}

a img {
	border: 0;
}
picture {
	width: 100%;
	height: 100%;
	border-radius: .325rem;
	background: var(--color-surface-alt);
	display: block;
	* {
		width: 100%;
		height: 100%;
	}
}
/****** TEXTOS ******/

a {
	&:link, &:visited, &:active, &:hover {
		text-decoration:none;
		color:#333;
	}
	&:hover {
		text-decoration: underline;
	}
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
	list-style-type:disc;
}

h1 {
	font-size:11px; 
	font-weight:normal;
}

.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }

hr {
	background:#CCC;
	color:#CCC;
	height:1px;
	border:0 none;
}

#logo{
	width: 270px;
	height: 60px;
	float:left;
}

#logoi{
	width: 270px;
	height: 48px;
	background: url('images/logoBeta.png') no-repeat;
	float:left;
	margin-top: 11px;
}


#logoi:hover {
	background-position: 0 -50px;
}

#br_logoi{
	width: 270px;
	height: 60px;
	background: url('images/br_logo.gif') no-repeat;
	float:left;
}

#logo img{
	display: none;
}

#maincontainer{
	background:#004A95 url('images/maincontainerbg.gif') repeat-x top center;
	width:984px;
	height:auto; 
	margin:0 auto;
	position:relative;
}
#contenido_principal{
	padding:0 12px;
}
* html #maincontainer{
	margin-top: -1px;
}
#head{
	margin:0 5px;
	padding:0 7px;
	height:70px; 
}

/* BANNERS */

#banner{
	float:right;
	text-align:top;
	width:468px;
	height:70px; 
}

.banner.728x90{
	text-align:center;
	height:90px;
}

.banner.160x600{
	float:left;
	margin-left:20px;
	width:160px;
}

.box_txt.publicidad_ultimos_comentarios_de{
	width:190px;
}

.menu_izq {
	margin: auto;
	width: 380px;
	position: relative;
	float: left;
	height: 30px;
	vertical-align: middle;
	background: url(images/menu_left_corner.gif) no-repeat top left;
	text-align: left;
	padding-left: 10px;
}
.menu_centro {
	width: 350px;
	float: left;
}

a.iniciar_sesion{
	color: #654006;
	font-weight:bold;
	padding-left: 20px;
	background: url(images/iconIdentificate.png) no-repeat center left;
	text-shadow: #fbeebc 0 1px 0;
	font-size: 12px;

}

.here a.iniciar_sesion {
	color:#1f1f02;
	text-shadow: #eee 0 1px 0;
	
}
.identificarme {
	background: url(images/loginCorner.gif) no-repeat top right;
	text-align:center;
	padding: 8px 15px 0 15px;
} 
.menu_der {
	width: 217px;
	float: right;
	padding-right: 3px;
	padding-top: 3px;
	background: url(images/menu_right_corner.gif) no-repeat top right;
}
	
#categoria {
	float:right;
	margin:2px 10px 0 0;
}

#mensaje-top{
	clear:left;
	width:100%!important;
	height:24px; 
	line-height:200%;
	background:#ffe13e url('images/mensajetopbg.gif') repeat-x bottom left;
	text-align:center;
	border-top:1px solid #ffe970;
	display:block;
}

.msgtxt{
	height: 24px;
		overflow: hidden;
		color:#333;
}
.msgtxt li a{
		text-decoration: underline;
}
/* DEL */
#post_agregar #mensaje-top{
	width: 675px!important;
}

.capsprot {
		display:none;
		background:#FFFFCC none repeat scroll 0 0;
		font-weight:bold;
		margin-left:5px;
		padding:4px
}

#post_agregar .box_cuerpo.registrarse{
	width:558px !important;
}

#pie{
	clear:left;
	width:100%;
	padding:6px 0;
	text-align:center;
	color: #e1e1e1;
}

#pie a {
	color: #FFF;
}
#cuerpocontainer{
	background: #FFFFFF repeat-x;
	width:940px; 
	height:auto; 
	padding:10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

/****** POST  ******/

#post-izquierda, .comunidades #izquierda {
	padding:2px;
	float:left;
	height:auto;
	width:160px;
	overflow:visible;
}

	* html #post-izquierda {
		overflow:hidden;
		width:158px;
	}

#post-centro {
	padding:2px;
	padding-left:6px;
	padding-right:6px;
	float:right;
	width:760px;
	height:auto;
	overflow:hidden;
}

	* html #post-centro .box_title {
		width: 760px;
	}


#post_agregar{
	padding:0 6px;
	float:left;
	width:675px;
	height:auto;
}

#post_agregar .box_title {
	width: 100%!important;
}

#post_agregar .box_cuerpo {
	height:auto !important;
	width:659px !important;
}

#centroComunidad #post_agregar {
	width: 100%!important;
}

#centroComunidad #post_agregar .box_cuerpo {
	width: 744px!important;
}

#post_editar{
	margin-top:6px;
	width:760px;
}

.box_txt.mod_edit_post{
	width:742px;
	height:18px;
	text-align:center;
	font-size:12px
}

#post_editar .box_cuerpo{
	width:744px;
	float:left;
}

.imagen {
	 max-width:745px;
	 width: expression(this.width > 745 ? 745 : true);
}


#respuestas {
	margin-top:20px;
	clear:both;
}

blockquote {
	margin: 0 10px;
}
.cita {
	background:none;
	padding:0!important;
	font-weight:none;
	font-weight:normal;
}

.citacuerpo {
	background: #e7e7e7  url('images/quote-start.gif') no-repeat 5px 5px;
	border: 1px solid #dedede;
	padding:8px 8px 8px 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.citacuerpo p {
	background: url('images/quote-end.gif') no-repeat right bottom;
	margin:0;
	padding:0;
	width:100%;
}


#respuestas blockquote blockquote {
	display:none;
}

.respuesta-post .comment-box  {
	width: 690px;
}
	


.desplegable{
	width:190px;
	float:left;
	text-align:	left;
}

.link.patrocinados{
	color:#3c3c3c;
	font-size:12px;
	font-weight:bold!important;
}

#post-izquierda .box_perfil {
	background-position: -920px bottom;
	padding:18px;
	margin:0 auto;
}

.temaBubble .avatar{
	width: 100px;
	height: 100px;
	border-bottom: 1px solid #FFF;
	display: inline;
} 
.avatar{
	display:block;
		background-color: #FFF;
	margin: auto;
	width:135px;
		padding: 2px;
	border:1px solid #CCC;
}

.txt_post{
	color:#444444;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

input.login, .button {
	background:#016FAE;
	font-weight:bold;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px 15px 3px;
	text-align:center;
}

input.button {
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

/***** estilos *****/

.txt{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#717171;
}

.box_title{
	background:url('images/box_titlebg2.gif');
	padding:3px 2px;
	height:25px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		border: 1px solid #CCC;
}

.box_rss {
	/*	background-image:url('images/cor-der.gif'); */
	float:right;
	padding-right:8px;
	padding-top:4px;
	}

.box_txt, .box_txt_perfil_izq, .box_txt_perfil_der{
	/* background-image:url('images/cor-izq.gif'); */
	background-repeat:no-repeat;
	text-shadow:0 1px 0 #CCCCCC;
	float:left;
	padding: 5px 0 0 10px;
	font-weight:bold;
	color:#464646;
	font-size: 12px;
}

.box_cuenta{
	background-image:url('images/bg-box-gris.gif');
	background-repeat:repeat-x;
	background-color:#ebebec;
	padding:0px;
	padding:8px;
	margin:0 auto;
	white-space: normal;
}

.box_cuerpo {
	background:#E9E9E9;
	padding:8px;
	margin:0 auto;
	white-space: normal;
	border: 1px solid #CCC;
		border-top: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.box_cuerpo div.filterBy {
	font-weight: bold;
	text-align:right;
	padding: 5px;
	color: #717171;
	background: #CFCFCF;
	border-bottom:1px solid #CCC;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

div.filterBy .search-input {
		padding-left: 20px;
		background: url('images/search-i.png') no-repeat 3px 3px #FFF;
	margin: 0;
	width:105px;
	
}

div.filterBy .mBtn {
	padding-top:3px;
	width:8px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div.filterBy input {
	vertical-align: middle;
	margin: 0;
}

.com_populares ol li a {
	width: 100px;
	overflow:hidden;
	height:16px;
}
.box_cuerpo div.filterBy a {
	color:#2F2F2F;
}

.box_cuerpo div.filterBy a.here {
	color:#FFF;
	background:#8c8c8c;
	font-weight:bold;
	

		-moz-box-shadow: inset rgba(0, 0, 0, .3) 0 -3px 12px,
									 inset rgba(0, 0, 0, .7) 0  1px  3px;
	-webkit-box-shadow: inset rgba(0, 0, 0, .3) 0 -3px 12px,
											inset rgba(0, 0, 0, .7) 0  1px  3px;
	padding:1px 8px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	color:#FFF;
	text-shadow:0 1px 1px #000;
}



.box_cuerpo ol.filterBy {
	position: absolute;
	display: none;
	/*height: 215px;
	_height: 270px;*/
	overflow: hidden;
	width: 270px
}
.box_cuerpo ol.filterBy#filterBySemana {
	display: block;
}
.box_cuerpo ol {
	padding:0 12px 0 35px;
	margin:5px 0;
}

.box_cuerpo ol.cleanlist {
	list-style:none outside none !important;
	padding:0 10px;
}
ol.cleanlist li {
	border-bottom:1px solid #D8D8D8;
	list-style:none outside none !important;
	padding:2px;
	position:relative;
	width:270px;
}
ol.cleanlist li span {
	position:absolute;
	right:5px;
}
.box_cuerpo ol li {
	list-style: decimal-leading-zero;
	*list-style:decimal;
	display:list-item;
}
.listDisc {
	padding-left:20px
}

.listDisc li {
	list-style:disc;
}

ul.numberList  {
	padding:0 8px 0 28px
}

ul.numberList li {
	list-style: decimal-leading-zero;
}


.comentarios_container {
	overflow:hidden;
}

.comentarios_wrapper{
	width:100%;
	float:left;
	margin-top:11px;
}
.agregar_comentario {
	padding-top: 12px;
}
.box_cuerpo.agregar_comm_izq{
	width:505px;
	float:left;
	padding-top:0px;
	padding-bottom:0px!important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}

.box_cuerpo.agregar_comm_der {

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}

.agregar_comm_izq .markItUpEditor {
	height:75px;
	margin-bottom:10px;
}

.box_cuerpo.agregar_comm_der{
	width:223px;
	float:left;
	text-align:center;
}

#cuerpo1 {
	font-size:13px;
	line-height: 1.4em;
}

	* html #cuerpo1 {
		width:744px;
	}

#cuerpo1 {
	background-position:-1080px bottom;
	background-color:#EEEEEE!important;
	padding-bottom:12px;
}

.iagregar_comentario{
	width:500px;
	height:100px;
}


.container380, .container370, .container940 .box_cuerpo,.container740,.box_perfil_der,.box_perfil_izq   {
	padding-bottom:6px;
}


.box_link{
	font-size:12px;
	padding-left: 25px;
}

.box_link:visited{
	color:#004A95;
	
}

.link{
	width: 360px;
	height:16px;
	padding:3px;
	overflow:hidden;
}


.categoriaPost:hover{
	background-color:#EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.link_titulo{

	float:left;
	height:16px;
	
}

.link_comm{
	color:#717171;
	text-align:right;
	font-size:10px;
	vertical-align:bottom;
}

.link_fav{
	width:460px;
	float:left;
	height:16px;
}
/* HACK 1 */
.categoriaPost {
	background-position:5px center;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
.categoriaPost a {
	display:block;
	height:18px;
	font-weight: normal;
}
.sticky a{
		font-weight: bold;
}
.sticky a:visited{
		background-position:5px center;
}
.categoriaPost a.privado {
	padding-left: 14px;
	background:transparent url(images/icons/key.png) no-repeat scroll -3px center;
}
.box_txt.post_titulo {
	width: 742px;
	padding-top:2px;
	text-align:center;
}
	* html .box_txt.post_titulo {
		width:742px;
	}


.box_txt.post_titulo h1{
	display:inline;
	font-size:13px;
	font-weight:bold;
	margin:0;
	line-height:17px;
}

a.icons.anterior, a.icons.siguiente  {
	background:url('images/big2v1.png?1.0') no-repeat scroll;
	padding: 0 8px;
	
}

a.icons.anterior  {
	background-position: left 0px;
}
a.icons.siguiente {
	background-position: left -23px;

}

.icons.anterior span,.icons.siguiente span {
	display:none;
}


/* ICONOS */

.icons {
	background:url('images/big2v1.png?1.0') no-repeat scroll left top;
	display:inline;
	padding: 2px 0 2px 7px;
}



.icons.agregar_favoritos {
	background-position: left -241px;
}

.icons.agregar_favoritos:hover {
	background-position: left -64px;
	color: red;
	text-decoration: none;
}
	
.icons.denunciar_post {
	background-position: left -263px;
}
.icons.denunciar_post:hover {
	background-position: left -834px;

}
.icons.recomendar_post {
	background-position: left -220px;
}
	.icons.recomendar_post:hover {
		background-position: left -854px;

	}
	.txt_post span.icons {
		padding-left: 18px;
		padding-right: 5px;
	}
	
	.icons.puntos_post {
		background-position: left -41px;
	}
	.icons.favoritos_post {
		background-position: left -64px;
	}
	.icons.visitas_post {
		background-position: left -88px;
	}

.opc_fav {
	width:440px;
	color:#717171;
	font-size:10px;
	float:left;
	text-align:right;
}

.check_fav {
	width:10px;
	text-align:right;
	position:absolute;
	top:10px;
	right:10px;
}

.link_resultado_titulo {
	width:380px;
	float:left;
	height:20px;
}

.link_resultado {
	width:720px;
	height:20px;
	padding:2px;
}

.link_resultado:hover {
	width:720px;
	height:20px;
	background:#CCCCCC;
	padding:2px;
}

.link_resultado_opc {
	width:340px;
	color:#717171;
	float:right;
	text-align:right;
	font-size:10px;
}


.icon {
	vertical-align:top;
}

br.space {
	display:block; margin:3px 0; 
}

*+html br.space {
	line-height: 6px;
}


/* Columnas */

.m-col1m { width:74px;float:left; font-weight: bold;  font-size:12px; padding: 0px; } 
.m-col2m { width:676px;float:left;padding:5px; font-size:12px; } 
.m-col2m a { color:#053E78;}
.m-col1 { min-width:74px; float:left;padding:5px;font-weight: bold; font-size:12px; text-align:right; }
.m-col2 { width:auto;float:left;padding:5px;  font-size:12px; text-align:left }
.m-col2e{ width:558px;float:left;padding:5px; font-size:12px; }

/* Mensajes */

.m-mensaje-ok{ border:2px solid green;background:#E6E6E6;text-align:center;padding-top:6px;margin-bottom:5px;font-weight:bold;color:green; }
.m-mensaje-error{ border:2px solid red;background:#E6E6E6;text-align:center;padding-top:6px;margin-bottom:5px;font-weight:bold;color:red; }

.m-linea-mensaje {      width:701px;height:25px;background: none repeat scroll 0%; font-size:12px;border-style: solid none none none; border-color:#999; border-width:1px; padding:0px; font-weight:bold; background-color:#FDFBE7;}
.m-linea-mensaje-open { width:701px;height:25px;background: none repeat scroll 0%; font-size:12px;border-style: solid none none none; border-color:#999; border-width:1px; padding:0px;}

.m-opciones {      width:45px;height:25px;float:left; border-style: none ;}
.m-opciones-open { width:45px;height:25px;float:left; border-style: none ;}

.m-remitente {      width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold; }
.m-remitente-open { width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }

.m-destinatario {      width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight: bold;}
.m-destinatario-open { width:100px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }

.m-asunto {      width:399px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold;}
.m-asunto A {text-decoration: underline; color: blue;}
.m-asunto-open { width:399px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }

.m-asunto-carpetas {       width:293px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold;}
.m-asunto-carpetas A {text-decoration: underline; color: blue;}
.m-asunto-carpetas-open  { width:293px;height:25px;float:left;border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }

.m-fecha {      width:138px;height:25px;float:left; border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; font-weight:bold;}
.m-fecha-open { width:138px;height:25px;float:left; border-style: none none none solid; border-color:#999; border-width: 1px; padding-left:5px; }

/****** Fotos ******/

.galeria-foto-marco { 
	float:left;
	height:100px;
	padding:10px 12px;
	text-align:center;
	width:110px;
}

.galeria-foto-box { 
	overflow: hidden; 
	width: 102px; 
	height: 102px;
}

.galeria-foto-img { 
	border: 1px solid rgb(204, 204, 204);
}

/****** Perfil ******/

li, ol li {
word-wrap: break-word;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.menu_cuenta li{
	list-style:none;
	list-style-position:inside;
	list-style-type:disc;
}
.perfil-user {
	background: #e1dfd2;
	padding: 10px 10px 0 10px ;
	position: relative;
	color: #6D674F;
}
.perfil-data {
		float: left;
		position: relative;
		width: 625px;
}
.perfil-user h1.nick {
		color: #000000;
		font-family: 'Helvetica',Arial;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 5px 0;
}
.perfil-user h1.nick a {
		color: #000000;
}
.perfil-user .realname {
		color: #9A9684;
		font-family: Helvetica,Arial;
		font-size: 18px;
		font-weight: normal;
}
.perfil-user .perfil-data .realname {
		display: block !important;
		font-size: 14px !important;
		margin-top: 8px !important;
}
.perfil-user .btn_g {
	position: absolute;
	top: 10px;
	right: 10px;	
}
.perfil-user .perfil-data .btn_g {
		top: 0 !important;
}
.perfil-data .frase-personal {
		color: #000000;
		display: block;
		font-weight: bold;
		margin-top: 2px;
		font-size: 13px;
}

.user-level {
		float: right;
		width: 306px;
}
.user-level ul li {
		background: none repeat scroll 0 0 #ECEAE1;
		border-radius: 5px 5px 5px 5px;
		display: block;
		float: left;
		font-family: Helvetica,Arial;
		margin: 0 5px 5px 0;
		padding: 5px;
		width: 138px;
}
.user-level ul li strong {
		color: #000000;
		display: block;
		font-size: 16px;
		font-weight: bold;
}
.user-level ul li span {
		font-size: 12px;
}

.user-level ul li:hover {
		background: #FFF;
}

.bio {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

.perfil-user .menu-tabs-perfil {
	float:right;
	background: none;
	width: 100%;
}

.perfil-info {
		float: left;
	width: 480px;
}
.menu-tabs-perfil ul {
	width: 100%;
}
.menu-tabs-perfil li {
	float: left;
	margin-right: 10px;
}


.menu-tabs-perfil li.enviar-mensaje {
	float: right!important;
}





.menu-tabs-perfil li a {
	display: block;
	padding: 5px 10px;
	background: #f0efe8;
	font-size: 12px;
	font-weight: bold;
	color: #666666!important;
}

.menu-tabs-perfil li.selected a,.menu-tabs-perfil li a:hover {
	background: #FFF;
	color: #333!important;
	text-shadow: none;
}


.ultimos li,.ultimos li.categoriaCom  {
	border-bottom: 1px dotted #CCC;
}

.ultimos li.categoriaCom  span {
	position: absolute;
	top: 4px;
	right: 4px;
}
.ultimos li.categoriaCom a.titletema {
	color: #2b3ed3!important;
}

.ultimos li.categoriaCom a {
	float: none;
	color: #7777CC!important;
}

.ultimos li span {
	color:#999999;
	float:right;
	font-size: 12px;
}

.ultimos li a  {
	float:left;
	color: #2b3ed3!important;
	font-weight: bold;
}

.ultimos .categoriaPost {
	margin-bottom: 0px;
	padding: 4px 3px 4px 28px;
}

.ultimos .categoriaPost:hover {
	background-color: #FFF!important;
}


.perfil-avatar img {
	background-color: #FFF;
		border:1px solid #CCCCCC;
		height:120px;
		padding:1px;
		width:120px;
}

.perfil-main {
	padding: 15px;
	background: #FFF url('images/perfil-line.gif') repeat-y 630px 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
}
.perfil-content {
	width: 600px;
	float: left;
	overflow: hidden;
}

.perfil-content .widget {
	margin-bottom: 15px;
}

.perfil-avatar {
		float:left;
	margin: 0 10px 10px 0;
}
.perfil-content .title-w {
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 5px;
}


.perfil-content .title-w h3,.perfil-content .title-w h2 {
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 0;
	float: left;
}

.perfil-sidebar .title-w {
	padding-bottom: 5px;
	border-bottom: 1px solid #C1c1c1;
	margin-bottom: 5px;
	color: #000;
}

.perfil-sidebar .title-w h3 {
	font-size: 14px;
	margin: 0;
	float: left;
}

.perfil-sidebar .title-w span {
	float: right;
	font-size: 12px;
	color: #0077CC;
	font-weight: bold;
}



.perfil-content .title-w  span {
	float: right;
}

.icon-medallas, .listado-content .medalla {
	background-image: url('images/sprite-notification.png');
	display:block;
	height:16px;
	width:16px;
}



.icon-medallas.medalla-bronce { background-position: 0 -284px }
.icon-medallas.medalla-plata { background-position: 0 -304px; }
.icon-medallas.medalla-oro { background-position: 0 -220px; }
.icon-medallas.medalla-platino { background-position: 0 -360px; }
.icon-medallas.medalla-diamante { background-position: 0 -344px; }
.icon-medallas.medalla-moderador { background-position: -1px -382px; }
.icon-medallas.medalla-autor-libro { background-position: -1px -424px }
.icon-medallas.medalla-great-user {  background-position: -1px -403px}

.listado-content .medalla {
	width: 32px;
	float: left;
	height: 32px;
	margin-right: 10px;
	margin-top: 2px;
}



.medalla.medalla-oro-big {
	background-position: -19px -131px;
}


.medalla.medalla-bronce-big {
	background-position: -19px -99px;
}

.medalla.medalla-plata-big {
	background-position: -19px -67px;
}

.medalla.medalla-platino-big {
	background-position: -19px -197px;
}

.medalla.medalla-diamante-big {
	background-position: -19px -165px;
}
.medalla-autor-libro-big {background-position: -19px -309px }
.medalla-great-user-big {background-position: -19px -271px }
.medalla-moderador-big {background-position: -19px -236px }


.perfil-paginador {
	padding: 5px;
}

a.siguiente-perfil, a.anterior-perfil {
	display: block;
	padding: 5px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
	color: #000!important;
	font-size: 13px;
}

.perfil-sidebar {
	width: 300px;
	float: right;
}

.perfil-sidebar li {
	float: left;
	margin: 5px 5px 0 5px;
}


.widget {
	display: block;
	float: none;
	margin-bottom: 10px;
}

.widget .see-more {
	background: #EEE;
	background: #EEE -moz-linear-gradient(0% 100% 90deg,#CCC, #EEE);
	background: #EEE -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#CCCCCC));
	
	color: #333!important;
	border: 1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	font-weight:bold;
	padding: 2px 7px;
	display: block;
	float: right;
	margin-top: 5px;
	text-shadow: 0 1px 0 #EEE;
	clear: both;
}

.ultimos li.see-more a {
	color: #333!important;
}


.widget .see-more:hover {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	
}


.perfil-content .photo_small {
	width: 150px;
	height: 150px;
	background: #f7f7f7;
	padding: 20px;
	margin: 0 5px 5px 0;
	float: left;
	text-align: center;
}

.perfil-content .photo_small img {
	max-width: 150px!important;
	max-height: 150px!important;
}


.perfil-content .photo_small h2 {
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border: none;
} 


.novato .w-stats ul li { color:#ada70a;	background: #faf9e6; }
.novato .w-stats ul li a { color: #ada70a }
.novato .w-stats ul li span {	color: #ada70a; }


.new-full-user .w-stats ul li { color:#0077cc;	background: #FFF; }
.new-full-user .w-stats ul li a { color: #0077cc }
.new-full-user .w-stats ul li span {	color: #0077cc; }


.full-user .w-stats ul li { color:#0077cc;	background: #e6f2fa; text-shadow: 0 1px 0 #FFF;}
.full-user .w-stats ul li a { color: #0077cc }
.full-user .w-stats ul li span {	color: #0077cc; }


.great-user .w-stats ul li { color:#01a021;	background: #e6faea; }
.great-user .w-stats ul li a { color: #01a021 }
.great-user .w-stats ul li span {	color: #01a021; }

.moderador .w-stats ul li { color:#333;	background: #EEE; text-shadow: 0 1px 0 #FFF; }
.moderador .w-stats ul li a { color: #333 }
.moderador .w-stats ul li span {	color: #333; }



.w-stats ul li {
	font-size:21px;
	font-weight:bold;
	text-transform:capitalize;
	float: left;
	text-align: left;
	width: 110px;
	padding: 10px 0 6px 0;
	font-family: Helvetica, Arial;
	text-shadow: 0 1px 0 #FFF;
}

.w-stats ul li span {
	font-size: 13px;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}



.widget .emptyData {
	background: #F7F7F7;
		border:none;
	color: #333;
}


.big-info li {
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

	.big-info li label {
		color:#777777;
		display:inline-block;
		vertical-align:top;
		width:170px;
	}
	
	.big-info li.sep {
		background: #F7F7F7;
	}
	
	.big-info li h4 {
		color: #FF6600;
		margin: 0px;
	}
	
	
	.big-info li h4 a {
		color: #0077CC;
		margin: 0px;
	}
	
	
.comentario-p {
	width: 450px;
	float: left;
	overflow: hidden;
	line-height: 18px;
}

span.fecha-p {
	float: right;
	color: #888;
	font-size: 11px;
}

.big-info li strong {
	display:inline-block;
	width:400px;
}

.w-fotos img {
	width: 86px;
	height: 86px;
	padding: 1px;
	border: 1px solid #CCC;
	float: left;
	display: block;
	margin:5px;
}

/* new clearfix */
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

/****** Buscador ******/

.bbox 
	{
	margin-top:5px;
	padding-left:5px;
	padding-bottom:1px;
	padding-right:3px;
	width:99%;
	text-decoration:none;
}
	
	.bbox h2 {
		font-size:10px;
		color:#5F5F5F;
		float:right;
		margin-right:10px;
		text-decoration:none;
	}

	.linkpat{ 
	color: #0000DE;
	text-decoration:none;
	font-size:115%;
	font-style:normal;
	}
	.linkpat:hover{ 
	color: #0000DE;
	text-decoration:underline;
	font-size:115%;
	font-style:normal;
	}
	
	.spns {
	margin-bottom:13px;
	width:100%;
	padding-top:15px;
	text-decoration:none;
	font-size:110%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.40em;
	}
	
	.spns em{
		color: #757575;
		font-style:normal;
	}
	
	.spns a:hover { 
		text-decoration:none;
	}
	
	.spns ul li { 
	cursor:pointer;
	line-height:1.50em;
	list-style-type:none;
	margin:5px 0pt 10px -1px;
	text-decoration:none;
	padding-left:0pt;
	}
	
	.spns ul li:hover { 
		text-decoration:none;
	}


	.bbox_s
	{
	background:#FFFFFF;
	width:100%;
	text-decoration:none;
	}
	

	.linkpat_s{ 
	font-size:110%;
	color: #0000DE;
	text-decoration:none;
	}
	.linkpat_s:hover{ 
	font-size:110%;
	color: #0000DE;
	text-decoration:underline;
	}
	
	.spns_s {
	width:100%;
	text-decoration:none;
	font-size:100%;
	text-align: left;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.21em;
	}
	
	.spns_s a:hover { 
		text-decoration:none;
	}
	
	
	.spns_s ul li { 
	cursor:pointer;
	line-height:1.23em;
	list-style-type:none;
	margin:0px 0pt 10px -1px;
	text-decoration:none;
	padding-left:0pt;
	}
	
	.spns_s ul li:hover { 
		text-decoration:none;
	}

/****** Busqueda Perfiles ******/

.box_txt_busqueda_perfiles{
	background-image:url('images/cor-izq.gif');
	background-repeat:no-repeat;
	float:left;
	padding-left:3px;
	font-weight:bold;
	color:#444444;
	width:732px;
	height:22px;
	text-align:center;
	font-size:12px
}

/****** Bordes Redondos ******/

.rtop,.rbott {
	width:984px;
	display:block;
	margin:0 auto;
	background: url('images/rtopbg.gif') no-repeat left top;
	height: 13px;
}

.rtop_content{
	padding:0px 5px;
	background:#0a67e6;
}

.rbott
{
	background-position: bottom left!important;
}

.rbott *, .rbott * {
	display:block;
	height:1px;
	overflow:hidden;
	background:#0069d4;
	display:none;
}

.rbott_content{
	padding:0px 5px;
	background:#0a67e6;
}


/***** login box *****/
.menu_centro input.ilogin{
	font-size: 10px;
	width: 65px;
}

#login_box {
	position:absolute;
		right:12px;
		top:87px;
		width:240px;
		z-index:3000;
		display:none;
}

#login_box .login_cuerpo label {
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFF;
}   

#login_box .login_cuerpo {
	border-radius-bottom-left:10px;
	border-radius-bottom-right:10px;
	background:#FFFFCC;
	color:#272727;
	margin-top:13px;
	padding:15px 20px;
	text-align:left;
	white-space:normal;
	position: relative;
}   

.login_cuerpo #login_error{
	display:none;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	color:red;
}

.login_cuerpo .izq{
	float:left;
	width:115px;
	height:22px;
	text-align:right;
}

* html .login_cuerpo .izq{
	clear:both;
}

.login_cuerpo .der{
	float:left;
	height:25px;
	padding-left:5px;
	padding-top:2px;
}

.login_cuerpo input.ilogin{
	width: 100%;
	border-radius: 5px;
	border:1px solid #999 ;
		background:#FFF;
	margin: 0 0 10px 0;
		padding: 6px 8px;
		box-sizing: border-box;
}
.login_cuerpo form {
	font-weight:bold;
	margin: 0px;
}

.login_cerrar{
	position:absolute;
	left:88px;
	top:13px;
	width:16px;
	height:16px;
	cursor:pointer;
	border:0px;
}

.login_cuerpo #login_cargando{
	display:none;
	position:absolute;
	width:100%;
		height:100%;
		z-index: 99;
		background-color: rgba(255,255,255,.9);
		left:0;
		top:0;
		display: flex;
		justify-content: center;
		align-items: center;
}

#login_box .login_footer {
	text-align:center;
	margin-top:15px;
		font-weight: normal;
}
#login_box .login_footer a {
	display: block;
	margin-bottom: 6px;
}
#login_box .login_footer hr {
	background: #CCC;
}

/* some inputs */

textarea, input {
	background:#f9f9f9 url('images/inputbg.gif') repeat-x top left;
	border: solid 1px #CCC;
	padding:4px 2px;
	font-family: 'Lucida Grande',Tahoma,Arial,Verdana,Sans-Serif; 
	
	color:#333;
	font-size:12px;
	font-family: ;
}
input.checkbox, input.radio, input[type="checkbox"], input[type="radio"] {
	background: none!important;
	border: 0!important;
	padding: 0!important;
}
.searchBy input.radio {
	border: none;
	background: none;
	padding: 0;
}

 .box_cuerpo .ibuscador {
	background: url('images/bgInputS_2.gif') repeat-x;
	border: none;
	width: 189px;
	height:  13px;
	float: left;
	padding: 8px 4px;
	_width: 180px;
}

#derecha .ibuscador {
	width:149px;
	*width: 140px;
}


	.leftIbuscador {
	display: inline;
	float: left;
}


* html input.ibuscador, *+html input.ibuscador {
	width: 145px
}

.box_cuerpo input.bbuscador {
	background: url('images/buscar_2.gif') no-repeat top left;
	outline: none;
	width: 63px;
	margin: 0 0 0 0;
	padding: 0;
	height: 29px;
	font-size: 16px;
	border:none;
}

.box_cuerpo input.bbuscador:active {
	background-position: 0 -31px;
	outline: 0;

}

.searchBy input{
	padding-top: 7px;
	vertical-align:top;
}

input:focus{outline:0;}

#ult_comm li {
	height:16px;
	overflow:hidden;
}

 #ult_resp li {
	 height:16px;
	 overflow:hidden;
 }

.usuarios_online{
	color:#BB0000!important;
}

.usuarios_jugando{
	color:#148558!important;
}

.tags_cloud{
	line-height: 200%;
	text-align: justify;
}

.box_cuerpo .tags_cloud_2{
	line-height: 300%;
	text-align: justify;
}

.new-search {
font-family:Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

.new-search .bar-options ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	position:relative;
}

.new-search .bar-options ul li {
	display:block;
	float:left;
	position:relative;
}	

.new-search .bar-options ul li a {
		color: #555;
		text-decoration: none;
		display: block;
		font-weight: bold;
		padding: 8px 10px;
		border-bottom:medium none !important;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-top:1px solid #CCCCCC;
		position: relative;
		z-index: 5;
		bottom: -2px;
		background: #EEE;
		
}	
		

.new-search .bar-options ul li.selected a {
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	position: relative;
	z-index: 90;
	border: 1px solid #000;
	
}

.new-search .bar-options ul li.posts-tab.selected a {
	background: #49799b;
	border-bottom: 2px solid #49799b!important;
}

.new-search .bar-options ul li.comunidades-tab.selected a {
	background: #4BA73A;
	border-bottom: 2px solid #4BA73A!important;
}
.new-search .bar-options ul li.empleos-tab.selected a{
	background: #6BAEE6;
	border-bottom: 2px solid #6BAEE6!important;
	
}

.new-search .bar-options ul li.web-tab.selected a {
	background: #3894A5;
	border-bottom: 2px solid #3894A5!important;
	
}




.new-search .search-body {
	background: url(images/bg-search-body.png) top left repeat-x;
	padding: 12px;
	-moz-border-radius: 0 0 5px 5px;
	position: relative;
	border: 1px solid #000;
	z-index: 30;
}

.new-search.web .search-body { background-color: #097C91; }
.new-search.posts .search-body { background-color: #114f7c; }
.new-search.comunidades .search-body{	background-color: #1F9109; }
.new-search.empleos .search-body{	background-color: #479AE0; }


.new-search .search-body .input-search-left,.new-search .search-body .input-search-middle,.new-search .search-body .input-search-right {
	display: block;
	float: left;
	height: 42px;
	background-image: url(images/input-home.png);
	width: 5px;
}

	.new-search .search-body .input-search-left {
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	
	.new-search .search-body .input-search-middle {
background-color:transparent;
background-position:0 -42px;
background-repeat:repeat-x;
border:0 none;
font-family:Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:bold;
height:22px;
margin:0;
color: 999;
padding:10px 4px;
width:245px;
color: #999;
	}
	
	.new-search .search-body .input-search-right {
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.btn-search-home {
		position: absolute;
		z-index: 10;
		right:18px;
		top:15px;
		display: block;
		width: 39px;
		height: 35px;
		background: url(images/btn-home-search.png) no-repeat top left;
		
	}

/* Lang */
.geoT {
	width: 250px;
	height: 35px;
	background: url(images/geoTbg.gif) no-repeat top left;
}
.geoT.porTa {
	background: url(images/geoTbg.gif) no-repeat bottom left;
}

.spaT, .porT {
	margin-top: 10px;
	text-align: center;
	width: 124px;
}

.geoT.porTa .porT {
	font-weight: bold;
}

.geoT.porTa .spaT {
	font-weight: normal;
}

.geoT .spaT {
	font-weight: bold;
}
.geoT input {
	margin:0;
	vertical-align: middle;
}
.spaT {
	float: left;
}
.porT {
	float: right;
}



#el_msgbox {
	background: #FFF;
}

/* Paginas del footer */

.box_txt.anuncie{
	width:592px;
	height:22px;
	text-align:left;
	font-size:12px;
}

.enlazanos_imagen{
	width:120px;
	height:50px;
	float:left;
}

.mapa_del_sitio{
	float:left;
	height:auto;
	padding:2px 6px;
	width:301px;
}

.mapa_del_sitio .box_txt{
	width:283px;
}
/* Containers */

.container170{
	width: 170px;
}

.container208{
	width: 208px;
}

.container228{
	width: 228px;
}

.container230{
	width: 230px;
}

.container250 {
	width: 250px;
}
* html .container250 {
	width: 250px;
	overflow:hidden;
}

.container278 {
	width: 278px;
}

.container370 {
	width: 370px;
}
* html .container370 {
	width: 370px;
	overflow:hidden;
}

.container300 {
	width: 300px!important;
}

.container340 {
	width: 340px!important;
}

.container380 {
	width: 380px;
}
* html .container380 {
	width: 380px;
	overflow:hidden;
}

.container400{
	width: 400px;
}

.container520{
	width: 520px;
}

.container600{
	width: 600px;
}

.container620{
	width: 620px;
}

.container630{
	width: 630px;
}

.container652{
	width: 652px;
}

.container702{
	width: 702px;
}

.container720{
	width: 720px;
}

.container740{
	width: 740px;
}

.container940 {
	width:940px;
}

input .button.rechazar {
	background: #009500;
	border-color: #135b0e #1b5b0e #1b5b0e #135b0e;    
	color:#FFFFFF!important
}

input .button.aceptar {
background: #950000;
	border-color: #5b0e0e #ead9d9 #ead9d9 #5b0e0e;
	color:#FFFFFF!important
}

input .button.omitir {
	background: #4a4a4a;
	border-color: #e1e1e1 #4a4a4a #4a4a4a #e1e1e1;
	color:#FFFFFF!important
}

.gif_cargando{
	background:transparent url('images/cargando.gif') no-repeat scroll left top;
	display:none;
	height:16px;
	width:16px;
	top:4px;
	position:relative;
}

#gif_cargando_add_comment{
	margin-left: 740px;
	margin-top: 28px;
	position: absolute!important;
}

.msg_add_comment{
	display: none;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	color: #AD1010;
}

.login.darkred{
	background-color: #AD1010;
}


/* New CSS */

.categoriaPost {
		clear:both;
		font-size:12px;
		height: 16px;
		margin-bottom:5px;
		padding:3px 3px 3px 28px;
}


	#izquierda li a.categoriaPost {  /* El de arriba esta comentado, este es un style beta para categoria */
		height: 18px;
		display: block;
	}
		
	.sticky  {}
	li a.comunidad {
		float: left;
		padding-right: 4px;
	}
	
	li a.tema {
		float: left;
	}
	
	
	#menu{ /* al igual que el anterior, menu esta comentado arriba, de aplicar el siguiente estilo borrar el de arriba */
		clear:left;
		width:961px;
		background: #CCCCCC url('images/bg-menu-2.gif') repeat-x;
		text-align:center;
		color: #999;
		height: 30px;
	}
	
	.menuTabs {
		float:left;
		background: transparent url('images/menu_left_corner_2.gif') no-repeat scroll left top;
	}
	.menuTabs li {
		float:left;
		font-size: 14px;
		font-weight: bold;
		padding: 0 2px 0 0;
		background: transparent url('images/divider.gif') no-repeat scroll right top;
	}
	
	.menuTabs li a {
		color: #1a1818;
		text-shadow: #fff 0 1px 0;
		display:block;
		padding: 8px 15px 8px 15px;
		text-decoration: none;
		_padding: 7px 15px 6px 15px;
	}
	
	.menuTabs li a:hover {
		color: #555;
	}
	
	.menuTabs li a img, .userInfoLogin img  {
		vertical-align:middle;
	}
	
	.userInfoLogin .usernameMenu a {
		padding: 9px 10px 6px;
	}


.userInfoLogin .monitor-notificaciones  {
	position: relative;
	z-index: 9000;
}
		
		.notification-detail li {
			float: left;
			width: 100%;
		}

		.notification-detail li.unread {
			background: #ffffcc
		}

		.notification-detail .avatar-box {
			float: left;
			margin-right: 10px;
		}
		.notification-detail .notification-info {
			float: left;
			width: 655px
		}
		
		
		.notification-detail .notification-info span.time {
			color: #808080;
			font-size: 11px;
			text-transform:lowercase;
		}
		
		.notification-detail .notification-info span a {
			font-size: 13px;
		}
		
		
		
		.notification-detail .notification-info span.action {
			color: #000;
			font-size: 13px;
			display:block;
			margin-top:5px;
		}
		
		
		div.group-4,div.group-3 {
			display: block;
			width: 36px!important;
			height: 36px!important;
			background-position:-17px 2px;
			margin-right:10px;
			float: left;
		}
		
		
	 div.group-6 {
			display: block;
			width: 36px!important;
			height: 36px!important;
			background-position:-17px -31px;
			margin-right:10px;
			float: left;
		}
		
		
		
		
		li.group .notification-info .action .icon-noti {
			display: none!important;
		}
		
		li.group strong {
			font-weight: bold;
			font-size: 13px;
			color: #000;
		}
.categoriaList  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	background: #f6f6f6;
	margin-bottom: 10px;
}



.categoriaList h6 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 10px 8px;
	background: url('images/hrline.gif') bottom left repeat-x;
}
.notification-detail li {
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
}
.notification-detail li a {
	font-weight: bold;
	color: #116fcf;
}

.filterBy h2 {
	margin: 5px;
	font-weight: normal;
}

.action span.icon-noti, .notificaciones-list .icon-noti, .categoriaList span.icon-noti,div.group-4,div.group-6, div.group-3  {
	background-image: url('images/sprite-notification.png');
	background-repeat: no-repeat;
	display:block;
	font-size:12px;
	height:16px;
	width:16px;
	float:left;
	margin-right:5px;
}

.notificaciones-list .icon-noti {
	font-size: 11px!important;
}
.categoriaList li.icon-noti {
	margin-left: 8px;
	font-size: 11px;
}
.action span.sprite-balloon-left ,.userInfoLogin .sprite-balloon-left, .categoriaList .comentarios-n, .boxy-title .comentarios-n  { background-position: 0 0px; } 
.action span.sprite-balloon-left-blue ,.userInfoLogin .sprite-balloon-left-blue, .categoriaList .comentarios-n-b, .boxy-title .comentarios-n-b  { background-position:  0 -177px }
.action span.sprite-balloon-left-green ,.userInfoLogin .sprite-balloon-left-green, .categoriaList .comentarios-n-g, .boxy-title .comentarios-n-g  { background-position: 0 -197px; }
.action span.sprite-balloons ,.userInfoLogin  .sprite-balloons, .categoriaList .respuestas-n, .boxy-title .respuestas-n  { background-position: 0 -26px; } 
.action span.sprite-block , .userInfoLogin  .sprite-block, .categoriaList .comunidades-n, .boxy-title .comunidades-n   { background-position: 0 -52px; } 
.action span.sprite-document-text-image ,.userInfoLogin  .sprite-document-text-image, .categoriaList .post-n, .boxy-title .post-n { background-position: 0 -78px; } 
.action span.sprite-point,.userInfoLogin .sprite-point, .categoriaList .puntos-n, .boxy-title .puntos-n  { background-position: 0 -103px; } 
.action span.sprite-star,.userInfoLogin .sprite-star, .categoriaList .favoritos-n, .boxy-title .favoritos-n  { background-position: 0 -129px; } 
.action span.sprite-follow,.userInfoLogin .sprite-follow, .categoriaList .follow-n, .boxy-title .follow-n { background-position: 0 -154px; }
.action span.sprite-recomendar-p,.userInfoLogin .sprite-recomendar-p, .categoriaList .recomendar-p, .boxy-title .recomendar-p { background-position: 0 -324px }
.action span.sprite-voto,.userInfoLogin .sprite-voto, .categoriaList .voto, .boxy-title .voto { background-position: 0 -261px }
.action span.sprite-medallas,.userInfoLogin .sprite-medallas, .categoriaList .medallas-n, .boxy-title .medallas-n { background-position: 0 -284px; }

.userInfoLogin li .alertas,.userInfoLogin li .alertas a {
	background-image: url('images/alert-notification.png');
	background-repeat: no-repeat;
	display: block;
	text-shadow:0 -1px 0px #8e1925;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}

.userInfoLogin li .alertas {
	top: -6px;
	position: absolute;
	right:20px;
	background-position: right top;
	padding: 0 8px 0 0;
}

.userInfoLogin li .alertas a {
	padding:2px 0px 4px 8px;
	background-position: left top;
	
}

.userInfoLogin li .alertas.span {
	
}
ul.menuTabs .tabbed.here a:hover {
	background:  none;
}

	#menu ul.menuTabs li.here {
		background: transparent url('images/bgTabbedHere.png') repeat-x scroll left top;
	}
	
	.menuTabs li.tabbed.here a {
		color: #FFF;
		text-shadow: #000 0 1px 0;
	}
	
	.menuTabs #tabbedhome.here a {
			background: url(images/menu_left_corner_here.gif) no-repeat top left;
		}

		.menuTabs li#tabbedhome.here {
		background: transparent url('images/bgTabbedHere.png') repeat-x scroll left top;
		}

.menuTabs li.registrate {
			background: transparent url('images/nav_high.gif') repeat-x scroll left top;
			border-right: 1px solid #999;
}

.menuTabs li.registrate a {
				text-shadow: 0 1px 0 #f7ffa5;
	
}
	/*
	.menuTabs li.here a {
		color: #fff;
	}
	
	.menuTabs li a {
		font-weight:bold;
		font-size: 13px;
	}
	*/

	.opciones_usuario {
		float:right;
		text-align: right;
		height: 30px;
		background: transparent url('images/bgLogged.gif') repeat-x scroll right top;
		border-left:  1px solid #7b7b7b;
	}
	
	.opciones_usuario.anonimo {
		background: transparent url('images/bgAnon.gif') repeat-x scroll right top;
	}
	
	#menu .opciones_usuario.anonimo.here {
		background: #FFFFCC;
	}
	
	.userInfoLogin {
		background: url(images/loginCorner.gif) no-repeat top right;
		font-weight:bold;
}

	.userInfoLogin.here {
		background: none;
}

	.userInfoLogin a:hover {
		text-decoration: none;
	}
	
	.userInfoLogin .monitorAlert {
		position:relative;
	}
	
	.userInfoLogin .monitorAlert .alertD{
		position:absolute;
		right:-7px;
		top:-4px;
		z-index:10;
	}


.anonimo .identificarme {
	background: url(images/anonCorner.gif) no-repeat top right;

}

.anonimo.here .identificarme {
	background: none;

}

	.userInfoLogin ul {
		margin: 0;
		padding: 0;
	}
	
	.userInfoLogin ul li {
		float: left;
		border-right: 1px solid #717171;
		border-left: 1px solid #dcdcdc;
	}
	
	.userInfoLogin ul li.logout {
		border-right: none;
		border-left: 1px solid #dcdcdc;
		padding: 7px 10px;
	}
	.userInfoLogin ul li.logout:hover {
		background:none;
	} 
	
	.userInfoLogin .logout a {
		padding: 0;
	}

	
	.userInfoLogin a {
		color: #222;
		text-shadow: #EEE 0 1px 0;
		padding: 8px 10px 5px;
		display:block;
}

	.userInfoLogin li:hover {
		background-color: #CCC;
	}

	.username {
		font-weight:bold;
	}
	.subMenuContent {
		height: 30px;
	}

	
	.subMenuContent .clearBoth {
		display:none;
	}
	.subMenuContent.hide {
		display: none;
	}
	.subMenu {
		background:  url('images/shadowSubMenu.png') #007394 repeat-x scroll left top;
			border-left:1px solid #004694;
			border-right:1px solid #004694;
		clear:both;
		width: 944px;
		position: absolute;
		font-size: 12px;
		font-weight: bold;
		color: #CCC;
		padding: 6px 5px 0 10px;
		display: none;
		z-index: 3;
	}
	.subMenuContent .subMenu.here {
		display: block;
	}
	
	.subMenu select {
		float:right;
		margin:2px 0 0 0;
		width:200px;
	}
	#subMenuComunidades.subMenu {
		background: url('images/shadowSubMenu.png') #009B45 repeat-x scroll left top;
		border: none;
		border-left: 1px solid #0a6f04;
		border-right: 1px solid #0a6f04;
}

#subMenuComunidades.subMenu ul.tabsMenu li {
	background: #48b167;
}

#subMenuComunidades.subMenu ul.tabsMenu li:hover {
	background: #62ca81;
}


.subMenu ul.tabsMenu {
}
.subMenu .filterCat {
	width:340px
}
.subMenu .filterCat span {
	color:#ffffff;
	font-size:11px;
	display:block;
	float:left;
	margin: 3px 10px 0 0;
	font-weight: bold;
	text-shadow: 0 1px 0 #07255b;
}

#subMenuComunidades.subMenu .filterCat span {
	color:#bfffab;
	text-align:right;
	text-shadow: 0 1px 0 #09730b;
}

.subMenu ul.tabsMenu li {
	float:left;
	margin-right: 10px;
	background: #338fa9;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
}

#preview_shortname {
	font-weight:bold;
}
#msg_crear_shortname.ok, #preview_shortname.ok {
	color: green;
	font-weight:bold;
}
#msg_crear_shortname.error, #preview_shortname.error {
	color: red;
	font-weight:bold;
}

.onblur_effect{
	color:#777777;
}


	.subMenu ul.tabsMenu li.here a {
		color: #000;
		}

	.subMenu ul.tabsMenu li.here {
		float:left;
		margin-right: 10px;
		background: #FFF!important;
	}
	
	.subMenu ul.tabsMenu li a {
		color: #FFF;
		padding: 5px 15px;
		display: block;
		text-decoration:none;
		}
		
			.subMenu ul.tabsMenu li:hover {
		background: #99c7d4;
	}
	.subMenu ul.tabsMenu li:hover a {
		color: #333;
	}
	

	.subMenu .verCategoria a {
		color: #021821;
}


	.sel_categoria { /* Comentado el de arriba*/
		float:right;
	}

	
		.comunidades .box_txt.ultimos_posts {
		width:388px !important;
		}
		
	.comunidades #derecha {
		width: 211px;
	}
	
		
	.usuarios_online { /*modificado del original */
			color:#005ca5!important;
			font-weight:bold;
		}

	.usuarios_jugando{
			color:#148558!important;
			font-weight:bold;
		}
	
	.dateFilter, .verMas {
		margin:0 0 5px 0;
		float: right;
		text-align: right;
		font-weight:bold;
		color: #666;
		font-size: 10px;
	}
	
	.dateFilter a,.verMas a {
		color: #0060a7;
	}
	
	.dateFilter a.here,.verMas a.here  {
		color: #000;
	}
	
	.comunidades #centro {
		width: 530px;
		margin:0 8px;
		float:left;
	}
	
	.comunidades #centroDerecha {
		width:760px;
		float:right;
	}
	li.categoriaCom {
		padding: 5px;
		border-bottom:1px solid #CCC;
		border-top: 1px solid #FFF;
		margin: 0;
		height: 32px;
		font-size: 10px;
		position:relative;
	}
	
	.comunidades .home #centro .box_cuerpo li:first-child {
		border-top: none;
	}
	
	.comunidades .home #centro .box_cuerpo li:hover {
		background: #EEE;
	}
	
	.comunidades .home #centro .box_cuerpo li a.titletema:visited {
		color: #561067;
	}
	
	.linksList a.titlePost:visited {
		color:#561067;
	}
	
	
	.comunidades .home #centro .box_cuerpo li.oficial a.titletema {
		padding-left: 22px;
	}
	
	/* 
		Comunidades iconos de categorias
	*/
	
	.comunidades .home #centro .box_cuerpo li img {
		position:absolute;
		right: 5px;
		top:6px;
	}
	
	
	li.categoriaCom .titletema,li.categoriaCom .titletema  {
		background-image: url('images/big5v1.png');
		background-repeat: no-repeat;
		padding-left:24px;
		display:block;
		height:16px!important;
		margin-bottom:2px;
		overflow:hidden;
		width:420px;
		color: #1F7C46;
		font-size:12px;
		font-weight: bold;
	}
	
	.deportes .titletema {background-position: 0 -18px;}
	.diversion-esparcimiento .titletema {background-position: 0 -38px;}
	.economia-negocios .titletema {background-position: 0 -56px;}
	.entretenimiento-medios .titletema {background-position:0 -72px;  }
	.grupos-organizaciones .titletema {background-position: 0 -90px;}
	.interes-general .titletema {background-position: 0 -109px;}
	.internet-tecnologia .titletema {background-position: 0 -127px;}
	.musica-bandas .titletema {background-position: 0 -146px;}
	.regiones .titletema {background-position: 0 -164px;}
	
	span.oficial {
		color:#FF6600;
		font-weight:bold;
		text-transform: uppercase;
	}

	.comunidades .home #showResult {
		width: 100%;
	}
	
	.divider {
		color: #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #fff;
	}
	

	
	#post-izquierda .box_cuerpo h2, #izquierda .box_cuerpo h2 {
		font-size:14px;
		color: #333;
	}
	

	.denunciar {
		float:right;
		padding-left: 12px;
		color: #333;
		background: url('images/dflag.gif') left top no-repeat;
		font-size: 10px;
		line-height: 1em;
	}
	/* TABLAS */
	
	.thead {
		font-size: 11px;
		color: #666;
		border-bottom: 1px solid #ccc!important;
		padding:4px;
	}
	
	.thead.titulo {
		width: 380px;
	}

	tr.temas td {
		padding: 4px;
		border-bottom: 1px solid #CCC;
	}
	
	.temas .temaTitulo a {
		font-weight: bold;
	}
	
	.temas .datetema {
		font-size: 11px;
		text-align: center;
	}

	.small {
		font-size:11px;
	}
	
	.color1 {
		background: #EEE;
	}
	
	.color2 {
		
	}
	.comunidadData {
		overflow: hidden;
	}
	.comunidadData.oficial {
		position: relative;
	}
	
	.comunidadData.oficial .riboon{
		position: absolute;
		top: -8px;
		right: -7px;
	}
	
	.oficial .box_title {
		background:#94c3ee repeat-x url(images/box_titlebg_oficial.gif) top left;
		
	}
	
	.oficial .box_rss {
		background: no-repeat url(images/cor-der-oficial.gif) top right;
	}
	
	.oficial .box_txt {
		background: no-repeat url(images/cor-izq-oficial.gif) top left;
		color:#0a3868;
		
	}
	
	.oficial .box_cuerpo {
		background:#b3dbff;
	}
	
	
	
	.comunidadData.oficial .box_cuerpo hr.divider  {
		border-bottom:1px solid #FFFFFF;
		border-top:1px solid #1984e5;
		color:#1984e5;
	}
	
	.avaComunidad {
		width:126px;
		height: 134px;
		margin:0 auto;
		position: relative;
		background:transparent url(images/shadowAva.png) no-repeat scroll center 125px;
	}
	/*
	.comunidadData.oficial .box_cuerpo {
		background:#CEEBFB;
		border: #e8f6fe 1px solid;
		border-top: none;
	}
	
	.comunidadData.oficial .box_cuerpo .divider {
		border-bottom:1px solid #FFFFFF;
		border-top:1px solid #bae6ff;
	}  
	*/
 .avaComunidad .avatar {
		width:120px;
		height: 120px;
		border: solid #CCC 1px;
		padding: 2px;
		background:#FFF;
	}

	
	.ultimo_post {
		text-align: right;
	}
	
	.ultimo_post a {
		font-weight:bold;
	}
	
	.pages {
		text-align:right;
		padding-top: 10px;
		font-size:11px;
		color: #CCC;
	}
	
	.pages a {
		font-weight: bold;
		color: #333;
	}
	
	.pages a.here {

		color: #ccc;
	}
	
	.pages .btnPagi {
		background:#383838 none repeat scroll 0 0;
		color:#FFFFFF;
		display:block;
		font-weight:bold;
		padding:5px 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
	}
	a.nuevotemaBtn {
		padding: 5px 10px;
		background: #006699;
		margin-top: 10px;
		color: #FFF; 
		-moz-border-radius: 3px;
		font-weight: normal;
		-webkit-border-radius: 3px;
		font-size:11px;
	}
	
	a.nuevotemaBtn:hover {
		background: #0085c7;
	}
	.emptyData {
		background: #FFFFCC;
		border-top:1px solid #c8c82d;
		border-bottom:1px solid #c8c82d;
		padding:12px;
		font-weight:bold;
		text-align:center;
	}
	
	.warningData {
		background: #ff8484;
		border-top:1px solid #d62727;
		border-bottom:1px solid #d62727;
		padding:12px;
		font-weight:bold;
		text-align:center;
		margin-bottom: 10px;
	}
	
	.emptyData a,.warningData a{
		color:#004a95;
	}
	.suspendido_data {
		background: #FFFFCC;
		border-top:1px solid #c8c82d;
		border-bottom:1px solid #c8c82d;
		padding:12px;
		text-align:center;
		margin-bottom:10px;
	}
	
	.suspendido_data #ver_mas{
		display: none;
		text-align:left;
		margin-top:10px;
	}

	.dataRow {
		margin-bottom: 5px;
	}
	.box_Corner {
		background-image: url('images/corner.gif');
		background-repeat:no-repeat;
	}
	
	.box_Corner.corner_top_right {
		background-position: right top;
		padding-top:5px;
	}
	
	.box_Corner.corner_bottom_left {
		background-position: left bottom;
	}
	.box_Corner.corner_bottom_right {
		background-position: right bottom;
		padding-bottom: 5px;
	}
	
	.box_cuerpo li .comunidad {
		width: auto;
	}
	.linea {
		background: transparent url('images/line.gif') repeat-y scroll 0 0
	}
	
	.linea_left {
		background-position: left;
	}
	
	.linea_right {
		background-position: right;
	}
	
	.Container {
		font-size:12px;
		color: #333;
		position: relative;	    
	}

	.Container table {
		width: 100%;
		margin:5px 0;
	}
	
	.Container h1 {
		margin: 0;
		font-size: 21px;
		padding:3px;
	}
	
	.Container p {
		font-size:12px;
		line-height: 1.7em;
		color:#111;

	}
	.Container img.dialogBox {
		left:-10px;
		position:absolute;
		top:6px;
	}
	
	.agregar_comentario .Container img.dialogBox {
	left:-10px;
	position:absolute;
	top:10px;
	}
	
	
	* html .Container img.dialogBox {
		display:none;
	}
	.dataLeft, .dataRight {
		float:left;
		font-size:12px;
		line-height:17px;
		margin-right:2%;
		text-align:right;
		
	}
	.dataLeft {
		font-weight:bold;
		width:120px;
		margin:0;
	}
	
	.dataRight {
		text-align:left;
		width:350px;
		margin:0;
		margin-left: 2%;
	}
	
	.breadcrump {
		width: 875px;
		height:30px;
		overflow:hidden;
		float:left;
		margin-bottom:10px;
	}
	.breadcrump ul, .breadcrump ul li,.breadcrump ul li.first,.breadcrump ul li.last    {
		background-image: url('images/bgBread.gif');
		background-repeat: no-repeat;   
	 }
	 .breadcrump ul {
		 margin-bottom:10px;
		 float:left;
		 font-weight:bold;
		 background-position: left -62px;
		 background-repeat: repeat-x;
		 text-shadow: 0 1px 0 #fff;
	 }
	 .breadcrump ul li {
		 float:left;
		 padding:8px 5px 8px 22px;
		 height:14px;
		 background-position: left 0px;
	 }
	 .breadcrump ul li.first {
		 padding:8px 0 8px 8px;
		 background-position: left -31px;
	 }
	 .breadcrump ul li.last {
		 padding:8px;
		 background-position: left -93px;
	 }
	 .breadcrump ul li a  {
		 color:#165a9e;
	 }

	#temaComunidad  {
		float:left;
	}
	#temaComunidad img {
		max-width: 600px;
			 width: expression(this.width > 600 ? 600: true);
	}
	h1.titulopost {
		font-size: 15px;
		float:left;
		line-height:18px;
		width:460px;
	}
	
	.temaContainer {
		float: left;
		margin-left: 12px;
		color: #333;
	}
	
	.temaBubble {
		float:left;
		width: 760px;
	}
	
	.temaCont {
		float:right;
	}
	
	
	.bubbleCont {
		background:#f7f7f7;
		border: 1px solid #CCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding:12px;
	overflow:hidden;
	}
	
	.comentarioContainer {
		background:#f7f7f7;
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC; 
	} 
	
	.titulorespuestas {
		margin:0;
		font-size: 14px;
		margin-bottom:0;
	}
	
	
	
	.mostrarAnteriores {
		text-align:center;
		float:right;
		margin-bottom:10px;
		width:626px;
	}
	.mostrarAnteriores a {
		padding: 10px;
		color:#1b1b1b;
		font-weight:bold;
		display:block;
		background:#f7f7f7;
		border: 1px solid #CCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.mostrarAnteriores a:hover {
		background:#CCC;
		border:1px solid #EEE;
	}
	/*
	#respuestas {
		width: 630px;
	}
	*/
	.respuesta, .miRespuesta {
		margin-top: 10px;
		clear:both;
	}

	#respuestas .respuesta.here {
		background: #FFFFCC;
		font-weight:bold;
	}
	
	.respuesta img.imagen {
		max-width: 600px;
			 width: expression(this.width > 400 ? 400: true);
			 *width:300px;
	}
	
	
	.answerInfo, .comentarioInfo {
		float: left;
		width: 40px;
		padding-right: 10px;
	}
		.answerInfo h3, .comentarioInfo h3 {
			margin: 6px 2px 0 0;
			font-size: 11px;
		}
		
	.answerTxt,.comentarioTxt {
		float:left;
		margin-left:17px;
		width:690px;
	}
	
	.primero .comentarioContainer  {
		border-top:1px solid #CCCCCC;
	}
	
	.primero .comentarioTxt .Container {
		border-top: none;
	}
	
	.primero .comentarioContainer {
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
		-webkit-border-radius-top-left:5px;
		-webkit-border-radius-top-right:5px;
	}
	
	.ultimo .comentarioContainer {
		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		-webkit-border-radius-bottom-left:5px;
		-webkit-border-radius-bottom-right:5px;
	}
	
	
	
	
	
	.answerTxt .Container {
		background:#F7F7F7 none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		padding:12px;
	}
	
	.agregar_comentario .answerTxt .Container {
		background:#ffffcc none repeat scroll 0 0;
		border:1px solid #dbdba8;
	}
	
	.textA, .comentarioTxt p {
		margin:8px;
	}
	.answerTxt .Container,.comentarioTxt .Container {
		color:#111111!important;
		font-size:12px;
		line-height:20px;
		padding: 12px;
	}
	
	#respuestas .answerTxt .Container {
		padding:0;
	}
	.comentarioTxt .Container {
		border-top:1px solid #FFF;
	}
	.answerRate {
		float: right;
	}
	.goodAnswer .badAnswer {
		
	}
	
	.ipMonitor {
		font-size:11px;
		text-align:right;
		color:#666;
	}
	
	.commentDelete {
		padding: 12px;
		background: #FFAEAE;
		text-align:center;
		margin-top:5px;
		color:#000;
		width: 602px;
		margin-left:132px;
	}	
	.autorPost .comentarioContainer {
		background:#EEF9FE none repeat scroll 0 0;
		border:1px solid #7ED3F7;
	}
	
	
	.goodAnswer a , .badAnswer a {
		font-weight: bold;
		font-size: 11px;
		margin-top: 3px;
		display:block;
		padding: 2px 23px 5px 5px;
	}
	.goodAnswer a {
		background: url('images/bgGood.gif') no-repeat left top;
	}
	
	.badAnswer a {
		margin-left: 5px;
		background: url('images/bgBad.gif') no-repeat left top;
	}
	
	.modBar {
		margin-top: 10px;
	}
	
	#buttons.modBar input.mBtn {
		font-size:12px;
		padding: 3px 5px;
	}

/* Comunidades */

.c_input{
	width: 400px;
}

.c_input_desc{
	width:200px;
	height:380px;
}

.desform {
	color:#999;
}
	#modalBody .data {padding: 0.25em 0;margin-top: 5px; clear:both;}
	
	.titleHighlight {
		background:#FFFFCC;
		border: 1px solid #e9e94f;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-weight: bold;
		color:#45450e;
		font-size:16px;
		padding: 8px;
	}
	
	/* Form styles */
	
	div.form-container { padding: 0 10px;}

	p.legend { margin-bottom: 1em; }
	p.legend em { color: #C00; font-style: normal; }

	div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
	div.errors p { margin: 0; }
	div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

	div.form-container form p { margin: 0; }
	div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
	div.form-container form legend { font-weight: bold; color: #666; }
	div.form-container form  div.data { clear:both; padding: 0.25em 0;margin-top: 5px; clear:both;}
	div.form-container form  div.dataL { padding: 0.25em 0;margin-top: 5px; width: 48%;float:left;}
	div.form-container form  div.dataR { padding: 0.25em 0;margin-top: 5px; width: 48%;float:right;}
	
	.c_input, .c_input_desc { margin-top: 5px;padding:8px; width: 95%; background: #FFF;}
	div.form-container select { margin-top:5px; }
	div.form-container form  div.postLabel { padding: 5px 0 0 0; display:block; }
	
	div.form-container label, div.form-container span.label { font-weight: bold;margin-right: 10px; font-size: 12px;padding-right: 10px; display: block;  text-align: left; position: relative; }
	div.form-container label.error, 
	div.form-container span.error { color: #C00; }
	div.form-container label em, 
	div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
	div.form-container input.error { border-color: #C00; background-color: #FEF; }
	div.form-container input:focus,
	div.form-container input.error:focus, 
	div.form-container textarea:focus {	background: #FFC; border-color: #FC6; }
	div.form-container div.controlset label, 
	div.form-container div.controlset input { display: inline; float: none; }
	div.form-container div.controlset div { margin-left: 170px; }
	div.form-container div.buttonrow { margin-left: 180px; }
	.buttonAction {padding-left:170px;}
	
	div.postLabel label {
		display: inline;
		margin:0;
		padding:0;
	}
	
	#ComInfo{
		overflow:hidden;
	}
	
	/* form2 */
	
	div.form2 input.c_input, div.form2 textarea.c_input_desc, .box_cuenta input{
		padding:5px;
		border: 1px solid #b1b1b1;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		
	}
	div.form2 .dataR select, div.form2 .dataL select {
		margin:10px 0 0 0;
		width: 98%;
	}
	
	div.form2 .dataRadio {
		font-weight: bold;
	}
	
	div.form2 .dataRadio input {
		margin-right: 5px;
	}
	
	
	div.form2 .dataRadio .descRadio {
		color:#666666;
		font-size:11px;
		font-weight:normal;
		margin:0 0 5px 24px;
	}
	
/* Fin Comunidades */





/* MAS OPORTUNIDADES
#mas_oportunidades .mo_box {
	margin-bottom:10px;
	margin-left: 5px;
}

#mas_oportunidades .box_title {
	background:#aa0001 url(images/anunciantes/mo/mo_box_titlebg.gif) repeat-x scroll 0 0;
}
#mas_oportunidades .box_txt {
	color: #FFF;
	font-weight:bold;
	background-image:url(images/anunciantes/mo/mo_cor-izq.gif);
}

#mas_oportunidades .box_rss {
	background-image:url(images/anunciantes/mo/mo_cor-der.gif);
}

#mas_oportunidades .input_izq, #ml .input_izq{
	background: #fbfbfc url(images/anunciantes/mo/mo_input_izq.gif) no-repeat top left;
	border: none;
	float:left;
	width: 19px;
	height: 21px;
}
#mas_oportunidades input.buscador, #ml input.buscador {
	background: #fbfbfc url(images/anunciantes/mo/mo_input_bg.gif) repeat-x top left;
	border: none;
	float:left;
	font-size: 11px;
	width: 150px;
	padding: 4px;
	height: 13px;
	margin: 0 -1px;
}

#mas_oportunidades .input_der, #ml .input_der {
	background: #fbfbfc url(images/anunciantes/mo/mo_input_der.gif) no-repeat top left;
	border: none;
	float:left;
	width: 11px;
	height: 21px;
}
#mas_oportunidades input.mo_buscar {
	border: none;
	float:right;
	padding:0;
	background: none;
	margin-top: -1px;
}

#mas_oportunidades a.mo_linkTo {
	color: #0d62a8;
	padding-top: 10px;
	height: 1%;
}

#mas_oportunidades a img {
	border: 0;
}

/* MercadoLibre
#ml .ml_box {
	margin-bottom:10px;
	margin-left: 5px;
}

#ml .box_title {
	background:#FCBC00 url(images/anunciantes/ml/ml_box_titlebg.gif) repeat-x scroll 0 0;
}
#ml .box_txt {
	color: #FFF;
	font-weight:bold;
	background-image:url(images/anunciantes/ml/ml_cor-izq.gif);
}

#ml .box_rss {
	background-image:url(images/anunciantes/ml/ml_cor-der.gif);
}
#ml input.ml_buscar {
	border: none;
	float:right;
	padding:0;
	background: none;
	margin-top: -1px;
}

#ml a.ml_linkTo {
	color: #0d62a8;
	padding-top: 10px;
	height: 1%;
}

#ml a img {
	border: 0;
}
*/

*:focus {outline: 0;}

.status_error{
	color:red;
}

/* Fix IE 6 */
* html #centro .box_cuerpo{
	width: 290px;
}

* html .comunidades #centro .box_cuerpo{
	width: 498px;
}


* html .comentarios_container .box_cuerpo{
	width: 740px;
}
* html .container350 .box_title{
	width: 350px!important;
}
* html .container350 .box_txt.registro_aclaracion{
	width: 324px!important;
}
* html .container350 .box_cuerpo{
	width: 334px!important;
}
* html #post_agregar .box_txt.registro{
	width: 548px!important;
}
* html  #post_agregar .box_rss{
	padding: 0;
	width: 0;
}

/* FIN - Fix IE 6 */

/* CSS markItUp */
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	margin:0;
}
.markItUpContainer  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	padding:5px;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
	margin-top:;
}
.markItUpHeader {
	padding-bottom:5px;
}
.markItUpFooter {
	width:100%;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/markit-handle.png);
	cursor:n-resize;
}
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
	width:22px;
	height:22px;
	margin-right:2px;
}

.markItUpHeader ul li ul li	{
	width: auto;
}


.markItUpHeader ul li ul li:hover	{
	background: none;
}

.markItUpHeader ul li:hover {
	background-image:url(images/bbcodeshover.png);
	
}

.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(images/markit-menu.png) no-repeat 115% 50%;
	margin-right:5px;
	z-index:1;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:20px; left:0px;	
	background:#FFF;
	border:1px solid #CCC;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #CCC;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background: #FFF url(images/markit-submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:21px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px; 
}
.markItUpHeader ul ul ul li {
	float:none;
}

.markItUpHeader ul ul li a {
	background:#FFF;
}

.markItUpHeader ul a {
	background-repeat:no-repeat;
	display:block;
	height:16px !important;
	margin:3px;
	text-indent:-10000px;
	width:16px;
}


.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:2px 5px 1px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3B8BAC;
}


/* Botones */
.markItUp .markItUpButton1 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -48px;
	height: 10px;
}
.markItUp .markItUpButton2 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -64px;
	height: 10px;
}
.markItUp .markItUpButton3 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -189px;
	height: 10px;
}
.markItUp .markItUpButton4 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -0px;
	height: 10px;
}
.markItUp .markItUpButton5 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -16px;
	height: 10px;
}
.markItUp .markItUpButton6 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -32px;
	height: 10px;
}
.markItUp .markItUpButton7 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -208px;
	height: 10px;
}
	/* Seleccionar Color */
	.markItUpButton .markItUpButton7-1 a{
		color:darkred;
	}
	.markItUpButton .markItUpButton7-2 a{
		color:red;
	}
	.markItUpButton .markItUpButton7-3 a{
		color:orange;
	}
	.markItUpButton .markItUpButton7-4 a{
		color:brown;
	}
	.markItUpButton .markItUpButton7-5 a{
		color:yellow;
	}
	.markItUpButton .markItUpButton7-6 a{
		color:green;
	}
	.markItUpButton .markItUpButton7-7 a{
		color:olive;
	}
	.markItUpButton .markItUpButton7-8 a{
		color:cyan;
	}
	.markItUpButton .markItUpButton7-9 a{
		color:blue;
	}
	.markItUpButton .markItUpButton7-10 a{
		color:darkblue;
	}
	.markItUpButton .markItUpButton7-11 a{
		color:indigo;
	}
	.markItUpButton .markItUpButton7-12 a{
		color:violet;
	}
	.markItUpButton .markItUpButton7-13 a{
		color:black;
	}
.markItUp .markItUpButton8 a {
	background: url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -223px;
	height: 10px;
}
	/* Seleccionar Fuente */
.markItUp .markItUpButton9 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -174px;
	height: 10px;
}
	.markItUpButton .markItUpButton9-1 a{
		font-family: 'Arial';
	}
	.markItUpButton .markItUpButton9-2 a{
		font-family: 'Courier New';
	}
	.markItUpButton .markItUpButton9-3 a{
		font-family: 'Georgia';
	}
	.markItUpButton .markItUpButton9-4 a{
		font-family: 'Times New Roman';
	}
	.markItUpButton .markItUpButton9-5 a{
		font-family: 'Verdana';
	}
	.markItUpButton .markItUpButton9-6 a{
		font-family: 'Trebuchet MS';
	}
	.markItUpButton .markItUpButton9-7 a{
		font-family: 'Lucida Sans';
	}
	.markItUpButton .markItUpButton9-8 a{
		font-family: 'Comic Sans';
	}
.markItUp .markItUpButton10 a, .markitcomment .markItUp .markItUpButton4 a, .buttons .vid {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -80px;
	height: 10px;
}
.markItUp .markItUpButton11 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -96px;
	height: 10px;
}
.markItUp .markItUpButton12 a, .markitcomment .markItUp .markItUpButton6 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -112px;
	height: 10px;
}
.markItUp .markItUpButton13 a, .markitcomment .markItUp .markItUpButton5 a, .miRespuesta .markItUp .markItUpButton5 a, .buttons .img  {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -128px;
	height: 10px;
}
.markItUp .markItUpButton14 a, .markitcomment .markItUp .markItUpButton6 a,.miRespuesta .markItUp .markItUpButton6 a, .buttons .url  {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -144px;
	height: 10px;
}
.markItUp .markItUpButton15 a, .markitcomment .markItUp .markItUpButton7 a, .miRespuesta .markItUp .markItUpButton7  a, .citarAnswer  {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -160px;
	height: 10px;
}
.markItUp .markItUpButton16 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -241px;
	height: 10px;
}
.markItUp .markItUpButton17 a {
	background:transparent url('images/bbcodes.png') no-repeat scroll left top;
	background-position: left -256px;
	height: 10px;
}

/* FIN - CSS markItUp */

#mask {
	position:absolute;
	z-index:100;
	left:0px;
	top:0px;
}
/* DIALOGO NUEVO HIPER BETA */

#modalBody {
	text-align:center;
	font-size:13px;
	padding: 20px 5px;
}



.modalForm {
	text-align: left;
	background: #EEE;
	border: 1px solid #b9b9b9;
	margin-bottom: 10px;
	padding: 5px;
	font-size:11px;
	font-weight:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#modalBody .modalForm.here {
	background: #ffffcc;
	border: 1px solid #bebe33;
}

#modalBody input {
	margin: 0 0 0 0;
	vertical-align: middle;
}
#modalBody input#icausa_status {
	width: 300px;
}

.mTitle {
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}

.mColLeft {
	float:left;
	text-align: right;
	width: 35%;
}

.mColRight {
	float: right;
	width: 60%;
}

#cuerpo input.iTxt {
	border: 1px solid #CCC;
	background: #FFF;
	width: 160px;
	font-size: 11px;
	padding: 3px;
}

#modalBody input.mDate {
	width: 35px;
}

li.mBlock {
	margin-bottom: 10px;
	clear:both;
}

li.cleaner {
	clear:both;
}

.orange {
	color: #ff6600;
}

.buttons,#buttons {
	text-align: center;
	clear:both;
}

.comunidadData .buttons .mBtn.btnCancel {
	*width: 130px;
}

.mBtn, .btn {
	all: unset!important;
	--btn: var(--color-info);
	--btn-color: var(--color-surface);
	background-color: var(--btn)!important;
	color: var(--btn-color)!important;
	font-size: var(--font-size-base)!important;
	border: 1px solid transparent!important;
	font-weight:bold!important;
	cursor:pointer!important;
	padding: 0 1rem!important;
	height: 1.5rem!important;
	line-height: 1.5rem!important;
	border-radius: .325rem!important;
	&:active {
		--bg-btn: #9a9a9a;
		--btn-border-color: var(--color-border);
	}
	&.bigF {
		font-size: 14px;
		padding: 5px 15px;
	}
	&.btnOk, &.btn-primary {
		--btn: var(--color-primary);
		--btn-color: var(--color-primary-contrast);
		&:hover {
			--btn: var(--color-primary-hover);
		}
	}
	&.btnDelete, &.btn-danger {
		--btn: var(--color-danger);
		--btn-color: var(--color-primary-contrast);
		&:hover {
			--btn: var(--color-danger-hover);
		}
	}
	&.btnCancel, &.btnYellow, &.btn-warning {
		--btn: var(--color-warning);
		--btn-color: var(--color-text);
		&:hover {
			--btn: var(--color-warning-hover);
		}
	}
	&.btnGreen {
		--btn: var(--color-success);
		--btn-color: var(--color-text);
		&:hover {
			--btn: var(--color-success-hover);
		}
	}
}
#body_resp {
	margin-bottom: 10px;
}

.nuevoTema {
	width:100px;
}

.mBtn.btnYellow {
	padding: 3px 10px;
}


/* mydialog OLD */ 


#mydialog #cuerpo {
	position: relative;
}

#mydialog #procesando {
	display: none;
	background: white;
	opacity: 0.9;
	filter: alpha(opacity=90); 
	z-index:102;
	position:absolute;
	height: 100%;
	width: 100%;
}
#mydialog #procesando #mensaje {
	color:#222;
	position:relative;
	height: 100%;
}

#mydialog #procesando #mensaje img {
	left:44%;
	margin-right:10px;
	position:absolute;
	top:29%;
	vertical-align:middle;
	width:25px;
}

#mydialog #procesando #mensaje div {
	font-size:20px;
	font-weight:bold;
	margin-left:-25px;
	margin-top:25px;
	text-align:center;
}


#mydialog #buttons {
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

#mydialog .guardarBtn {
	background: #b0de27;
	border: #607f08 1px solid;
	padding: 5px 15px;
	font-weight: normal;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	cursor: pointer;
	color: #222222;
}
#mydialog .guardarBtn.disabled{
opacity: 0.2;
	 filter: alpha(opacity=20); 
background: #CCC;
border: 1px solid #333;
}

#mydialog .cancelarBtn {
	background: #d8d8d8;
	border: #c4c4c4 1px solid;
	padding: 5px 15px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	cursor: pointer;
	color: #222222;
}


.selectCategorie {
	position:absolute;
	right:0;
	top:26px;
	display:none;
	z-index:101;
}

	.selectCategorie .selectCategorieHeader {
		background: url(images/bgHeaderCat.png) -1px top  no-repeat;
		width: 205px;
		height: 10px;
		text-align: center;
}

	.selectCategorie .selectCategorieFooter {
		background: url(images/bgFooterCat.png) -1px top  no-repeat;
		width: 205px;
		height: 20px;
		text-align: center;
}

	.selectCategorie ul {
		background: url(images/selectCatBody.png) top left repeat-y;
		padding: 10px 10px;
		overflow: hidden;
	}
	.selectCategorie li {
		overflow: hidden;
	}

/****************************************************************************************************************************************************/
.scrollable {
	position:relative;
	overflow:hidden;	
	height: 275px;
	width: 205px;
}

.scrollable .items {
	position:absolute;
	width: 205px;
	top: 0px;
}

/****************************************************************************************************************************************************/

	.selectCategorie ul li  {
		height: 20px;
		margin: 2px 0;
		display: block;
		padding: 3px 0 0 0;
	}

 .selectCategorie  span {
			padding: 0 0 0 20px;
			margin-left: 5px;
}
	.selectCategorie ul li:hover {
		background: url(images/hoverLi.gif) no-repeat top left;
	}
	
	.selectCategorie ul li:hover a {
		color: #FFF;
		font-weight: bold;
		width: 400px;
	}


	.selectCategorie ul li span.categoria {
		float: none;
		width: 100%;
	}

.infoPost {
	width: 715px;
	margin-top:10px;
	padding: 10px 10px 5px 10px;
	clear:both;
	border-top:1px solid #CCC;
	}

.infoPost strong.title {
	margin-bottom: 3px;
	display: block;
}

.infoPost .shareBox , .infoPost .rateBox , .infoPost .followBox , .infoPost .metaBox, .infoPost .ageBox {
	width: 20%;
	float: left;
}

.infoPost .tagsBox {
	width:100%;
	border-top: dashed 1px #CCC;
	padding-top: 10px;
	margin-top: 5px;
}


.infoPost .tagsBox ul {
	display: inline;
}

.favicon {
	background: url('images/favicon.png') no-repeat;
	float: left;
	margin-right: 5px;
	display: block;
	width: 16px;
	height: 16px;
}

.infoPost .socialIcons,.container370 .socialIcons {
	background: url('images/socialIcons.png') no-repeat;
	float: left;
	margin-right: 5px;
	display: block;
	width: 16px;
	height: 16px;
}

.infoPost .socialIcons.delicious,.container370 .socialIcons.delicious {background-position: 0 0;}
.infoPost .socialIcons.facebook,.container370 .socialIcons.facebook  {background-position: 0 -16px;}
.infoPost .socialIcons.digg,.container370 .socialIcons.digg  {background-position: 0 -32px;}
.infoPost .socialIcons.twitter,.container370 .socialIcons.twitter  {background-position: 0 -48px;}
.infoPost .socialIcons.email,.container370 .socialIcons.email {background-position: 0 -64px;}





.infoPost .rateBox {
	font-weight: bold;
}
.thumbs {
	background: url('images/thumbs.png') no-repeat;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.thumbs.thumbsUp {
	background-position: 0 0;
}

.thumbs.thumbsDown {
	background-position: 0 -16px;
}

.thumbs.thumbsUp:hover {
	background-position: 0 -32px;
}

.thumbs.thumbsDown:hover {
	background-position: 0 -48px;
}

.infoPost .tagsBox ul li {
	display: inline;
	font-size: 11px;
}

.infoPost .followBox {
	text-align: right;
}

div.filterBy, .paginatorBar {
	background: #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
}

.paginatorBar a, .paginator a {
	font-weight:bold;
	padding: 5px 10px;
	color: #FFF;
	background: #383838;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:block;
}

.paginadorCom .next a, .paginadorCom .before a {
	font-weight:bold;
	padding: 5px 10px;
	color: #FFF;
	background: #383838;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.filterBy a {
	color:#2f2f2f
}
div.filterBy ul {
	float: right;
}


div.filterBy ul li {
	float: left;
	margin-left: 10px;
	color: #383838;
	font-weight:bold;
	background:#999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom:1px solid #FFF;
}

div.filterBy ul li a  {
	color: #FFF;
	font-weight:bold;
	padding: 5px 10px;
	display: block;
}

div.filterBy ul li:hover {
	background:#002561

}

div.filterBy ul li:hover a  {
	color: #FFF;

}

div.filterBy ul li.here {
	background: none;
	font-weight: bold;
	color: #FFF;
	background: #34569d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.filterBy ul li.here a {
	color: #FFF;
}


div.filterBy ul li select {
	margin: 3px 0 0 5px;
}
.orderTxt {
	border-bottom: none!important;
	padding-top:5px;
	background:none!important;
}

.memberInfo {
	width: 33%;
	float: left;
}

.memberInfo a {
	font-size: 12px;
	font-weight: bold;
	color: #053e78;
}
.memberInfo img {
	width: 60px;
	height: 60px;
	display: block;
	padding: 1px;
	border: 1px solid #C1C1C1;
	margin-top: 5px;
}

a.btnNegative,a.btnPositive, a.btnNeutral {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFF;
	display:block;
	margin:10px 0 0;
	padding:5px;
}

a.btnPositive {background:#00992d;}
a.btnNegative {background:#990200;}
a.btnNeutral {background:#999;}

.Container textarea {
	border:medium none;
	background: #FFF;
	font-size:13px;
	height:50px;
	margin:0;
	padding:0;
	min-height: 50px;
	max-height: 500px;
	vertical-align:bottom;
	width: 98%;
	border: 1px solid #CCC;
	padding: 5px;
	margin-top:5px;
	clear:both;
	float:left;
}
* html .Container textarea {
	float: none;
}

.postBy {
	border: 1px solid rgb(204, 204, 204);
	padding: 8px; 
	background: rgb(238, 238, 238) none repeat scroll 0% 0%; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	
	font-size: 11px; 
	width: 100px;
	float:left;
}

a.btnActions {
	 color:#333;
	 font-weight: bold;
	 font-size:11px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background: #CCC;
	padding: 3px 5px;
	margin-left: 5px;
}

/* test boton */

.clear { /* generic container (i.e. div) for floating buttons */
		overflow: hidden;
		width: 100%;
}

a.buttontema.suscribirme, a.buttontema.desuscribirme {
	float:none;
}
a.buttontema {
		background: transparent url('images/btnComu.png') no-repeat scroll top right;
		color: #444;
		display: block;
		float: left;
		font: normal 12px arial, sans-serif;
		height: 25px;
		padding-right: 18px; /* sliding doors padding */
		text-decoration: none;
}

a.buttontema:active,a.buttontema.blue:active  {
		color:#FFF;
	 background: transparent url('images/btnComu.png') no-repeat scroll right -26px;
}

a.buttontema:active span, a.buttontema.blue:active span {
	 background: transparent url('images/btnComu.png') no-repeat scroll left -26px;
}
a.buttontema span {
		background: transparent url('images/btnComu.png') no-repeat;
		display: block;
		line-height: 21px;
		padding: 1px 0 4px 18px;
		font-weight:bold;
}




a.buttontema.yellow {
		color:#994800;
		text-align:center;
		width:91%;
		height: 31px;
		background: transparent url('images/btnComu.png') no-repeat scroll right -80px;
}


a.buttontema.yellow span {
	 background: transparent url('images/btnComu.png') no-repeat scroll left -80px;
	 text-shadow: #FFF 0 1px 0;
	 padding: 5px 0 5px 18px;
}

a.buttontema.blue, a.buttontema.suscribirme {
		margin-top:8px;
		color:#051f45;
		text-align:center;
		background: transparent url('images/btnComu.png') no-repeat scroll right -52px;
		text-shadow: #8bbbf1 0 1px 0;
		
}

a.buttontema.blue span, a.buttontema.suscribirme span {
	 background: transparent url('images/btnComu.png') no-repeat scroll left -52px;
}

.searchBtn {
	 background: transparent url('images/btnComu.png') no-repeat scroll right -112px;
	 border: none;
	 color: #FFF;
	 font-weight:bold;
	 float:left;
}

.searchBtn a {
	 padding: 4px 10px ;
	 display: block;
	 padding: 8px 15px;
	 font-size: 13px;
	 color: #004051;
	 text-shadow: 0 1px 0 #82d4f2;
}

.searchBtn a:hover {
	 color: #00617b;
	 text-decoration:none;
}

/* Buscador */

#buscador.alone {
	margin: 50px auto;
}

#buscador {
	margin: 0 auto 15px auto;
	text-align:center;
	width: 480px;
}

#buscador h2 {
	color:#FF6600;
	font-size:16px
}
#buscador .boxSearch {
	margin: 0 auto;
	text-align:center;
	margin-bottom: 15px;
}

#buscador img, #buscador input {
	vertical-align: middle;
}

.searchBar {
	padding: 7px 0 0 7px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	height: 21px;
	border:1px solid #AFAFAF;
	width: 406px;
	float:left;
}
#buscador div.filterBy ul {
	float:none;
	margin:0 auto;
	width:190px;
}
.xResults {
	font-size:14px;
	line-height: 23px;
}
.xResults strong {
	color:#004a95;
}

#resultados #showResult {
}

#showResult ul li.resultBox {
	float:left;
	width: 48%;
	margin: 5px;
	height: 125px;
}

#showResult ul li h4 {
	margin: 5px 0 2px;
}

#showResult ul li h4 a {
	color:#053e78;
	font-size: 14px;
}

#showResult .avatarBox {
	width: 85px;
	position:relative;
	background:transparent url(images/shadowAvaS.gif) no-repeat scroll left bottom;
	height:85px;
}

#showResult .avatarBox .riboon {
	position: absolute;
	display:none;
	border:none;
	background:none;
}

#showResult .resultBox.oficial .avatarBox .riboon {
	display:block;
	left:-9px;
	top:30px;
}

#showResult .infoBox {
	width: 230px;
}

#centro #showResult .infoBox {
	width: 145px;
}

#showResult .infoBox span {
	display:block;
	padding: 5px;
	border-top: 1px solid #CCC;
}

#showResult ul li img.av {
	padding: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	float:left;
}

#showResult ul li ul {
	margin-left: 5px;
	float:left;
	color:#222;
	width:100%;
	margin-right: 15px;
}

#showResult ul li ul li {
	border-top: 1px solid #CCC;
	padding: 3px 4px;
	width:100%;
}


#showResult ul li ul strong {
	color: #000;
}

#resultados {
	width:100%;
	float: left;
}
#resultados .filterBy, #resultados .paginatorBar {
	width: 750px;
}

.betaMsg {
	background: #FFFFCC;
	border-bottom: 1px solid #d0d00d;
	padding:8px;
	text-align:center;
	margin-bottom: 10px;
}


/* Monitor nuevo */

.commentBoxM {
	margin-top: 5px;
}
#monitor .hTitleM {
	border-bottom:1px solid #999;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #C3C3C3;
	margin:0;
}



.hTitleM .postTitleM {
	color:#444;
	font-size:13px;
	font-weight:bold;
	float:left;
}

.hTitleM span.pointsPost {
	color:#333;
	display:block;
	float:right;
	font-weight:bold;
	margin-right:5px;
}

.commentBoxM .monitor_comentario {
	border-bottom:1px dashed #CCC;
	background: #EEE;
	padding: 3px 8px;
}

.commentBoxM .monitor_comentario span {
	color:#666;
}

.commentBoxM .monitor_comentario a {
	font-weight:bold;
	color:#FF6600;
}
.commentBoxM .mDate {
	color:gray;
	font-size:10px;
	font-weight:normal;
	vertical-align:middle;
}

ul.points_user {
	background: #EEE;
}

ul.points_user li {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px dashed #CCC;
}

ul.points_user li a {
	vertical-align:middle;
	font-size:11px;
}

ul.points_user li span.mBtn {
	width: auto;
	float:right;
}

/*  System Icons */

.userIcons {
	margin-top:5px;
}

.userIcons li {
	float:left;
	margin-right:5px;
}
.systemicons {
	width: 16px;
	height: 16px;
	background-image: url('images/big2v1.png');
	background-repeat: no-repeat;
	display:block;
}

/* HACK 2 */

.systemicons.rango0 {background-position: 0 -110px;} /* Full User */
.systemicons.rango5 {background-position: 0 -110px;} /* Usuario */
.systemicons.rango10 {background-position: 0 -110px;} /* Great User */
.systemicons.rango11 {background-position: 0 -110px;} /* Novato */
.systemicons.rango12 {background-position: 0 -110px;} /* New Full User */
.systemicons.rango13 {background-position: 0 -110px;} /* Silver */
.systemicons.rango14 {background-position: 0 -110px;} /* Gold */
.systemicons.rango50 {background-position: 0 -110px;} /* Patrocinador */
.systemicons.rango100 {background-position: 0 -110px;} /* Moderador */

.systemicons.sexoM {background-position: -2px -132px}
.systemicons.sexoF {background-position: 0 -153px}
.systemicons.mensaje {background-position:0 -221px; float:left;}

.systemicons.mps {background-position:0 -856px;}

.systemicons.historyMod { background-position: 0 -1252px; }
.systemicons.micuenta { background-position: 0 -874px; }
.systemicons.borradores { background-position:0 -1470px;margin-top:-1px; }
.systemicons.favoritos { background-position: 0 -946px; }
.systemicons.monitor { background-position: 0 -929px; }
.systemicons.actualizar { background-position: 0 -1000px; }
.systemicons.logout { background-position: 0 -964px; }
.systemicons.logout:hover { background-position: 0 -982px; }
.systemicons.sRss { background-position: 0 -1018px;}
.systemicons.fecha { background-position: 0 -1275px; }
.systemicons.respuestas { background-position: 0 -1298px; }
.systemicons.cerrada {background-position:0 -1326px; display:inline;width:auto;height:auto;padding-left: 12px;}


.notificaciones-list .tipsy-inner {
	background-color: #FFFFCC;
}

.tipsy { padding: 3px 3px 5px 3px; font-size: 10px;background-repeat: no-repeat; }
	.tipsy-inner { 
	padding: 4px 5px;
	background: url(images/tipsy.png) repeat-x #000;
	color: white;
	max-width: 200px; 
	text-shadow: 0 1px 1px #000;
	border: 1px solid #000;
	text-align: center;
	font-weight: bold; 
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	}
	.tipsy-north { background-image: url(images/tipsy-north.gif); background-position: top center; }
	.tipsy-south { background-image: url(images/tipsy-south-n.png); background-position: bottom center; }
	.tipsy-east { background-image: url(images/tipsy-east.gif); background-position: right center; }
	.tipsy-west { background-image: url(images/tipsy-west.gif); background-position: left center; }
	
.paginadorCom {
	background: #F7F7F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:750px;
	padding: 5px;
	margin:10px 0;
	float:right;
}

.paginadorCom ul {
	padding:2px;
	text-align: center    ;
}

.paginadorCom ul li.numbers {
	/* border:1px solid #CCC; */
	font-weight: bold;
	padding:0;
}

.paginadorCom ul li.numbers a {
	padding: 2px 5px;
	color:#000;
	text-decoration:underline;
}
.paginadorCom ul li.numbers a.here {
	background:#0067CD;
	color:#FFF;
	text-decoration: none;
}

.paginadorCom ul li.numbers a:hover {
	background:#CCC;
	color:#0067CD;
}

.paginadorCom ul li {
	border: none;
	background: none;
	display:inline;
	margin-right: 5px;
	padding: 3px 0;
	font-size:13px;
}
.paginadorCom ul li a {
	color: black;
	padding:0;
}

a.pagiLink {
	-moz-border-radius: 3px;
	background:#383838 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:5px 10px;
}

.linksList {
	width: 100%;
	border-spacing:0px;

}

.linksList thead {
	background:#F3F3F3;
}
.linksList thead a {
	padding:5px 10px;
	background:#999999!important;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}

.linksList thead a.here {
	-moz-border-radius: 3px;
	-webkit-border0radius:3px;
	background:#34569d!important;
	color:#FFFFFF!important;
	cursor: pointer;
	font-weight:bold;
	display:block;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:1px solid #FFF;
}
.linksList thead a.here:hover {
	cursor:default;
	text-decoration: none;
}


.linksList thead a:hover {
	-moz-border-radius: 3px;
	background:#002561;
	color:#FFF;
	padding:5px 10px;
}


.linksList thead th strong {
	color:#004A95;
}
.linksList thead th  {
	text-align:center;
	border: none;
	color:#383838;
	padding: 8px;
	font-size:13px;
}

.linksList tbody tr:hover {
	background:#EEE;
}
.linksList tbody td {
	padding: 5px;
	border-bottom: 1px dashed #CCC;
	text-align:center;
	color:#666;
}

.linksList .categoriaPost {
	display:block;
	height:20px;
	margin-left:-5px;
	padding:0;
	width:21px;
}

.linksList .categoriaPost:hover {
	background-color:transparent;
}

.linksList span {
	color: #666;
}

.linksList .titlePost {
	font-size:13px;
	color: #007394;
	font-weight:bold;
}


.categoriaList ul {
	padding-bottom:10px;
}

.estadisticasList ul{
	font-family: Helvetica, Arial;
}

.estadisticasList ul li a span.number {
		font-weight: bold;
		display: block;
		color: #000;
		margin-right: 10px;
}

.estadisticasList ul li {
}



.estadisticasList ul li a {
	color: #8d8d8d;
	display: block;
}

.estadisticasList ul li a:hover {
	color: #000!important;
	text-decoration: none;
}




.estadisticasList ul li:hover {
	background: #fcfcfc;
}
.categoriaList li {
	position:relative;
	font-size:12px;
	line-height:16px;
	padding:2px 0 2px 8px;
}

.column {
	width: 55px;
	margin:0 5px;
}

.columnBig {
	width: 100px;
	margin:0 5px;
}

.answerOptions {
	background:#EEE;
	font-size:11px;
	height:20px;
	padding:3px;
	color:#666;
}
.comment-info .answerOptions {
	background:none;
	height:14px;
	padding:0;
	color:#666;
}

.comment-content .answerOptions  ul li {
	padding:0px 5px 0 10px;
	
}

.answerOptions .metaDataA {
	margin-left: 4px;
}
.answerOptions ul li {
	float: left;
	display:block;
	background: url('images/d-opt.gif') no-repeat 0px 7px;
	padding:0px 5px 0 10px;
}

.answerOptions ul li.answerCitar {
	
}

.answerOptions ul li.deleteAnswer a img  {
	margin: 2px;
}
.answerOptions .systemicons {
	margin-top:1px;
}

.citarAnswer {
	display:block;
	height:16px;
	width:16px;
}

.relevancia {
	margin:0 auto;
	height:14px;
	width: 68px;
	background:top left url('images/relevanciabg.gif') no-repeat;
}
.porcentajeRel {
	background:top left url('images/relevanciaBars.gif') no-repeat;
	height:14px;
}

.paginadorBuscador {
	background: #F7F7F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:930px;
	padding: 5px;
	margin-top: 10px;   
	float:right;
	position:relative;
}

.paginadorBuscador .pagesCant {
	width:100%;
}
.paginadorBuscador ul {
	padding:4px;
	text-align: center;
}

.paginadorBuscador ul li.numbers {
	/* border:1px solid #CCC; */
	font-weight: bold;
	padding:0;
}

.paginadorBuscador ul li.numbers a {
	padding: 2px 5px;
	color:#000;
	text-decoration:underline;
}
.paginadorBuscador ul li.numbers a.here {
	background:#0067CD;
	color:#FFF;
	text-decoration: none;
}

.paginadorBuscador ul li.numbers a:hover {
	background:#CCC;
	color:#0067CD;
}

.paginadorBuscador ul li {
	border: none;
	background: none;
	display:inline;
	margin-right: 5px;
	padding: 3px 0;
	font-size:13px;
}
.paginadorBuscador ul li a {
	color: black;
	padding:0;
}

.paginadorBuscador .next a, .paginadorBuscador .before a {
	font-weight:bold;
	padding: 5px 10px;
	color: #FFF;
	background: #383838;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:block;
}

.paginadorBuscador .next, .paginadorBuscador .before {
	position:absolute;
	top:5px;
}

.paginadorBuscador .next {
	right: 5px;
}

.paginadorBuscador .before {
	left: 5px;
}


/* buscador rapido */

.searchFil {
	color: #666;
}
.searchWith {
	font-weight:bold;
	color: #000;
	font-size: 13px;
	float:left;float:left;
}
.searchWith a {
	color:#004a95!important;
}

.searchWith a.here {
	color: #000!important;
}
span.sep {
	font-weight: normal;
	color:#EEE;
	margin:0 5px;
}
.searchTabs {
	bottom:-1px;
	margin-bottom:-1px;
	position:relative;
	*bottom:0px;
}
.searchTabs li {
	border:1px solid #CCC;
	float:left;
	background: #EEE;
	margin-right: 5px;
	font-weight: bold;
	font-size:13px;
	position:relative;
	z-index:10;
}

.searchTabs li  a {
	color: #004a95;
	padding:5px 15px;
	display:block;
}
.searchTabs li.here a {
	color: #000;
	padding:5px 15px;
	display:block;
}
.searchTabs li:hover {
	background: #CCC;
}
.searchTabs li.here {
	background: white;
	border-bottom:1px solid #FFF;
}

.searchTabs li.clearfix {
	border:none;
	padding:0;
	margin:0;
	background:none;
}


#buscadorBig {
	position:relative;
	width:555px;
	margin: 45px auto;
}
.searchCont {
	margin-top: -1px;
	padding:12px;
	*padding-top: 6px;
	border: 1px solid #CCC; 
	clear:both;
	background: url('images/gradientSearch.gif') bottom left repeat-x;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
}

.logoMotorSearch {
	*margin-right:12px;
	float:right;
}
.searchBar {
	-moz-border-radius:3px;
	margin-right: 10px;
	font-size:18px;
	padding:7px 0 8px 7px;
	*width: 370px;
}
.boxBox {
	-moz-border-radius: 5px;
	background: #E1E1E1;
}
#buscadorLite .boxBox {
	*height:60px;
}
.inputTxt {
	border: 2px solid #E1E1E1;
	-moz-border-radius: 5px;
	background: #FFF;
	width: 100px;
}
.filterSearch {
	padding: 8px ;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top: 1px dashed #CCC  ;
}
.filterSearch strong {
	display: block;
	float:left;
	color:#000;
	margin: 2px 20px 2px 0;
}
.searchEngine {
	padding:8px;
}

.searchEngine .mBtn {
	padding:6px 10px;
	font-size:17px;
	*padding: 6px 2px;
}

.whereSearch {
	border-right: 1px solid #CCC; 
	padding-right: 20px;
	float:left;
}

.byCatSearch {
	border-left: 1px solid #FFF; 
	padding-left: 20px;
	float:left;
}

.byCatSearch label {
	*margin-top:-5px;
}

.byCatSearch select {
	margin-top:2px;
	width: 200px;
	height:20px
}
/* Lite  */
#buscadorLite {
	margin-bottom:15px;
}
#buscadorLite .searchEngine{
	float:left;
}
#buscadorLite .filterSearch{
	float:left;
	border:none;
}
#buscadorLite .filterSearch strong {
	margin:0 15px 0 0;
}
#buscadorLite .searchTabs li {
	font-size:12px;
} 
#buscadorLite .searchWith {
	float:left;
}



/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; height: 1%; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* slightly enhanced, universal clearfix hack 

.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
.clearfix{display:block; *zoom:1;_zoom:1}

.clearfix:after {
				visibility: hidden;
				display: block;
				font-size: 0;
				content: " ";
				clear: both;
				height: 0;
 }

.clearfix {
				display: inline-block;
 }


* html .clearfix {
				height: 1%;
 }

.clearfix {
				display: block;
}


#cuerpocontainer .tops {
	padding:0 5px 0 0;
	width:308px !important;
}

.filterFull {
	width: 100%;
}
.resultadosFull .resultFull {
	float:left!important;
	width:730px!important;
}

.resultadosFull {
	float:none!important;
	width:100%!important;
}

.resultadosFull .filterBy {
	width:925px!important;
}

.resultadosFull .paginadorBuscador {
	width:720px;
	float:left;
}

.ads120-240 {
	background: #E7E7E7;
	padding:0 20px;
}

.ads120-240 #ads {
	margin: 0 auto!important;
}

.yahooAds {
		background:#F3F3F3;
		padding:2px 4px 0px 6px;
		margin-bottom:15px;
	}
	.yahooAds h2 {
		margin:0;
	}
	
	.yahooAds .spns {
		margin:0;
	}
	
div.filterBy .displayStyle ul li {
	margin: 0 5px 0 0;
}

div.filterBy .displayStyle ul li a {
	padding:0;   
}


#showResult.gayColor ul li.resultBox   {
	width:100%;
	height:auto;
	padding: 5px 0;
	border-bottom:1px solid #CCC;
	margin:0;
	position:relative;
}

#showResult.gayColor ul li.resultBox .infoBox  {
	width:auto;
}

#showResult.gayColor ul li.resultBox:hover  {
	background:#E7E7E7;
}



#showResult.gayColor ul li.resultBox .infoBox span {
	display:inline;
	border:none;
}

#showResult.gayColor ul li.resultBox .infoBox span.rango {
	background:#CCCCCC none repeat scroll 0 0;
	display:block;
	font-size:9px;
	padding:4px 8px;
	position:absolute;
	right:5px;
	top:12px;
	font-weight:bold;
	-moz-border-radius:20px;
}

#showResult.gayColor ul li.resultBox .infoBox span.rango strong {
	display:none;
}

#showResult.gayColor .avatarBox  {
	width:auto;
	height:auto;
}

#showResult.gayColor ul li ul li {
border:none;
display:inline;  
}

#showResult.gayColor .avatarBox img {
	width:32px;
	height:32px;
}

/* deleted post */

.post-deleted .categoriaPost a, .post-denunciado .categoriaPost a {
	color:#007394;
	font-size: 14px;
	font-weight: bold;
}



.post-deleted h4, .post-denunciado h4, .user-suspendido h4 {
	color:#FF6600;
	font-size: 16px;
	margin: 5px 0;
}

.post-deleted h3, .post-denunciado h3, .user-suspendido h3 {
	font-size: 18px;
	color: #CE0101;
	margin: 0 0 5px 0;
}

.post-deleted, .post-denunciado, .user-suspendido {
	margin: 25px 25px;
	min-height: 325px;
	font-size:14px;
}

.post-privado {
		background: url(images/private-post.gif) no-repeat bottom right!important; 
	
}
.post-denunciado {
	background: url(images/denunciado_post.gif) no-repeat bottom right; 
}
.post-deleted {
	background: url(images/deleted-post.gif) no-repeat bottom right; 
}
.user-suspendido {
		background: url(images/suspension.gif) no-repeat bottom right;
}

.post-deleted ul,.post-denunciado ul  {
	width: 480px;
}

#post-centro .box_cuerpo a:visited {
	color:#551A8B!important;
	font-weight: bold;
}

.post-privado #RegistroForm input {
	padding: 5px;	
	width: 270px!important;
}

.post-privado .form-line {
margin-bottom: 10px;
}

.post-privado #RegistroForm .pasoDos input {
	padding: 0px;	
	width:auto!important;
}

.post-privado #login-registro-logueo .mBtn {
	display: block;
	margin-bottom: 10px;
}

.post-privado #login-registro-logueo .ilogin {
	margin: 0;
}


 
.post-privado #buttons {
	margin-top: 10px;
}



/* CSS NUEVO POST */


	.avatarBox {
		width: 141px;
		height: 141px;
		margin: 0 auto 10px auto;
				padding-bottom: 13px;
				background: url("images/avatarShadow.png") no-repeat scroll center bottom transparent;
	}
	.metadata-usuario {
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
	}
	.metadata-usuario .nData {
		color:#FF6600;
		display:block;
		font-size:15px;
		margin-top:8px;
	}
	
	.post-autor .box_cuerpo {
		overflow: hidden;
}
	.post-autor a .given-name  {
		font-size: 14px;
		color:#004a95;
		font-weight: bold;
	}
	.post-autor .rango {
		color:#666666;
	}
	.post-title .icons.anterior {
		position: absolute;
		left: 8px;
		top: 9px;
		padding: 0;
		width: 16px;
		height: 16px;
		display:block;
	}
	.post-title .icons.siguiente {
		position: absolute;
		left: 28px;
		top: 9px;
		padding: 0;
		width: 16px;
		height: 16px;
		display:block;
	}
		.post-title .fortuitare {
		position: absolute;
		right: 8px;
		top: 9px;
		padding: 0;
		width: 16px;
		height: 16px;
		display:block;
	}
	.comentarios-title .paginadorCom .before,	.comentarios-title .paginadorCom .next {
		display:block;
		margin: 0;
		padding: 0;
	}

	.comentarios-title .paginadorCom .desactivado {
		background: #EEE!important;
		color: #FFF!important;
	}

	.comentarios-title .paginadorCom .desactivado:hover {
		text-decoration: none;
	}

/* COMPARTIR*/

.compartir-mov {
		background: url('images/compartir.gif') bottom left repeat-x transparent; 
			padding-bottom:8px;
		
	position: relative;
}

.post-wrapper .post-contenedor {
	overflow: visible!important;
}
.post-wrapper .post-contenido {
	overflow: hidden!important;
}
.m-left {
	bottom:0;
	height:56px;
	left:-24px;
	position:absolute;
	width:25px;
	background: url('images/movi-left.gif') bottom left repeat-x transparent; 
}

.m-right {
	bottom:0;
	height:56px;
	right:-24px;
	position:absolute;
	width:25px;
	background: url('images/movi-right.gif') bottom left repeat-x transparent; 
}

.movi-logo {
	bottom:11px;
	height:30px;
	position:absolute;
	width:151px;
	background: url('images/movi-logo.png') bottom left no-repeat transparent; 
	
}

li.min-icon {
	height:32px;
	margin-top:35px;
	position:relative;
	width:32px;
	margin-top: 35px;
}

li.txt-movi {
color:#FFFFFF;
font-size:11px;
font-weight:bold;
margin-top:42px;
text-shadow:0 1px 0 #4096bf;}


.post-compartir li .share-big {
	display: block;
	float: right;
	height:62px;
	width: auto;
}


.post-compartir li{
	display: block;
	float: right;
	margin-left: 8px;
}

.post-compartir li a  {
position:relative;	bottom: 0;
}

.share-t {
width:74px;
	height: 18px;
	display: block;
	background: url('images/share-t.png') bottom left no-repeat; 
	
}

.share-t-count {
background:url("images/bubble.png") no-repeat scroll left top transparent;
color:#2A7090;
display:block;
font:bold 16px Arial,Helvetica,sans-serif;
height:20px;
padding:9px 5px 14px;
position:relative;
text-align:center;
width:64px;


}
.FBConnectButton_Small .FBConnectButton_Text {
	margin-left:17px;
	padding:2px 4px 3px!important;
	-moz-border-radius:3px;
}
.fb_share_count_nub_top {
	display: none!important;
}
.fb_share_count_top {
	display:block!important;
	background:url("images/bubble.png") no-repeat scroll left top transparent!important;
	border: none!important;
	margin: 0!important;
	padding-bottom: 7px;
	
}
.fb_share_count  {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	text-align:center;
}
.fb_share_count_inner {
	color:#2A7090;
	font:bold 16px Arial,Helvetica,sans-serif;
	height:28px;
	padding-top:8px;
	
}
.fb_share_count_inner {
	display:block;
	background: none!important;
}


/* MOVISTAR COMPARTIR*/

	.comentarios-title .paginadorCom .before a, .comentarios-title .paginadorCom .next a {
		background: url('images/bg_before_next.gif') bottom left repeat-x #d2d2d2; 
		padding: 12px 20px;
		font-size:13px;
		color: #383838;
		text-shadow: 0 1px 0 #FFF;
	}


	.title-tags {
		font-size: 14px;
		font-weight: bold;
	}
	.post-relacionados h4 {
		margin: 8px;
		font-size: 14px;
	}

	.post-relacionados ul {
		margin: 0 10px 10px 10px;
		overflow:hidden;
	}



	.post-relacionados ul li.categoriaPost  {
		margin-bottom:0;
	}

	.post-relacionados ul li.categoriaPost a {
		height:16px;
		overflow:hidden;
	}
	
	#izqueirda .box_cuerpo li.categoriaPost a {
			overflow:hidden;
			width:335px;
	}





	.post-relacionados ul li.categoriaPost:hover  {
		background-color: none;
	}

	#post-comentarios {
		margin-top: 15px;
		float: right;
		width: 835px;
		overflow: hidden;
	}

	#post-comentarios .miComentario .answerInfo {
		width: 52px;
	}
	.miComentario .answerInfo img,	.miRespuesta .answerInfo img  {
		border: 1px solid #CCC;
		padding: 1px;
		background: #FFF;
	}
	#post-comentarios .miComentario .answerTxt {
	margin-left:5px;
	width:768px !important;
	}


	#post-comentarios .paginadorCom {
		float: none;
		width: 765px;
		padding: 0;
	}

	#post-comentarios .paginadorCom li {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
	}
	#post-comentarios .paginadorCom .next a, #post-comentarios .paginadorCom .before a { 
		display: block;
	}

	#post-comentarios .paginadorCom ul {
		padding: 0;
	}

	#post-comentarios .paginadorCom ul li.numbers a  {
		padding: 12px 8px;
		display: block;
		color: #004a95;
		text-decoration: none;
	}

	#post-comentarios .paginadorCom ul li.numbers a.here  {
		color: #000;
		text-shadow: 0 1px 0 #e5e5e5;
		border-right: 1px solid #c4cacf;
		border-left: 1px solid #c4cacf;	
		background: #e3e3e3;
	}


	#post-comentarios .paginadorCom .numbers {
		font-size: 16px;
	}

	#post-comentarios .comentarios-title {
		margin-left:68px;
		width:765px;
	}
	.comentario-post {
		margin-bottom: 10px;
	}
	
	.respuesta-post {
		margin-bottom: 10px;
	}
	
	.comentario-post .avatarspace {
		float:left;
		width:160px!important;
		height: 30px;
		text-align: right;
	}

	.comentario-post .avatarspace a {
		font-weight: bold;
		color:#004a95;
		font-size: 12px;
	}


	.comentario-post .commenttext p {
		margin: 12px;
		font-size:12px;
		line-height:20px;
	}
	/*
.comentario-post, .miComentario {
	width: 940px
}*/
	.comentario-post .commenttext {
		background:#F7F7F7 none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		-moz-border-radius: 5px;
		float: right;
		_width:755px;
		width: 765px
	}
	.banner-300 {
		width: 300px;
		height: 250px;
		background:#EEE;
		float:right;
		margin-right: 4px;
	}
	.post-relacionados {
		background: #EEE;
		width: 438px;
		margin-right: 22px;
		marg\in: 0px;
		border:1px solid #cfcfcf;
		float:left;
		-moz-border-radius: 5px;
	}
	.post-estadisticas .icons.puntos_post {
		background-position: right -40px;
	}

	.post-estadisticas .icons.favoritos_post {
		background-position: right -64px;
	}

	.post-estadisticas .icons.visitas_post {
		background-position: right -87px;
	}
	
	
	.post-estadisticas .icons.monitor {
		background-position: right -926px!important;
	}
	
	.post-estadisticas .icons.medallas {
		background: url('images/icons/med/medt_gold_16.png') no-repeat;
		background-position: right;
	}
	


		.btn_g .follow {
			background-position: 0 -1362px;}
			
			.btn_g .follow:hover {
				color: #14aa03;
			}
				
			
			.spinner {
				background-image: url('images/spinner.gif');
				background-position: 0 0!important;
				background-repeat: no-repeat!important;
			}
			.avatar-box .spinner span {
				background: url('images/spinner.gif') right 0px no-repeat!important;
			}
			
			.avatar-box li.comprobando a {
				color: #9F9F9F!important;
			}
		
		.btn_g .unfollow {
			background-position: 0 -1382px;
		}
		.btn_g {
			display: block;
			font-weight: bold;
			padding: 5px 8px;
			border: 1px solid #bababa;
			-moz-border-radius: 5px;
			background: url('images/bg_g.gif') repeat-x bottom left!important;
			text-shadow:0 1px 0 #FFFFFF;
			font-size: 11px;
		}

		.btn_g span,.btn_g span:hover {
			padding-left: 22px;
			text-decoration: none!important;
		}

		.btn_g:hover {
			-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
			text-decoration: none;
		}

		.btn_g:active {
			background: #cbcbcb url('images/bg_g.gif') repeat-x top left!important;
		}

		.comunidades #izquierda .btn_g{
			margin-top: 10px;
		}

.postBy .btn_g{
	margin-top: 5px;
}

		.post-acciones {
		}
		

	.post-estadisticas .icons {
		padding-right: 20px;
	}

	.post-metadata hr {
		margin: 5px 0;
		_margin: 0;
		padding: 0;
	}

	.tags-block {
		float: left;
		width:485px;
	}

	.tags-block span.tags_title {
		display:block;
		font-weight: bold;
		font-size: 13px;
		color:#333333;
		padding-left: 22px;
		background-position: left -1343px;
		margin-bottom: 3px;
	}

	.tags-block a {
		font-size:11px;
		font-weight:bold;
		color: #004A95;
	}
	.post-cat-date {
		float: right;
		text-align: right;
		font-size: 13px;
		line-height:1.8em;
		width: 250px;
	}
	.post-estadisticas li span {
		color: #000000;
		font-size:  13px;
	}
	.post-acciones {
		color: #383838;
		float: left;
		font-size: 12px;
	}

	.dar-puntos {
		color:#999999;
		font-weight:normal;
		margin:5px;
		text-align:center;
	}
	.dar-puntos span {
		color:#333333;
		font-size:12px;
		font-weight:bold;
	}

	.dar-puntos a {
		color: #005ACB;
		font-weight: bold;
		font-size: 12px;

	} 
	.post-acciones ul {
		font-weight: bold;
	}



	.post-estadisticas {
		font-size: 14px;
		text-transform: uppercase;
		float: right;
		font-weight: bold;
		color: #666666;
		text-shadow: 0 1px 0 #f6f6f6;
		text-align: right;
	}

	.post-estadisticas li {
		float: right;
		margin-left: 10px;
		font-size: 11px;
	}

	.post-acciones li {
		float:left;
		margin-right: 5px;
	}
	.post-metadata {
		width: 100%;
		background: url('images/bg_meta.gif') repeat-x top left #e6e6e6 ;

	}
	.post-wrapper .post-autor {
		padding:2px;
		width:160px;
		float:left;
		height:auto;
		overflow:visible;
	}

	.post-contenedor {
		width: 760px;
		margin-left: 10px;
		background: #EEE;
		border: 1px solid #cfcfcf;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		float: left;
		margin-bottom: 10px;
		position:relative;
		overflow: hidden;
	}

	.post-title  {
		border-bottom: 1px solid #CCC;
		text-align: center;
		padding: 10px 0;
		background:#DDD;
	}

	.post-title h1 {
		font-size: 14px;
		color: #333333;
		font-weight: bold;
		text-shadow: 0 1px 0 #f5f5f5;
		margin: 0;
	}

	.post-contenido {
		word-wrap: break-word;
		padding: 12px;
		border-top:1px solid #f6f6f6;
		font-size: 13px;
		line-height: 1.5em;
		overflow: hidden;
	}
	.mensaje .rbody{
		float: left;
		background: #F2F2F2;
		width: 400px;
		padding: 5px;
		min-height:37px;
		border: 1px solid #DDD;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		word-wrap: break-word;
	}
		.post-contenido img{
				max-width: 735px!important;
		}

	#post-comentarios #body_comm  {
		margin-bottom: 10px;
	}


	#post-comentarios .buttons *,#post-comentarios  .buttons {
		_height:1%;
	}

	#post-comentarios .commenttext {
		font-size: 13px;
	}

	.mensajes.ok {
		background:#C4E19B none repeat scroll 0 0;
		color:#333333;
		font-weight:bold;
		margin-bottom:10px;
		padding:10px;
		text-align: center;
	}

	.mensajes.error {
		background:#FFFFCC none repeat scroll 0 0;
		color:#333333;
		font-weight:bold;
		margin-bottom:10px;
		padding:10px;
		text-align: center;
	}
	
	.post-compartir {
		margin-top: 5px;
	}
	
	.post-compartir li {
		display: inline;
	}
	
	.cuerpo_comm {
	padding: 3px 10px 10px 10px;
	margin: 0!important;
	overflow: hidden;
}

/* MOD BARRA NUEVA */


.moderacion_del_post {
	background: #171f2b url('images/bg_mods.gif') repeat-x top left;
	width: 100%;
	z-index: 100;
	left: 0;
	bottom:0;
	position:fixed;
	-moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}

.moderacion_del_post .gifCargando {
position:absolute;
right:15px;
top:11px;
}


.moderacion_del_post ul li {
	list-style: none;
	display: inline-block;
	padding: 0 0 0 5px;
}

.moderacion_del_post ul li a {
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	font-weight: bold;
	font-size:  11px;
	text-decoration: none;
	padding: 7px 10px 7px 20px;
	display: inline-block;
}

.moderacion_del_post ul li a {
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	font-weight: bold;
	font-size:  11px;
	text-decoration: none;
	padding: 7px 10px 7px 20px;
	display: inline-block;
}

.moderacion_del_post ul li select {
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	font-weight: bold;
	font-size:  11px;
	text-decoration: none;
	padding: 6px 10px 7px 20px;
	display: inline-block;
	border: none;
	-moz-appearance: none!important;
	max-width:120px;
}

.moderacion_del_post ul li option {
	background: #1b2332;
}


.moderacion_del_post ul li a:active,.moderacion_del_post ul li.push a {
	color: #181e28;
	text-shadow: 0 1px 0 #778398;
}


.moderacion_del_post ul li span {
	display: block;
}

.moderacion_del_post ul li {
	background: url('images/btn_bg.gif') no-repeat top left;
}

.moderacion_del_post ul li span {
	background: url('images/btn_border.gif') no-repeat top right;
}

.moderacion_del_post ul li.push {
	background: url('images/btn_bg_push.gif') no-repeat top left;
}

.moderacion_del_post ul li.push a {
	background: url('images/mod-icon.png') 0 7px no-repeat;
	
}

.moderacion_del_post ul li.push span {
	background: url('images/btn_border_push.gif') no-repeat top right;
}

/* Icons */

.mod_container {
	width: 960px;
	margin: 0 auto;
}

.mod_container * {
	outline: none;
}

.mod_container ul li.historial {
	background: none;
}


.mod_container ul li.historial a {
	padding: 0;
}

.mod_container ul li.historial img {
	vertical-align: middle;
}

.moderacion_del_post ul li a.sticky_mod {background: url('images/icons_mod.png') 0 -23px no-repeat;}
.moderacion_del_post ul li.push a.sticky_mod {background: url('images/icons_mod.png') 0 7px no-repeat;}

.moderacion_del_post ul li a.lock_mod {background: url('images/icons_mod.png') 0 -83px no-repeat;}
.moderacion_del_post ul li.push a.lock_mod {background: url('images/icons_mod.png') 0 -53px no-repeat;}

.moderacion_del_post ul li a.adsense_mod {background: url('images/icons_mod.png') 0 -141px no-repeat;color: red!important}
.moderacion_del_post ul li.push a.adsense_mod {background: url('images/icons_mod.png') 0 -112px no-repeat;color: #00FF18!important;text-shadow:0 1px 1px #000000;}

.moderacion_del_post ul li a.edit_mod {background: url('images/icons_mod.png') 0 -256px no-repeat;}
.moderacion_del_post ul li.push a.edit_mod {background: url('images/icons_mod.png') 0 -226px no-repeat;}

.moderacion_del_post ul li a.trash_mod {background: url('images/icons_mod.png') 0 -201px no-repeat;}
.moderacion_del_post ul li.push a.trash_mod {background: url('images/icons_mod.png') 0 -171px no-repeat;}

.moderacion_del_post ul li select.categoria_mod {background: transparent url('images/icons_mod.png') 0 -364px no-repeat;}
.moderacion_del_post ul li.push a.categoria_mod {background: url('images/icons_mod.png') 0 -338px no-repeat;  }


.moderacion_del_post #descargas { color: }

.moderacion_del_post ul#mod-acciones-pushed  {
	margin: 2px 0 0 0;
	float: right;
	padding: 0;
}


.moderacion_del_post ul#mod-acciones-click  {
	margin: 2px 0 0 0;
	float: left;
	padding: 0;
}

/**/
.uSuspendido { color:red!important}
.especial1 .comment-box { -moz-box-shadow: 0 0px 10px #7DBEF1;-webkit-box-shadow: 0 0px 10px #7DBEF1;box-shadow: 0 0px 10px #7DBEF1;border: 1px solid #7DBEF1; }
.especial2 .comment-box { -moz-box-shadow: 0 0px 10px #ffcbcb;-webkit-box-shadow: 0 0px 10px #ffcbcb;box-shadow: 0 0px 10px #ffcbcb;border: 1px solid #ff0000; }
.especial3 .comment-box { -moz-box-shadow: 0 0px 10px #ff8c00;-webkit-box-shadow: 0 0px 10px #ff8c00;box-shadow: 0 0px 10px #ff8c00;border: 1px solid #ff8c00; }




/* Nuevos comentarios */

.comentario-post {
margin-bottom:10px;
width:835cpx;
}


.comentario-post:hover .avatar-32{
	border: 1px solid #000;
	-moz-box-shadow: 0 3px 3px #CCC;
}

	div.comentario-post .avatar-32 {
		width:32px;
		height:32px;
		padding:1px;
		border: 1px solid #CCC;
		position:relative;
		background:#FFF;
		z-index: 1;
	}
	.avatar-box {
		position: relative;
		float:left;
		*z-index: 3000;
	}
	
	.avatar-box img {
		padding: 1px;
		border: 1px solid #CCC;
	}
	.avatar-box:hover {
		cursor:pointer;	
	}
	
	.avatar-box ul {
		padding:0;
		margin:0;
		position: absolute;
		z-index: 150;
		top: 51px;
		left: 0;
		background: #e9e9e9;
		width:160px;
		border:1px solid #CCCCCC;
		list-style:none;
		-moz-box-shadow: 3px 3px 10px  rgba(0,0,0,0.2);
		display:none;
	}
	

	.avatar-box li a {
		padding: 6px;
		background: url('images/comm_li_divide.gif') top left repeat-x;
		position: relative;
		color:#404040;
		text-shadow: 0 1px 0 #FFF;
		font-size:11px;
		text-decoration: none;
		display:block;
		z-index: 300;
	}
	
	.avatar-box li a:hover {
		background:#2a61e0 url('images/comm_li_hover.gif') top left repeat-x;
		color:#FFF;
		text-shadow: 0 1px 0 #000;
	}
	
	.avatar-box li a span {
		background: url('images/comm_sprite.png');
		background-repeat: no-repeat;
		height:16px;
		width:16px;
		display:block;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	.avatar-box li.seguir a span { background-position: 0 0	}
	.avatar-box li.enviar-mensaje a span { background-position: 0 -16px;}
	.avatar-box li.bloquear a span { background-position: 0 -33px	}
	.avatar-box li.moderar a span { background-position: 0 -49px}
	
	.avatar-box li.seguir a:hover span { background-position: 0 -64px	}
	.avatar-box li.enviar-mensaje a:hover  span { background-position: 0 -80px;}
	.avatar-box li.bloquear a:hover  span { background-position: 0 -96px	}
	.avatar-box li.moderar a:hover  span { background-position: 0 -114px}
	
	.comment-box {
		float:left;
		margin-left: 15px;
		border: 1px solid #b4b4b4;
		font-size:12px;
		width:765px;
		position: relative;
	}
	
	.dialog-c {
		position: absolute;
		display: block;
		width: 9px;
		height: 15px;
		left: -9px;
		background: url('images/dialog_c.png');
		top: 5px;
	}
	.comment-content {
		padding:10px;
		background:#ededed;
		overflow: hidden
	}
	
	.comment-info {
		padding:6px;
		font-size:11px;
		border-bottom: 1px solid #b4b4b4;
		background: url('images/bg_title_comment.gif') top left repeat-x;
		height: 14px;
		overflow: hidden;
	}
	
	
	/* dev a online */
	.comment-info a {
		font-weight:bold;
		text-decoration:none;
	}
	
	.comment-info a.nick {
		color: #004A95;
	}




/* Registracion 2.0 */
	.pasoDos {
		display:none;
	}
	
	.pasoDos select{
		width:120px;
		margin-bottom: 5px;
	}
	#mask  {
		background: #111;
		opacity: 0.6;
			 filter: alpha(opacity=60); 
	}
	#mydialog #dialog {
		text-align: left;
		border: 3px solid #b5af9f;
		display:none;
		z-index:101;
		-moz-box-shadow: #333 0px 0px 25px; 
		-webkit-box-shadow: #333 0px 0px 25px;
	}

	#mydialog #cuerpo {
		background: #f4f1e9;
	}
	
	
	#mydialog #dialog #title {
		text-align: left;
		text-shadow: 0 1px 0 #003851;
		border-bottom: 1px solid #003A74;
		border-right: 0;
		border-left: 0;
		border-top:0;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		padding: 8px;
		border: 1px solid #003a74;
		background:#2e8af5 url('images/btnRainbow.gif') top left repeat-x;
	}
	.registro .disabled {
		filter: alpha(opacity=75); -khtml-opacity: 0.75; -moz-opacity: 0.75; opacity: 0.75
	}
	#modalBody label {
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#modalBody input {
		margin-bottom: 10px;
		border: 1px solid #c4c2b9;
		padding:6px 4px;
	}
	
	#modalBody input.checkbox {
		margin: none;
		border: none;
		background: #FFF;
		width: auto;
		padding: 0;
		-moz-border-radius: 0;
	}
	
	.registro #dialog {
		width: 375px!important;
	}
	.registro #modalBody { /* DEV A ONLINE, SE CAMBIA PARA EL REGISTRO CON FACEBOOK */
		text-align: left;
		padding:25px 35px 0;
	}
	
	
	.registro #modalBody { /* DEV A ONLINE, SE CAMBIA PARA EL REGISTRO CON FACEBOOK */
		text-align: left!important;
		padding:0!important;
	}
	
	.registro #modalBody #RegistroForm {
		padding: 0 35px 0 35px;	
	}
	
	.registro.unsocial	 #modalBody #RegistroForm {
		padding: 35px 35px 0 35px;	
	}
	

	
	
	.registro #modalBody .footerReg {
		font-size:11px;
		margin: 15px 0 5px 0;
	}
	
	.registro label {
		display:block;
		font-weight:bold;
		margin:0 0 5px;
		text-shadow:0 1px 0 #CCC;
	}
	
	.registro label.list-label {
		display:inline!important;
		font-weight:normal!important;
		text-shadow:none!important;
	}
	
	.registro select {
		display:block;
		margin-right:5px;
	}
	
	.registro input.checkbox {
		margin: 0 0 5px 0!important;
		width: auto!important;
	}
	
	.registro .pasoUno select {
		float: left;
	}
	
	.registro input {
		width: 290px!important;
	}
	
	.registro input.mBtn {
		width:auto!important;
	}
	
		.registro input.radio {
			width: auto!important;
		}
	
	#recaptcha_image img {

	}
	
.close_dialog {
	position: absolute;
	right:8px;
	top:8px;
	cursor: pointer;
}

/* Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('images/cargando.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}
/* FIN - Autocomplete */

/*
.kodak-yt {
	width: 640px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	border: 3px solid #f2b41b;
	background: #000;
	font-family: Helvetica,Arial;
	margin-top:30px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

.kodak-banner a {
	display: block;
	text-align: right;
	color: #f2b41b!important;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	background: url('images/kodak_bg.gif') no-repeat 5px 2px;
}

.kodak-banner a:visited {
	color: #f2b41b!important;
}
.comunidades .kodak-yt {
	width: 600px;
} 
*/
.post-deleted.404Page {
	background: url('images/404_oso.gif') no-repeat right middle;
}

.pag-vid {
	width:930px!important;
}

.pag-vid .before a,.pag-vid .next a{
	display:block!important;
}


/* float clearing for IE6 */
* html .clearbeta{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html .clearbeta{
	min-height: 1%;
}

/* float clearing for everyone else */
.clearbeta:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}


	.changec {
		position: absolute;
		right:9px;
		top:9px;
		font-weight: normal;
		font-size: 11px;
	}
	
	.clima-h-city {
		border-bottom:1px solid #CCC; padding:2px 0 7px 2px
	}
	
	.clima-h-data {
		padding-top:5px;border-top:1px solid #FFF;position: relative;
		cursor: pointer;
	}
	.climaH-ext {		
		margin-top:5px
	}
	.climaH-ext li {		
		padding: 3px 8px;
		_height:1%;
		border-top: 1px dashed #b9b9b9;
		background: #E1E1E1;
		overflow: hidden;
	}
	
	.climaHome {
		border: 1px solid #b2b2b2;
		font-weight: bold;
		color: #000;
		font-size: 12px;
		padding: 6px;
		margin-bottom: 12px;
		-moz-border-radius: 5px;
		position: relative;
		background: #F5F5F5 url('images/bg_clim_h.gif') repeat-x bottom left;
		font-shadow: 0 1px 0 #FFF;
	}
	
	.expand {
		position: absolute;
		top: 8px;
		right: 5px;
		_right: 12px;
		display: block;
		width: 11px;
		height: 8px;
		background: transparent url('images/min_expand.png') no-repeat top right;
	}
	.climaHome strong {
		color: #007394;
	}
	
	.climaHome img {
		vertical-align: middle;
	}
	
	
	

#clima {
	background: #dcf4f6;
	padding: 10px;
	font-family: Helvetica, Arial;
	width: 940px;
}

#clima h1 {
color:#09474F;
font-size:24px;
font-weight:bold;
line-height:30px;
margin:0;
padding:0 0 10px;
}
#clima h2 {
	color:#09474f;
	font-size: 16px;
}
#clima .content {
	width: 620px;
	float:left;
}

#clima .sidebar {
	width: 300px;
	float: right;
}

#clima .hoy-clima {
	background: #ffffff;
	border-bottom: 1px solid #EEE;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 12px;
}

.clima-dia {
	width: 100%;
	background: url('images/bg_clima_box.gif') repeat-x bottom left #ffffff;
	padding: 12px 0;
}


.clima-dia:hover {
	cursor: pointer;
}

.clima-dia .clima-fecha {
	width: 75px;
	float: left;
	text-align: center;
	font-size: 13px;
}

.clima-dia .clima-fecha strong {
	margin-top:5px;
	font-weight: bold;
	display: block;
	font-size: 20px;
}

.clima-dia .clima-temp {
	font-weight: bold;
	float: left;
	width: 545px;
}

.clima-dia .clima-info {
	float: left;
	font-size: 24px;
	color: #666;
}

.clima-dia .clima-maxmin {
	float: right;
	font-size: 18px;
	margin: 10px 10px 0 0;
}

.thumb-clima {
	vertical-align: middle;
}

.max-temp strong {
	color: #f40000;
}

.min-temp strong {
	color: #007ade;
}

.hoy-clima .thumb-clima {
	float:left;
}

.hoy-clima ul.data {
	float:left;
	font-size: 26px;
	font-weight: bold;
	color:#666666;
	line-height: 50px;
	margin: 5px 0 0 15px;
}

.hoy-clima ul.data strong {
	color:#000;
	font-size: 60px;
}


.hoy-clima ul.more-data {
	float:right;
font-size:11px;
line-height:15px;
	text-align:right;
	color: #666;
}

.clima-dia-hora {
	background: #FFFFFF url(images/bg_clima_box.gif) repeat-x scroll left bottom
}
.clima-dia-hora .clima-dia-detalle {
	float: left;width:12%;text-align:center;padding:10px 0;margin-right: 3px;
}


.clima-dia-hora .clima-dia-detalle img {
	margin: 0 5px 5px 5px
}


.clima-dia-hora .clima-dia-detalle .temp-hora {
	font-weight: bold; font-size: 18px;
}

.clima-dia-hora .clima-pasado {
		filter: alpha(opacity=50); -khtml-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5
}

.min-max-temp {
	font-weight:bold;
	font-size: 14px;
	color: #000;
}

.cont-box {
	width: 100%;
	background: url('images/bg_clima_box.gif') repeat-x bottom left #ffffff;
	padding: 12px 0;
}

.box-clima {
	margin-top: 15px;
	background: #FFF;
}

.cont-box img.thumb-clima {
	float: left;
	margin: 8px 5px;
}

.cont-box ul {
	float: left;
	margin: 5px;
}

.title-box {
	font-size: 14px;
	color: #09474f;
	padding: 12px;
	font-weight: bold;
	width: auto!important;
}

/* playing around */

.geo-clima {
	background: #FFF;
}

.geo-clima .cont-box {
	padding: 12px;
	width: auto;
}

.geo-clima .cont-box p.checked {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px rgba(255, 255, 255, 0.4);
	background:rgba(0, 0, 0, 0.37) none repeat scroll 0 0;
	text-shadow:0 1px rgba(0, 0, 0, 0.5);
	color: #FFF;
}

.geo-clima .cont-box p:active {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px rgba(255, 255, 255, 0.4);
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	text-shadow:0 1px rgba(0, 0, 0, 0.5);
	color: #FFF;
}

.geo-clima .cont-box p {
-moz-border-radius-bottomleft:100%;
-moz-border-radius-bottomright:100%;
-moz-border-radius-topleft:100%;
-moz-border-radius-topright:100%;
-x-system-font:none;
color:#000;
float: left;
font-family:"Lucida Grande",sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
line-height:13px;
margin:0 3px;
padding:2px 10px;
text-shadow:0 1px rgba(225, 225, 225, 0.9);
font-weight: bold;
cursor: pointer;
}


.geo-clima-location {
		padding: 15px;
	
}
.geo-clima-location p {
	margin: 0 0 10px 0;
	line-height:13px;
	color:#000;
	font-size: 13px;
}

.geo-clima-location ul {
	font-weight: bold;
	line-height:20px;
	float: left;
}

.geo-clima-location ul li {
	display: block;
	width: 185px;
	list-style: disc;
	margin:0 5px;
	font-size: 13px;
	float: left;
}


.help {
color:#FFFFFF;
font-family:'Lucida Grande';
font-size:12px;
left:300px;
position:absolute;
text-shadow:0 1px 1px #000000;
top:10px;
width:350px;
display: none;
}

.help em, .help span  {
	background-image: url('images/bg_feedback.png');
}

.help span {
background-repeat:no-repeat;
float:left;
height:45px;
padding-right:13px;
}


.help em {
display:block;
font-weight:bold;
height:20px;
padding:14px 10px 12px 40px;
}

.help.info span em { background-position: top left; }
.help.info span { background-position: top right; }

.help.error span em  { background-position: left -90px; }
.help.error span { background-position: right -90px; }

.help.loading span em  { background-position: left -135px; }
.help.loading span { background-position: right -135px; }

.help.ok span em { background-position: left -45px; }
.help.ok span { background-position: right -45px;; }

.form-line {
	position: relative;
}

#clima_loading { display: none; background: url(images/loading_white.gif); width: 16px; height: 16px; float: right }


/* DIrectorio */

	.directorio-c h1 {
		font-size: 26px;
		color: #000;
		font-weight: bold;
		margin:0;
		padding:10px 0 20px;
	}
	.directorio-c a {
		color: #004a95;
	}
	
	.directorio-c h3  {
		font-weight: normal;
		color: #FF6600;
		margin: 10px 0 5px 0;
	}
	
	.directorio-c h3 a {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px dotted;
	}
	
	.directorio-c h3 a:hover {
		text-decoration: none;
	}
	
	.directorio-c .location-box {
		width: 176px;
		
		padding: 12px;
		background: #f6f6f6;
		font-size: 13px;
		
	}
	
	.directorio-c .location-box h2 {
	font-weight: normal;
		margin:0 0 10px 0;
		font-size: 13px;
		padding-bottom: 5px;
		border-bottom: 1px dashed #CCC;
	}
	
	.directorio-c .location-box ul li {
		font-weight: bold;
		padding: 5px 0;
	}
	
	.directorio-c .location-box ul  {
overflow: hidden;
height: 170px;
	}

	.directorio-c .content-box {
		width: 730px;
	}
	
	.directorio-c .location-box ul li span {
		float: right;
		color: #00a953;
	}
	
	
	.directorio-c .location-box ul .first-child span {
		color: #000;
	}
	
	.directorio-c .location-box ul .first-child a {
		color: #000;
	}
	
	
	.directorio-c .search-c {
		background: #f6f6f6;
		padding: 10px;
		float: left;
		width: 920px;
		margin-bottom: 15px;
	}
	
	.directorio-c .box-search{
		width: 450px;
		margin: 0 auto;

	}
	
	.directorio-c .breadcrump {
		margin-bottom: 15px;
	}
	.lst {
		width: 330px;
		float: left;
		font-weight: bold;
		font-size: 16px;
		color: #000;
	}
	
	.lst.value {
		font-weight: normal;
		color: #999;
	}
	.lsb {
		float: left;
		width: 110px;
		border: 1px solid #012eb4;
		color: #FFF;
		background: url('images/bg_search_blue.gif') repeat-x top left #113edf;
		font-size: 14px;
		font-weight: bold;
		padding: 4px 5px 5px 5px;
	}
	
	.list-com-dir {
		width:100%;
		margin-bottom:10px;
		border-bottom:1px dotted #CCC;
	}
	
	.list-com-dir img {
		padding: 1px;
		border:  1px solid #CCC;
		float: left;
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}
	
	
	.list-com-dir h3 {
		font-size: 12px;
		margin: 0 0 5px 0;
	}
	
	.list-com-dir h3 a  {
		font-size: 14px;
	}
	
	.list-com-dir p {
	margin: 5px 0;
	color: #888;
	}
	
	.data-list-com {
		float:left;
		width:660px;
	}
	
	.dir-pag {
		padding: 10px;
		background: #EEE;
		font-size: 14px;

	}
	
		.location-box-more {
			display:block;
			background:#EEE;
			padding:5px;
			font-size:12px;
			text-align:center;
			margin-top:10px;
			cursor: pointer;
		}		
a.misfotos-add, a.misfotos-del { display: block; margin: 10px 0 0 0; padding: 0 0 0 15px; width: 10px; height: 10px }
a.misfotos-add { background: url('images/add.png') no-repeat }
a.misfotos-del { background: url('images/borrar.png') no-repeat }
.bloqueadosList a.bloqueadosU { -moz-border-radius:3px; background:#D5122D none repeat scroll 0 0; color:#FFF!important; display:block; float:right; padding:3px 5px; float: right; font-weight:normal; font-size:12px!important; position: absolute; top: 3px; right: 6px; }
a.desbloqueadosU { -moz-border-radius:3px; background:#209c4f none repeat scroll 0 0; color:#FFF!important; display:block; float:right; padding:3px 5px; float: right; font-weight:normal; font-size:12px!important; position: absolute; top: 3px; right: 6px; }
.bloqueadosList li { padding: 6px; position: relative; border-bottom: 1px solid #CCC; }
.bloqueadosList a { font-weight:bold; font-size:13px; }

.mini_leftIbuscador { float: left }
.mini_ibuscador {
	background: url(images/mini_bgInputS_2.gif) top left repeat-x;
	width: 295px;
	padding: 0;
	border: none;
	float: left;
	padding: 5px 0;
	margin: 0;
}
.mini_bbuscador {
		background: url(images/mini_buscar_2.gif) top left repeat-x;
		border: none;
		width: 41px;
		height: 24px;
		float: left;
		cursor: pointer;
		margin: 0 !important;
}
.search-label {
		float: left;
		color: #fff
}
.search-in {
		color: #FFFFFF;
		font-weight: bold;
		margin-bottom: 5px;
		padding-left: 10px;
		text-shadow: 0 1px 2px #000000;
}
.search-in a { cursor: pointer }
.search-in a:hover {
		color: #ffff00;
		text-decoration: none
}
.search_active { color: #ffff00 }
.buscador-h {
		width:350px;
	margin: 10px 0 0 10px;
	float: right
}

img.imagen-preview {
	width: 120px;
	height: 120px;
	margin: 0 10px 0 10px;
	display: block;
}


/* nuevas listas */
#wrapper {
	width: 960px;
	margin: 20px auto;
}

.menu-tabs {
	background: #e1e1e1;
	padding: 10px 10px 0 10px ;
}

.menu-tabs li {
	float: left;
	margin-right: 10px;
}

.menu-tabs li a {
	display: block;
	padding: 10px 15px;
	background: #ebeaea;
	font-size: 14px;
	font-weight: bold;
	color: #2b3ed3!important;
}

.menu-tabs li.selected a,.menu-tabs li a:hover {
	background: #fafafa;
	color: #000!important;
}


.listado li {
	border-top: 1px solid #FFF;
	background: #fafafa;
	border-bottom: 1px dotted #CCC;
}

.listado li:first-child {
	border-top: none;
}



.listado li:hover {
	background: #EEE;
}

.listado a {
	color: #2b3ed3!important;
	font-weight: bold;
}

.listado .listado-avatar {
	float:left;
	margin-right: 10px;
}

.listado .listado-avatar img {
	padding: 1px;
	background: #FFF;
	border: 1px solid #CCC;	
}

.listado .listado-content {
	padding: 5px;
	float: left;
}

span.categoriaPost {
	

margin-bottom:5px!important;
padding-bottom:3px!important;
padding-left:26px!important;
padding-right:0!important;
padding-top:3px!important;
}
span.categoriaPost:hover {
	background-color: #FAFAFA;
}
.listado .txt {
	float:left;
	line-height:18px;
	width:535px;
}

.listado .txt .grey {
	color: #999;
}

.listado .action {
	float: right;
	border-left: 1px solid #d6d6d6;
	background: #EEE;
	padding: 9px;
}

.listado-paginador {
	padding: 5px;
}

a.siguiente-listado, a.anterior-listado {
	display: block;
	padding: 5px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
	color: #000!important;
	font-size: 13px;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




#subMenuCapsula {
	background: #000;
}

#capsule {
	margin-left: -6px;
}
.mi-capsula iframe#icapsule{
	margin-left:-6px;
	width:984px;
}
.mi-capsula #cuerpocontainer {

}



.boxy .categoriaPost:hover {
		background-color: #FFF!important;
}

/* TOPS NUEVOS */

.boxy {
	background: #FFF;
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px #CCC
}
.boxy a {
	color: #005494;
	font-weight: bold;
}
.boxy a.selected {
	background-color:#005494;
	color:#FFFFFF;
	display:block;

	margin:3px 0;
	padding:3px;
}
.boxy-title {
	background: #d9d9d9 url('images/bg-title-boxy.gif') repeat-x top left;
	padding: 10px;
	border-bottom: #bdbdbd 1px solid;
	position: relative;
}
.boxy-title h3 {
	margin: 0;
	text-shadow: #f4f4f4  0 1px 0;
	font-size:13px;
}

.boxy-title span.icon-noti {
	background-image:url('images/sprite-notification.png');
	display:block;
	float:right;
	height:16px;
	position:absolute;
	right:9px;
	top:8px;
	width:16px;
}

.boxy-content {
	padding: 12px;
}
.boxy select {
	width: 125px;
}
.boxy h4 {
	color: #FF6600;
	margin: 0 0 5px 0;
	font-size: 14px;
}
.boxy hr {
	border-top: dashed 1px #CCC;
	background: #FFF;
	margin: 10px 0;
}
.xtralarge {
	width: 380px;
	height:390px;
	margin: 0 5px 10px 0px;
	float: left;
}
.xtralarge ol {
	padding-left:30px;
	margin:0;
	list-style-image:none;
	list-style-position:outside!important;
	list-style-type:decimal;
	position:relative;
}

.xtralarge .categoriaPost, .xtralarge .categoriaUsuario, .xtralarge .categoriaCom {
	font-size: 12px;
	list-style-image:none;
	list-style-position:outside!important;
	list-style-type:decimal;	
	font-weight: bold;
	margin-bottom: 3px;
	display:list-item;
	position:relative;
	border:none;
	height:16px
}

.xtralarge .categoriaCom {
	padding: 3px;
}

.xtralarge .categoriaPost {
	margin-bottom: 0;
	_list-style:none
}

.xtralarge .categoriaPost:hover {
	background-color:none!important;
}



.xtralarge .categoriaPost a, .xtralarge .categoriaUsuario a, .xtralarge .categoriaCom a {
	font-size: 12px;
	font-weight: bold;
	width:250px;
	height:16px;
	overflow:hidden;
	margin:0;
	display:block;
	padding:0
	height:auto!important;
	position:absolute;
	float:none;
}

.xtralarge .categoriaPost span, .xtralarge .categoriaUsuario span, .xtralarge .categoriaCom span {
	font-weight: normal;
	color: #999;
	position:absolute;
	right:0;
	top:0
}

.xtralarge .categoriaUsuario  {
	padding:3px;
}

 .xtralarge .categoriaUsuario a {
	left: 25px;
	top:3px;
	height:16px;
 }

.xtralarge .categoriaCom {
	height:13px;
}

.xtralarge .categoriaCom .titletema {
	margin:0
}
.xtralarge .categoriaUsuario img {
	vertica-align:middle;
	padding:1px;
	border:1px solid #EEE;
	display:block;
	margin-right:5px;
	position:absolute;	
}

.boxy-title .popular-n { background-position:0 -240px; }
.boxy-title .votada-n { background-position:0 -261px; }



/* Borradores */
.boxy .cat-list li {
	position: relative;
	padding: 3px;
}


.boxy .cat-list li span.cat-title {
	display:block;
	height:16px;
	overflow-x:hidden;
	overflow-y:hidden;
}


.boxy .cat-list li span.count {
	color:#666666;

	font-size:11px;
	position:absolute;
	right:3px;
	top:4px;
}

.boxy .cat-list li.active {
	background-color: #4D90FE;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#4787ED));
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	border: 1px solid #3079ED;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.boxy .cat-list li.active:hover {
-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
}

.boxy .cat-list li.active span, .boxy .cat-list li.active span a {
	color: #FFF;
}

.boxy h4 {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom: 1px solid #E1E1E1;
}

.boxy ul {
	margin-bottom: 10px;
}

.boxy ul li {
	display:block;
	padding: 3px 0;
}

#borradores-search {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url('images/searchboxy.gif') no-repeat 5px 5px #FFF;
	padding-left: 23px;
	width:165px;
}

#borradores-search:active,#borradores-search:focus {
	-moz-box-shadow: 0 0 5px #2bbbff;
	-webkit-box-shadow: 0 0 5px #2bbbff;
	border: 1px solid #2bbbff;
}

ul#resultados-borradores {
	margin: 0;
}	
ul#resultados-borradores li  {
	display: block;
	border-bottom: 1px dotted #CCC;
}

ul#resultados-borradores li:last-child  {
	border: none;
}

ul#resultados-borradores li a  {
	padding-bottom:0;
	padding-left:28px;
	padding-right:3px;
	padding-top:3px;
	display: block;
	margin: 0;
}

ul#resultados-borradores li a:hover  {
	background-color: #FFF!important;
}

ul#resultados-borradores li span.gray  {
	color: #888;
	padding-left: 5px;
}

ul#resultados-borradores li a.eliminados {
	color: red;
}
ul#resultados-borradores li span.causa {
	padding-bottom:2px;
	padding-left:28px;
	padding-right:3px;
	padding-top:3px;
	display: block;
	margin: 0;
}

/* FIN - Borradores */

/* vincular facebook - im a social bitch *

#modalBody input.selected {
-moz-box-shadow:0 0 5px #0066FF!important;
border:1px solid #0066FF!important;
}

.facebook-vinc {
	display: block;
	width: 161px;
	height: 22px;
	background: url('images/vincular-face.png') no-repeat transparent;
	text-indent: -99999px;
}


.facebook-login,social-connect a.facebook-login {
	display: block!important;
	width: 215px!important;
	height: 22px!important;
	background: url('images/indentificarme-face.png') no-repeat transparent!important;
	text-indent: -99999px;
}

*/
.post-deleted .registro .social-connect {
	width:265px!important;
}
/*
.facebook-vinc:hover {
	background-position:  0 -24px;
}

.facebook-vinc:active ,.facebook-vinc:focus {
	background-position:0 -48px;
}

.tabbed-d div.facebook-box-out {
	background:url("images/facebook-box.gif") no-repeat scroll 60px 3px #005AA2;
	padding: 8px;
	border: 1px solid #284470;
	position: relative;
}

.tabbed-d div.facebook-box-out img {
	padding: 2px;
	background: #fff;
	height: 48px;
	width: 48px;
	display: block;
}

.face-out {
	width:16px;
	display: block;
	height:16px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url('images/cerrar.png') no-repeat top left;
	text-indent: -9999px;
}

.social-connect {
	background: #FFFFCC;
	padding: 8px;
	margin-bottom:10px;
	border-bottom: 1px solid #d5d55c;
}
.social-connect a {
	display: block;
	width: 205px;
	height: 22px;
		background: url('images/registrar-face.png') no-repeat transparent;
		text-indent: -9999px;
		margin: 0 auto;
}
*/
.notificaciones-list {
display: none;
background: #FFF;
position: absolute;
z-index: 300;
width: 300px;
text-align: left;
font-weight: normal;
color: #444;
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border-left: 0px solid #CCC;
border-bototm:1px solid #CCC;
border-right:1px solid #CCC;
}

.notificaciones-list ul {

max-height:250px;		
overflow-y:auto;
padding: 0 10px;
margin: 5px 0;
}

.notificaciones-list ul li:hover {
background-color: #F7F7F7;
}
.userInfoLogin ul li div.notificaciones-list ul li {
display: block;
border-top: 1px solid #EEE!important;
float: none;
padding:5px 3px;
border: none;
line-height: 18px;
margin: 0;

}

.userInfoLogin li div.notificaciones-list ul li.unread {
background-color: #FFFFCC!important;
}

li.monitor-notificaciones {
background: #FFF!important;
}
.userInfoLogin ul li div.notificaciones-list ul li a {
display: inline;
width: auto;
height: auto;
margin: 0;
color: #007394;
padding: 0;
border-right: none;
font-weight: bold;
text-shadow: none;
}

.userInfoLogin ul li div.notificaciones-list ul li a:hover {
text-decoration: underline;
}



.ver-mas {
display: block;
padding: 6px;
text-align: center;
background: #EEE;
font-weight: bold;
text-shadow: none;
color: #0f385b;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

.ver-mas:hover {
background: #a7d1f5;
color: #010b13;
text-shadow: none;
border-top: #000;
border-top: 1px solid #5a93c3;
}

/* VOTOS */
span.cvoto{
		filter:alpha(opacity=50);
		opacity:0.5;
}
span.cvoto:hover{
		filter:alpha(opacity=100);
		opacity:1;
}
/* PERFIL */

#perfil-wall .perfil-form{
		width: 520px;
		margin: 0 auto;
		background-color:#F7F7F7;
		border:1px solid #CCCCCC;
		border-color:#818181 #B5B5B5 #CBCBCB;
		border-top:2px solid #818181;
		padding:7px 0;
}
div.perfil-form .content{
		padding:0 7px;
}
div.perfil-form .inputBase{
		background-color: #FFF;
		border-color:#AEAEAE #BBBBBB #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-style:solid;
		border-width:1px;
		display:block;
		position:relative;
}
div.perfil-form .inputShadow{
		border-top:1px solid #E8E8E8;
		padding:2px 5px 3px;
}
div.perfil-form .markItUpHeader {
		padding: 0;
}
div.perfil-form .inputArea, .subComment .cmBox textarea{
		background:none repeat scroll 0 0 #FFFFFF;
		border:none;
		line-height:20px;
		height: 20px;
		width: 99%!important;
		max-height:200px;
		min-height:20px;
		overflow:hidden;
		padding: 0;
}
div.perfil-form .nohover{
		color:#777;
}
div.perfil-form .buttons{
		padding-top:7px;
}
div.perfil-form .buttons ul{
		display: block;
		list-style-type:none;
		margin:0;
		padding:0;
		float:left;
}

#loading {
position: fixed;
top: 0;
left: 44%;
width: 120px;
text-align: center;
background: #444;
background: rgba(0, 0, 0, 0.7);
color: white;
font-size: 14px;
padding: 8px 10px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
z-index: 10003;
}

div.buttons .send {
		float: right;
}
div.buttons ul li{
		color:#777777;
		font-weight:bold;
		line-height:24px;
		margin-right: 5px;
		float:left;
}
div.buttons ul a{
		background-repeat:no-repeat;
		display:block;
		height:16px !important;
		margin:3px;
		text-indent:-10000px;
		width:16px;
}
div.buttons ul li:hover {
	background-image:url(images/bbcodeshover.png);
}
div.buttons ul .hover:hover {
		background: none;
}