/* css/gennio_layout.css */
/*--- RESETEOS ---------------------------------------------------------------------*/

* {
	border:						0px;
	margin:						0px;
	padding:					0px;
}

a {
	text-decoration:			underline;
	color:						#ffffff;
}

a:hover {
	color:						#565656;
}

h1, h2, h3, h4, h5, h6 {
	padding:					0px;
	margin:						0px;
	font-size:					12px;
	font-weight:				normal;
}

ul {
	list-style:					none;
}

p {
	margin:						2px 0px;
}

textarea {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
}

/*--- LAYOUT GENERAL ---------------------------------------------------------------------*/

/* Contenedores */
body {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#3b3b3b;
	width:						994px;
	margin-left:				auto;
	margin-right:				auto;
}

#contenido {
	width:						755px;
	float:						left;
	overflow-y:					hidden;	/*modificado por Guillermo*/
	height:						auto;	/*agregado por Guillermo*/

}

#barra_derecha {
  /*width:						239px;*/
	width:						226px;	/*modificado por Guillermo*/
	float:						right;
	background:					#f7faff;
	padding-bottom:				20px;
	overflow:					hidden;/*agregado por Guillermo*/
	height:						auto;
}

#barra_derecha_vacia {
	width:						239px;
	height:						auto !important;
	min-height:					950px !important;
	height:						950px;
	float:						right;
	background:					#ffffff;
	padding-bottom:				20px;
}

/* Links */
.link_chico {
	font-size:					11px;
	display:					block;
	float: 						left;
	font-weight:				normal;
}

.link_chico:hover {
	color:						#565656;
}

.link_grisazul {
	font-size:					12px;
	float:						left;
	color:						#5f809e;
}

.link_grisazul:hover {
	color:						#354a5e;
}

.link_gris {
	font-size:					12px;
	float:						left;
	color:						#929090;
}

.link_gris:hover {
	color:						#474747;
}

.link_bookmark {
	font-size:					19px;
	text-decoration:			none;
	color:						#ffffff;
}

.link_bookmark:hover {
	text-decoration:			underline;
	color:						#ffffff;
}

.link_icon {
	height:						15px;
	float:						left;
	font-size:					12px;
	color:						#ffffff;
	padding-left:				22px;
	line-height:				15px;
	background:					no-repeat bottom left ;
}

.btn_izq {
	width:						76px;
	height:						25px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	padding-top:				6px;
	font-size:					11px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default.gif) no-repeat;
}

.btn_izq:hover {
	color:						#ffffff;
}

.btn_izq_blanco {
	width:						76px;
	height:						25px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	padding-top:				6px;
	font-size:					11px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default_blanco.gif) no-repeat;
}

.btn_izq_blanco:hover {
	color:						#ffffff;
}

.flecha_left {
	width:						18px;
	height:						19px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/flecha_left.gif) no-repeat;
	margin-right:				7px;
}

.flecha_right {
	width:						18px;
	height:						19px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/flecha_right.gif) no-repeat;
}

.link_bold {
	font-weight:				bold;
	text-decoration:			none;
}

.boton_masancho {
	width:						114px;
	height:						16px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_cambiarimagen.gif) no-repeat;
	color:						#fff;
	font-weight:				bold;
	padding-top:				2px;
	text-align:					center;
	font-size:					11px;
	text-decoration:			none;
}

.boton_masancho:hover {
	color:						#fff;
}

.btn_default_large {
	width:						114px;
	height:						25px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	padding-top:				6px;
	font-size:					11px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_default_large.gif) no-repeat;
}

.btn_default_large:hover {
	color:						#ffffff;
}

.btn_default_extra_large {
	width:						141px;
	height:						25px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	padding-top:				6px;
	font-size:					11px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_default_extra_large.gif) no-repeat;
}

.btn_default_extra_large:hover {
	color:						#ffffff;
}

.link_big_icon {
	height:						20px;
	float:						left;
	font-size:					12px;
	color:						#ffffff;
	padding-left:				30px;
	line-height:				17px;
	background:					no-repeat bottom left ;
}

/* Texto */
h1 {
	font-size:					11px;
	color:						#565656;
}

h2 {
	font-size:					21px;
	color:						#ffffff;
}

h3 {
	font-size:					11px;
	color:						#a7a7a7;
}

h4 {
	font-size:					13px;
	font-weight:				bold;
	color:						#5f809e;
}

h5 {
	font-size:					13px;
	font-weight:				bold;
	color:						#2196ff;
}

h6 {
	font-size:					19px;
	color:						#ffffff;
}

/* cambio de h1..h6  */
.divh1 {
	padding:					0px;
	margin:						0px;
	font-weight:				normal;
	font-size:					11px;
	color:						#565656;
}

.divh2 {
	padding:					0px;
	margin:						0px;
	font-weight:				normal;
	font-size:					21px;
	color:						#ffffff;
}

.divh3 {
	padding:					0px;
	margin:						0px;
	font-weight:				normal;
	font-size:					11px;
	color:						#a7a7a7;
}

.divh4 {
	padding:					0px;
	margin:						0px;
	font-weight:				normal;
	font-size:					13px;
	font-weight:				bold;
	color:						#5f809e;
}

.divh5 {
	padding:					0px;
	margin:						0px;
	font-weight:				normal;
	font-size:					13px;
	font-weight:				bold;
	color:						#2196ff;
}

.divh6 {
	padding:					0px;
	margin:						0px;
	font-weight:				normal;
	font-size:					19px;
	color:						#ffffff;
}


.celeste {
	color:						#ffffff;
	font-size:					13px;
}

.gris {
	color:						#999999;
}

/* Varios */
.flotar {
	float:						left;
}

.flotar_r {
	float:						right;
}

.foto_mini {
	width:						20px;
	height:						20px;
	margin-right:				10px;
	float:						left;
}

.foto_chica {
	width:						25px;
	height:						25px;
	margin-right:				10px;
	float:						left;
}

.foto_login {
	width:						40px;
	height:						40px;
	margin-right:				10px;
	float:						left;
}

.linea_punteada {
	width:						660px;
	height:						1px;
	float:						right;
	font-size:					0px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x;
}

.linea_publicidad {
	width:						994px;
	height:						1px;
	float:						left;
	font-size:					0px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_pu.gif) repeat-x;
}

.guion {
	width:						11px;
	height:						12px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/guion.gif) no-repeat center !important;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/guion.gif) no-repeat top;
}

.espacio5px {
	width:						5px;
	height:						10px;
	float:						left;
}

.espacio10px {
	width:						10px;
	height:						10px;
	float:						left;
}

.espacio20px {
	width:						11px;
	height:						10px;
	float:						left;
}

.renglon {
	width:						100px;
	height:						10px;
	font-size:					0px;
}

.renglon3 {
	width:						10px;
	height:						3px;
	font-size:					0px;
}

.renglon15 {
	width:						20px;
	height:						15px;
	font-size:					0px;
}

.renglon30 {
	width:						20px;
	height:						30px;
	font-size:					0px;
	display:					block;
	float:						left;
}

.sep_renglon {
	width:						100%;
	height:						10px;
	font-size:					0px;
	display:					block;
	float:						left;
}

.linea {
	clear:						both;
	height:						2px;
	padding:					8px 0px !important;
	padding:					2px 0px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/linea.gif) repeat-x center;
}

.linea_punteada_larga {
	clear:						both;
	height:						2px;
	padding:					8px 0px !important;
	padding:					2px 0px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x center;
}

.linea_punteada_corta {
	clear:						both;
	height:						5px;
	font-size:					0px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x center;
}

.vertical_sep {
	width:						10px;
	height:						13px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/vertical_sep.gif) no-repeat bottom !important;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/vertical_sep.gif) no-repeat center;
}

.flotar_center {
	float:						left;
	line-height:				24px;
}

.secciones_title {
	width:						725px;
	height:						30px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/recomendar_top.gif) no-repeat;
	padding-top:				4px;
	padding-left:				20px;
}

.title_default {
	width:						731px;
	height:						27px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/title_default.gif) no-repeat;
	padding-top:				3px;
	padding-left:				10px;
	margin:						10px 0px;
	float:						left;
}

.flecha_centrado_big {
	width:						46px;
	margin-left:				auto;
	margin-right:				auto;
}

#paginadochico_centrado {
	width:						650px;
	margin-left:				auto;
	margin-right:				auto;
}

#paginadochico_centrado #paginado {
	margin-left:				80px !important;
	margin-left:				40px;
}

#botoncito_centrado {
	width:						120px;
	margin:						0px auto;
	clear:						both;
}

.btn_title_agregar {
	width:						77px;
	height:						30px;
	float:						right;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_title_agregar.gif) no-repeat right top;
	margin-top:					-3px;
}

.btn_title_error {
	color:						#ff0000;
	height:						30px;
	float:						right;
	margin-top:					5px;
}

.btn_imagenes {
	border:						2px solid #acacac;
	float:						left;
}

.btn_imagenes:hover {
	border:						2px solid #ffffff;
}

#imagenes_contenedor {
	width:						741px;
	margin:						15px 0px;
	float:						left;
}


/*--- TOP ---------------------------------------------------------------------*/

#top {

	width: 						994px;
	margin-top:					5px;
	float:						left;


}

#top_marca {
	width:						187px;
	height:						87px;
	float:						left;
	margin-top: 				45px;
	background: 				 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/top_marca.gif) no-repeat left bottom;
}

/* Buscador */
#top_search {
	width: 						446px;
	padding-left:				18px;
	margin-top: 				0px;
/*	margin-top: 				35px;*/
	float:						left;
}

#top_search ul {
	width:						445px;
	float:						left;
	margin-bottom:				6px;
}

#top_search ul li {
	float:						left;
	padding:					0px 5px;
	border-right:				1px solid #ffffff;
}

#top_search ul li a {
	text-decoration:			none;
	float:						left;
}

#top_search ul li a:hover {
	color:						#ffffff;
}

#top_search a:hover {
	color:						#565656;
}

.search {
	width:						449px;
	height:						20px;
	float:						left;
	border:						1px solid #acacac;
	padding-top:				3px;
	font-size:					15px;
	font-family:				Arial, Helvetica, sans-serif;
	z-index:					9;
}

#top_search #relacionados {
	width:						445px;
	height:						15px;
	float:						left;
	font-size:					11px;
	color:						#000;
	margin-top:					8px;
	padding-bottom:				8px;
}

#top_search #search_historial {
	width:						445px;
	min-height:					15px !important;
	height:						15px;
	float:						left;
	font-size:					11px;
	color:						#000;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x top;
	padding-top:				5px;
	padding-bottom:				8px;
}

#top_search #search_historial .link_icon {
	font-size:					11px;
	margin-left:				10px;
}

#boton_search {
	background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_buscar.gif) no-repeat scroll left top;
	cursor:pointer;
	float:left;
	height:29px;
	width:81px;
	margin-left:7px;
	margin-top:17px;
}

#historico {

	color:						#000000;
	float:						left;
	font-size:					11px;
	height:						15px;
	margin:						-3px 0px 0px 16px;
	padding:					0px;
	width:						787px;

}
/* Directlink */
/*
#directlink {
    position:					absolute;
	float:						left;
	margin-top:					47px;
}*/

#div_directlink tr{
	height:						20px;
}

.directlink_txt {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					13px;
	color:						#3B3B3B;
	text-decoration:			none;
}

.dl{
	color: #0854EB;
}
.dl2{
	display: none;
}

/* Registro + Sesión */
#quees {
	width:						222px;
	height:						23px;
	float:						right;
	text-decoration:			underline;
	padding-left:				25px;
	text-align:					center;
}

#quees:hover {
	color:						#565656;
}

#panel {
	width:						222px;
	height:						108px;
	float:						right;
	padding-left:				25px;
}

#registro {
	width:						222px;
	height:						42px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_registrate.gif) no-repeat center;
}

#panel h1 {
	width:						172px;
	float:						left;
	text-align:					center;
	padding-left:				28px;
}

#iniciar_sesion {
	height:						14px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/user.gif) no-repeat left bottom;
	padding-left:				22px;
	padding-top:				5px;
	font-size:					11px;
	font-weight:				bold;
	text-decoration:			underline;
	margin-left:				65px;
	margin-top:					8px;
}

#logueado {
	width:						200px;
	height:						63px;
	float:						right;
	padding:					20px 7px 0px 15px;
/*	background:					url(../img/logueado_back.gif) no-repeat top left;*/
}

.loguin_mail {
	width:						18px;
	height:						15px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/icon_mensaje.gif) no-repeat bottom left;
}

.migennio {
	width:						62px;
	height:						17px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_migennio.gif) no-repeat left;
	font-weight:				bold;
	color:						#ffffff;
	padding-top:				1px;
	padding-left:				8px;
	text-decoration:			none;
	margin-top:					2px;
}

.migennio:hover {
	color:						#ffffff;
}

.salir {
	height:						18px;
	float:						right;
	padding-right:				15px;
	margin-top:					23px;
	color:						#aebecd;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/video_close.gif) no-repeat right top;
}

/* Iniciar Sesion */

.panel_flotante {
	width:						298px;
	background:					#f7faff;
	top:						20px;
	border:						#87c5fd solid 3px;
	padding-bottom:				10px;
	float:						left;
}

.ses_title {
	width:						262px;
	height:						20px;
	background:					#d8e5fa;
	padding:					3px 0px 0px 12px;
	font-size:					13px;
	font-weight:				bold;
	color:						#5f809e;
	float:						left;
}

.cerrar_log {
	width:						24px;
	height:						23px;
	float:						right;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/icon_cerrarlogin.gif) no-repeat;
	cursor:						pointer;
}

.panel_flotante #log_incorrecto {
	width:						298px;
	height:						22px;
	color:						#ff0000;
	padding-top:				5px;
	text-align:					center;
	float:						left;
}

.log {
	width:						171px;
	height:						18px;
	float:						right;
	font-size:					14px;
	border: 					1px solid #a5acb2;
	margin:						0px 35px 10px 10px;
	padding:					3px 0px 0px 3px;
}
/*
.search {
	border:1px solid #ACACAC;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:20px;
	padding-top:3px;
	width:434px;
}*/

.panel_flotante h4 {
	padding-top:				3px;
}

#check {
	width:						200px;
	heigth:						22px;
	float:						right;
	margin-right:				7px;
}

.cbox {
	margin-top:					4px !important;
	margin-top:					0px;
	margin-right:				7px !important;
	margin-right:				0px;
	float:						left;
}

.panel_flotante #btn_iniciar {
	width:						298px;
	height:						45px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_iniciar2.gif) no-repeat center;
	margin:						8px 0px !important;
	margin:						5px 0px;
}

.panel_flotante .link_icon {
	margin-left:				30px;
}

/*--- MAIN MENU ---------------------------------------------------------------------*/

#main_menu {
	width:						994px;
	height:						31px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/barra_fondo.gif) repeat-x;
	margin-bottom:				9px;
}

#main_menu li {
	height:						31px;
	padding-right:				2px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/barra_sep.gif) no-repeat right;
	font-size:					13px;
	float:						left;
	display:					block;
}

#main_menu .op {
	height:						23px;
	padding:					4px 12px;
	float:						left;
	text-decoration:			none;
	color:						#ffffff;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/barra_boton.gif) repeat-x top;
}

#main_menu a:hover {
	text-decoration:			underline;
}

.main_selected {
	height:						23px;
	padding:					4px 12px;
	text-decoration:			none;
	float:						left;
	color:						#ffffff;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/barra_boton.gif) repeat-x bottom;
}

#main_menu_sep {
	width:						994px;
	height:						1px;
	float:						left;
	border-bottom:				1px solid #0277e1;
	margin-bottom:				9px;
}

.main_menu_canal {
	float:						left;
	height:						23px;
	width:						92px;
}

.main_menu_canal a {
	color:						#ffffff;
	float:						left;
	text-decoration:			none;
	font-weight:				bold;
	padding:					4px 3px 4px 12px;

}

.main_menu_canal a:hover {
	text-decoration:			underline;
	color:						#ffffff;
}

.main_menu_flecha {
	color:						#ffffff;
	float:						left;
	height:						23px;
	padding-top:				4px;
	font-weight:				bold;
}

.anhade_url{
	float:						right;
	padding:					5px 12px 3px 0px;
	color:						#FFFFFF;
	text-decoration:			none;
}

.anhade_url:hover{
	text-decoration:			underline;
	color:						#ffffff;
}

.anhade_mas{
	float:						right;
	padding:					4px 4px 4px 0px;
	color:						#FFFFFF;
}

.anhade_mas b{
	font-size:					14px;
}

/*--- VIDEO ---------------------------------------------------------------------*/

#contenido #video_presentacion {
	width:						746px;
	height:						274px;
	margin-bottom:				33px;
	float:						left;
}

#contenido #video_presentacion #video_left {
	width:						21px;
	height:						274px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/videoback_left.gif) no-repeat;
}

#contenido #video_presentacion #video_centro {
	width:						705px;
	height:						274px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/videoback.gif) repeat-x;
}

#contenido #video_presentacion #video_right {
	width:						20px;
	height:						274px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/videoback_right.gif) no-repeat;
}

#contenido #video_presentacion #video_centro #presentacion {
	width:						705px;
	height:						212px;
	float:						left;
	padding-top:				18px;
}

#contenido #video_presentacion #video_centro #recomendar {
	width:						152px;
	height:						23px;
	float:						left;
	margin-top:					13px;
	margin-left:				270px !important;
	margin-left:				135px;
	background:					#f2f2f2;
	padding:					7px 0px 0px 14px;
}

#contenido #video_presentacion #video_centro #close {
	width:						45px;
	height:						20px;
	float:						right;
	margin-top:					20px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/video_close.gif) no-repeat right top;
}

/*--- PASTILLAS HOME ---------------------------------------------------------------------*/

#contenido #home_pastillas {
	width:						750px;
	height:						240px;
	padding-bottom:				20px;
	margin-bottom:				10px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h.gif) repeat-x bottom;
}

.pastilla {
	width:						210px;
	height:						170px;
	padding:					15px 17px 14px 18px;
	float:						left;
	margin-right:				4px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/home_pastillas.gif) no-repeat;
}

.pastilla .pastilla_title {
	width:						210px;
	height:						50px;
	font-size:					22px;
	font-weight:				bold;
	color:						#ffffff;
	padding-top:				14px;
	text-align:					right;
	background:					no-repeat left top;
}

.pastilla p {
	height:						75px;
	font-weight:				bold;
	color:						#999999;
	text-align:					center;
	font-size:					13px;
}

.pastilla a {
	position:					relative;
	bottom:						0px;
}

#home_pastillas .pastillas_destacado {
	width:						740px;
	float:						left;
	height:						25px;
	font-size:					19px;
	color:						#ffffff;
	font-style:					italic;
	margin-top:					20px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/home_pastillas_beta.gif) no-repeat right;
}

/*--- NOTICIAS ---------------------------------------------------------------------*/

#ads_top {
	width:						745px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x bottom;
}

.ad {
	width:						169px;
	float:						left;
	padding:					10px 5px 10px 11px;
}

.ad p {
	font-size:					11px;
	padding:					5px 0px;
}

.adsep {
	width:						1px;
	float:						left;
	height:						110px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_v2.gif) repeat-y left;
}

.gbanner {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					14px;
	color:						#FFFFFF;
}

/*--- BOOKMARKS ---------------------------------------------------------------------*/

.bookmark {
	width:						745px;
	float:						left;
	padding-top:				15px;
}

/* Panel de votos */
.votacion {
	width:						70px;
	height:						100px;
	float:						left;
	padding-top:				6px;
	margin-right:				15px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/votacion_back.gif) no-repeat top;
}

.votacion_mistags {
	width:						69px;
	height:						100px;
	float:						left;
	padding-top:				17px;
	margin-right:				15px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/votacion_edit_back.gif) no-repeat top;
}

.votacion_mistags_off {
	width:						69px;
	height:						100px;
	float:						left;
	padding-top:				17px;
	margin-right:				15px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/votacion_edit_back_off.gif) no-repeat top;
}

.votacion_mistags a, .votacion_mistags_off a {
	float:						left;
	text-decoration:			none;
	font-size:					11px;
	margin-top:					0px;
}

.estrellitas {
	width:						66px;
	height:						10px;
	float:						left;
	padding:					5px 0px 0px 3px;
}

.star_on {
	width:						12px;
	height:						10px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/votacion_star.gif) no-repeat left;
}

.star_off {
	width:						12px;
	height:						10px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/votacion_star_off.gif) no-repeat left;
}

.votacion .divh1, .votacion_mistags .divh1, .votacion_mistags_off .divh1 {
	color:						#ffffff;
	line-height:				7px;
	margin-top:					0px;
}

/*
.votacion .guardalo {
	width:						55px;
	height:						17px;
	font-size:					10px;
	text-decoration:			none;
	padding:					3px 0px 0px 0px;
	color:						#fff;
	font-weight:				bold;
	float:						left;
	margin:						8px 0px 0px 7px;
	background:					url(../img/boton_guardalo.gif) no-repeat;
}*/

.votacion .guardalo, .votacion .guardalo_verde, .votacion .guardalo_rojo {
	width:						55px;
	height:						17px;
	font-size:					10px;
	text-decoration:			none;
	padding:					3px 0px 0px 0px;
	color:						#fff;
	font-weight:				bold;
	float:						left;
	margin:						8px 0px 0px 7px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_guardalo.gif) no-repeat;
}

.votacion .guardalo_verde {
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_guardalo_verde.gif) no-repeat;
}

.votacion .guardalo_rojo {
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_guardalo_rojo.gif) no-repeat;
}

.votacion .guardalo:hover, .votacion .guardalo_verde:hover, .votacion .guardalo_rojo:hover {
	color:						#ffffff;
}

/* Enlaces */
.screen {
	width:						91px;
	height:						54px;
	margin-top:					5px;
	padding:					10px;
	border:						1px solid #cccccc;
	margin-right:				7px;
	float:						left;
}

.enlace_corto {
	width:						540px;
	float:						right;
	/* quitado para poder mostrar el (  Visto (1 veces) ) sin dejar espacio cuando hay snap
	padding-bottom:				20px !important;
	padding-bottom:				15px;
	*/
}

.enlace {
	width:						660px;
	float:						right;
	padding-bottom:				5px !important;
	padding-bottom:				15px;
}

.bookmark_usuarios {
	min-height:					20px !important;
	height:						auto !important;
	height:						20px;
	background:					no-repeat left;
	padding:					4px 5px 0px 0px;
	line-height:				20px;
	font-size:					11px;
	clear:						both;
}

.bookmark_usuarios .guion {
	background-position:		bottom !important;
	background-position:		center;
}

.bookmark_usuarios p {
	float:						right;
}

#paginado_centrado {
	width:						411px; /* antes 477px;*/
	margin-left:				auto;
	margin-right:				auto;
}

#paginado {
	width:						411px; /* antes 477px;*/
	height:						26px;
	margin-left:				135px;
	padding:					40px 0px 10px 0px;
	float:						left;
}

#ampliar_busqueda {
	width:						260px;
	float:						left;
	padding-left:				300px;
	margin-top:					30px;
}

#ampliar_busqueda #btn_ampliar {
	width:						260px;
	height:						29px;
	float:						left;
	margin-top:					5px;
	text-align:					center;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_ampliarbusqueda.gif) no-repeat center;
}

#ampliar_busqueda #btn_ampliar_web {
	width:						260px;
	height:						29px;
	float:						left;
	margin-top:					5px;
	text-align:					center;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_ampliarbusqueda_web.gif) no-repeat center;
}

.link_pagina {
	width:						26px;
	height:						21px;
	float:						left;
	font-size:					14px;
	text-decoration:			none;
	padding-top:				5px;
	margin-right:				5px;
	text-align:					center;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/pagina_back_off.gif) no-repeat top;
}

.link_pagina:hover {
	text-decoration:			underline
}

.link_pagina_selected {
	width:						26px;
	height:						21px;
	float:						left;
	font-size:					14px;
	text-decoration:			none;
	padding-top:				5px;
	margin-right:				5px;
	text-align:					center;
	color:						#ffffff;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/pagina_back_on.gif) no-repeat bottom;
}

.link_grande {
	font-size:					14px;
	float: 						left;
	font-weight:				bold;
	padding-top:				5px;
}

/*--- EDITAR ENLACE ---------------------------------------------------------------------*/
#fondo_copiar, #fondo_coment, #fondo_img, #fondo_vid, #fondo_edit{
	position: 					fixed;
	left: 						0px;
	top: 						0px;
	width:						100%;
	height:						100%;
	z-index: 					10;
	background-image:  url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/fondo_copiar.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="scale", src="../img/fondo_copiar.png");
	background-repeat: repeat;
}


#div_enlace_out{
	position: 					absolute;
	z-index: 					12;
	top:						100px;
}

#gdiv_tiras{
	position: 					absolute;
	z-index: 					11;
	top:						100px;
}

#panel_enlace {
	width:						501px;
	float:						left;

}

#panel_enlace_left {
	width:						23px;
	height:						243px;
	float:						left;
	padding-top:				147px;
}

.boton_vert {
	width:						23px;
	height:						106px;
	float:						left;
	margin-bottom:				5px;
	background:					no-repeat;
}

#editar_enlace {
	width:						478px;
	height:						390px;
	background:					#f7faff;
	border:						#87c5fd solid 3px;
	float:						left;
}

#editar_enlace #editar_enlace_contenido {
	float:						left;
	padding:					7px 15px;
}

#editar_enlace .menu_derecha{
	width:						457px;
}

#editar_enlace .divh2 {
	font-size:					19px;
}

.cerrar_chico {
	width:						21px;
	height:						20px;
	float:						right;
	background:    				 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_cerrar_chico.gif) no-repeat;
}

.colorado {
	color:						#ff0000;
}

#editar_enlace table {
	width:						100%;
	margin-top:					15px;
	margin-bottom:				15px;
	vertical-align:				top;
}

#editar_enlace .divh4 {
	text-align:					right;
}

#editar_enlace td{
	vertical-align:				top;
}

#editar_enlace td a {
	margin-left:				5px;
	margin-bottom:				15px;
}

#editar_enlace table input {
	width:						334px;
	height:						14px;
	border:						1px solid #a6abaf;
	margin-left:				5px;
	margin-top:					4px;
	margin-bottom:				4px;
	padding:					3px;
	font-size:					11px;
}

#editar_enlace table textarea {
	width:						334px;
	height:						54px;
	border:						1px solid #a6abaf;
	margin-left:				5px;
	margin-top:					4px;
	margin-bottom:				4px;
	font-family:				Arial, Helvetica, sans-serif;
	padding:					3px;
	font-size:					11px;
}

#editar_enlace .cbox {
	width:						auto;
	height:						14px;
	border:						0px solid;
	float:						left;
}

#editar_enlace #btn_guardar {
	width:						76px;
	height:						31px;
	float:						right;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_guardar.gif) no-repeat center;
}

#editar_enlace .link_icon {
	float:						right;
	padding-top:				6px;
	margin-right:				10px;
}

#editar_enlace #sp_guardando {
	float:						right;
	padding-top:				6px;
	margin-right:				10px;
}

/* ---------------------------- Nota Privada */
#nota_privada {
	float:						left;
	padding-left:				15px;
	padding-top:				8px;
	padding-bottom:				25px;
}

#nota_privada .divh4 {
	float:						left;
	margin-top:					9px;
	margin-bottom:				10px;
}

#editar_enlace #v_enlObserva {
	width:						405px;
	height:						170px;
	border:						1px solid #a6abaf;
	margin-bottom:				20px;
	font-family:				Arial, Helvetica, sans-serif;
	padding:					3px;
	font-size:					12px;
}

/* ---------------------------- Ventana Lateral */

#ventana_lateral {
	width:						217px;
	height:						225px;
	background:					#f7faff;
	border:						#87c5fd solid 3px;
	border-right:				0px solid;
	float:						left;
}

#ventana_lateral #editar_enlace_contenido {
	float:						left;
	padding:					7px 15px;
}

#ventana_lateral .menu_derecha{
	width:						196px;
}

#ventana_lateral #ventana_contenido {
	width:						187px;
	height:						170px;
	float:						left;
	text-align:					center;
}

#ventana_lateral #gv_loader {
	width:						187px;
	height:						170px;
	float:						left;
	text-align:					center;
}

.btn_left {
	width:						20px;
	height:						20px;
	float:						left;
	margin-left:				68px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_left.gif) no-repeat;
}

.btn_right {
	width:						20px;
	height:						20px;
	float:						left;
	margin-left:				10px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_right.gif) no-repeat;
}

/*--- RECOMENDAR ENLACE ---------------------------------------------------------------------*/

#recomendar_title {
	width:						736px;
	height:						30px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/recomendar_top.gif) no-repeat;
	padding-top:				4px;
	padding-left:				8px;
}

#recomendar {
	width:						644px;
	float:						left;
	margin-left:				15px;
	margin-top:					10px;
}

#recomendar .form_title {
	width:						75px;
	height:						30px;
	float:						left;
	text-align:					right;
	margin-right:				10px;
	padding-top:				5px;
}

#recomendar .divh3 {
	width:						600px;
	height:						30px;
	float:						right;
	text-align:					right;
	vertical-align:				top;
}

#recomendar .form_title_input {
	width:						550px;
	height:						19px;
	border:						1px solid #a6abaf;
	float:						left;
	padding:					3px;
}

#recomendar .iframe {
	width:						555px;
	height:						315px;
	float:						right;
	border:						1px solid #a6abaf;
}

.btn_enviar {
	width:						76px;
	height:						31px;
	float:						right;
	clear:						right;
	margin-top:					10px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_enviar.gif) no-repeat right;
}

/*--- COMENTARIOS ---------------------------------------------------------------------*/

#comentarios {
	width:						745px;
	float:						left;
	padding-top:				15px;
}

#comentarios_top {
	width:						627px;
	height:						26px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/comentario_title.gif) no-repeat;
	padding-top:				4px;
	padding-left:				8px;
	margin-bottom:				20px;
}

.texto_comentario {
	width:						745px;
	float:						left;
	margin-bottom:				10px;
}
.texto_comentario2 {
	width:						745px;
	float:						left;
	margin-bottom:				0px;
}
.lincomen{
color:#A7A7A7;
font-size:10px;
text-decoration:none;

}
.lincomen:hover{
text-decoration:underline;
}
.linea_punteada_video2 {
background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x scroll 0% 50%;
float:right;
font-size:0px;
height:1px;
padding-top:6px;
width:200px;
}
.btn_crearnuevo {
	width:						110px;
	height:						30px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_crearnuevo.gif) no-repeat;
}

.comentario_title {
	width:						745px;
	height:						25px;
	float:						left;
	margin-bottom:				10px;
	margin-top:					10px;
}

.comentario_title .foto_chica {
	margin-right:				5px;
}

.coment_back {
	width:						699px;
	height:						17px;
	float:						left;
	padding:					5px;
	background:					#f1f6ff;
}

.comentario_title .link_icon {
	float:						right;
	margin-right:				5px;
}

.coment_respuesta {
	width:						705px;
	padding:					10px 10px 10px 30px;
	float:						left;
	background:					#f1f6ff;
}

.respuesta_title {
	width:						715px;
	height:						25px;
	float:						left;
	line-height:				23px;
	margin-bottom:				5px;
	margin-top:					10px;
}

.texto_respuesta {
	width:						640px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/icon_respuesta.gif) no-repeat left top;
	padding-left:				25px;
	margin-left:				35px !important;
	margin-left:				18px;
	float:						left;
}

.linea_punteada_respuestas {
	clear:						both;
	height:						1px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2_blue.gif) repeat-x center;
}


/* ----------------------------- Crear Comentario */
#comentarios_crear {
	width:						508px;
	height:						auto !important;
	height:						337px;
	min-height:					337px !important;
	background:					#f7faff;
	border:						#87c5fd solid 3px;
	float:						left;
}

#coment_escribir {
	width:						476px;
	padding:					20px 15px 0px 15px;
	float:						left;
}

#coment_escribir .divh4 {
	float:						left;
	padding-top:				10px;
}

#coment_escribir #coment_usuario {
	float:						right;
	height:						25px;
	line-height:				25px;
}

#comentarios_crear .menu_derecha {
	width:						487px;
}

#comentarios_crear #dejar_comentario {
	width:						470px;
	height:						203px;
	border:						1px solid #a6abaf;
	margin-top:					15px;
	margin-bottom:				10px;
	font-family:				Arial, Helvetica, sans-serif;
	padding:					3px;
	font-size:					12px;
}

#coment_panel{
	width:						520px;
	/*height:						412px;*/
	height:						auto;
	z-index:					5;
	left:						0px;
	top:						0px;
}

/* ------------------------------ Responder Comentario */
.texto_responder {
	width:						100%;
	float:						left;
	margin-top:					5px;
}

/*--- GRUPOS ---------------------------------------------------------------------*/

.grupo {
	width:						350px;
	height:						110px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ficha_grupo_back.gif) no-repeat;
	padding:					14px 5px 0px 14px;
	margin-top:					7px;
}

.grupo_info {
	width:						210px;
	height:						45px;
	float:						left;
	font-size:					15px;
}

.miembro {
	width:						82px;
	height:						45px;
	float:						right;
	text-align:					center;
	padding-left:				5px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_v.gif) repeat-y left;
}

.miembro a {
	font-size:					11px;
	margin-top:					5px;
}

.grupo .foto_login {
	border:						1px solid #999999;
	margin-top:					2px;
}

.grupo_info p {
	font-size:					11px;
}

.grupov_imagen {
	width:120px;
	height:78px;
	float:right;
}
.grupov_titulo {
	float:left;
	width:230px;
	height:17px;
	overflow:hidden;
}
.grupov_numeros {
	float:left;
	width:192px;
	height:66px;
	line-height:104%;
}
.grupov_n_1 {
	float:left;
	height:61px;
	text-align:right;
}
.grupov_n_2 {
	float:left;
	height:61px;
	margin-left:2px;
}
.grupov_abajo {
	width:340px;
	float:left;
	clear:left;
	text-align:left;
	height:17px;
	overflow:hidden;
}
.grupov_creado {
	height:26px;
	float:right;
	font-size:11px;
}

.grupo_archivos {
	width:						300px;
	float:						left;
	padding-left:				50px;
	margin-top:					15px;
}

.grupo_archivos p {
	width:						93px;
	float:						left;
	border-left:				1px #3b3b3b solid;
	padding-left:				5px;
}

.grupo .btn_izq {
	float:						left;
	margin-top:					10px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default_gris.gif);
}

/*--- PANEL DERECHA ---------------------------------------------------------------------*/

.menu_derecha {
	width:						239px;
	height:						20px;
	float:						left;
	background:					#e5efff;
}

.menu_derecha li {
	float:						left;
}

.menu_derecha a {
	float:						left;
	height:						18px;
	padding:					2px 7px 0px 7px;
	color:						#5f809e;
	display:					block;
	text-decoration:			none;
}

.menu_derecha a:hover {
	color:						#354a5e;
	text-decoration:			underline;
}

.menu_derecha a.derecha_selected {
	font-weight:				bold;
	background-color:			#d8e5fa;
	text-transform:				uppercase;
	text-decoration:			none;
}

.menu_derecha a.derecha_selected:hover {
	color:						#5f809e;
}

/* Panel Grupos */
#panel_grupos {
	width:						193px;
	float:						left;
	padding:					15px 23px;
}

#panel_grupos a {
	float:						none;
}

#panel_grupos #crear_grupos {
	width:						193px;
	height:						28px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_creargrupo2.gif) no-repeat center;
}
/*
#crear_grupos2{
	width:						226px;
	height:						28px;
	float:						left;
	margin-top:                 7px;
	background:					url(../img/boton_creargrupo2.gif) no-repeat center;
}*/

.grupo_derecha {
	width:						193px;
	float:						left;
	padding-bottom:				10px;
}

.grupo_desc {
	width:						153px;
	float:						right;
}

/*
.grupos_conoces {
	width:						226px;
    height:						166px;
	float:						right;
}

.grupos_conoces .linea_punteada{
	width:						226px;
}

.grupos_conoces_content{
	height:						124px;
	text-align:					center;
	margin-top:					20px;
	margin-bottom:				20px;
}

.grupos_conoces_preg{
	font-size:					16px;
	color:						#B0ACAD;
    font-weight:				bold;
}
*/

/* Tags cloud */
#tags_cloud {
    width: 						221px;
    font-size: 					12px;
    text-align: 				left;
	float:						left;
	padding:					15px 9px;
	 }

#tags_cloud a {
    text-decoration: 			none;
	line-height:				1em;
}

#tags_cloud .tagMed {
	font-size:					14px;
}

#tags_cloud .tagBig {
	font-size:					16px;
}

#tags_cloud .tagExt {
	font-size:					18px;
}

/* Panel Users */

.panel_users {
	width:						205px;
	float:						left;
	padding:					15px 17px;
}

.panel_users .pan_user {
	width:						175px;
	float:						left;
	padding-left:				5px;
}

.panel_users .pan_user a {
	float:						none;
}

.user_mail {
	width:						18px;
	height:						20px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/icon_mail.gif) no-repeat bottom;
}

/*--- LOGIN ---------------------------------------------------------------------*/

#fondo_azul{
	position: 					fixed;
	left: 						0px;
	top: 						0px;
	width:						100%;
	height:						100%;
	z-index: 					10;
	background-image:  url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/fondo_login.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="scale", src="../img/fondo_login.png");
	background-repeat: repeat;
}

#div_login{
	position: 					absolute;
	z-index: 					11;
	top:						100px;
}

.panel_flotante #sp_iniciando {
	width:						298px;
	padding-top:				10px;
	height:						35px;
	float:						left;
	text-align:					center;
	margin:						8px 0px !important;
	margin:						5px 0px;
}

/*--- Enlaces tipo span --------------------------------------------------------------*/

.sp_tag_link{
	font-size:					11px;
	color:						#ffffff;
	text-decoration:			underline;
	cursor:						pointer;
}

.sp_tag_link_hover{
	font-size:					11px;
	color:						#565656;
	text-decoration:			underline;
	cursor:						pointer;
}

#sidebar
{
	font-size:					11px;
}

.btn_izq_celeste {
	background:					transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default_blanco_blue.gif) no-repeat scroll 0%;
	color:						#FFFFFF;
	float:						right;
	font-size:					11px;
	font-weight:				bold;
	height:						25px;
	padding-top:				6px;
	text-align:					center;
	text-decoration:			none;
	width:						76px;
}
.btn_izq_celeste:hover {
	color:						#ffffff;
}

.celda_cargando {
	color:						#000000;
	background-color:			#FFFFFF;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	font-style:					normal;
	text-decoration:			none;
	border-top:					1px solid #EEF4F8;
	border-right:				1px solid #027ABB;
	border-bottom:				1px solid #027ABB;
	border-left:				1px solid #EEF4F8;
	cursor:						pointer;
}

.btn_izq_gris {
	width:						76px;
	height:						25px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	padding-top:				6px;
	font-size:					11px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default_gris.gif) no-repeat;
}

.btn_izq_gris:hover {
	color:						#ffffff;
}

.link_chico2 {
display:inline;
float:none;
font-size:11px;
font-weight:normal;
margin-left:2px;
margin-right:2px;
}

#divGloboUsuarios{

	position	:	absolute;
	left		:	0px;
	top			:	0px;
	z-index		:	5;
	overflow	: 	visible;
	height		:	auto;
	width		:	200px;
	border		: 	0;

	vertical-align:top;

}

#divGloboUsuariosInterior{

	border		: 1px solid #ffffff;
	background-color:#FFFFFF;
	height		:auto;
	width		:auto;
	padding		:6px;
	color		:#ffffff;

}



.divGloboUsuariosFleIE{

	height:			20px;
	width:			40px;

	margin-left:	45px;
	margin-top:		-1px;

	filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/img/flechaglobousuario.png',sizingMethod='scale');

}


.divGloboUsuariosFleFF{

	height:20px;
	width:40px;

	margin-left:45px;
	margin-top:-1px;

	background:transparent url(/img/flechaglobousuario.png) no-repeat scroll left bottom;

}

.divUsuPanel {

	float:			left;
	width:			45px;
	height:			45px;
	text-align:		center;

}


.link_rank_listado {

	float:			left;
	height:			18px;
	margin-left:	8px;
	margin-top:		13px;
	width:			53px;

}

.link_pertenece_grupo {

	background:		#D8E5FA url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_tri.gif) no-repeat scroll 124px 3px;
	color:			#5F809E;
	float:			none;
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
	height:			16px;
	margin-left:	3px;
	padding-left:	10px;
	padding-right:	27px;
	text-decoration:none;
	width:			114px;

}

.ficha_enlaces .paginado_chico {
	width:						330px;
	float:						left;
	margin-top:					15px;
}

.ficha_enlaces .link_pagina {
	width:						18px;
	height:						17px;
	float:						left;
	font-size:					12px;
	text-decoration:			none;
	padding-top:				2px;
	margin-right:				7px;
	text-align:					center;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/paginadochico_off.gif) no-repeat top;
}

.ficha_enlaces .link_pagina:hover {
	text-decoration:			underline
}

.ficha_enlaces .link_pagina_selected {
	width:						18px;
	height:						17px;
	float:						left;
	font-size:					12px;
	text-decoration:			none;
	padding-top:				2px;
	margin-right:				5px;
	text-align:					center;
	color:						#ffffff;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/paginadochico_on.gif) no-repeat bottom;

}

/*//////////////////////////////////*/

.divCssHoy {

	clear:both;
	background-color:#FFFF99;
	color:#A7A7A7;
	float:left;
	padding:0px 9px;
	margin: 4px 0px 0px ;
	font-size:12px;
	line-height:18px;

}

.divCssAntes {

	clear:both;
	float:left;
	color:#A7A7A7;
	padding:0px 9px;
	margin: 4px 0px 0px ;
	font-size:12px;
	line-height:18px;

}
/* css/grupos.css */

.grupos_contenedor	{
	width:						741px;
	float:						left;
	padding:					5px 5px 5px 0px;
}

/*------------------------------ Crear Grupos - Paso 1 */

.grupo_campo_title {
	width:						130px;
	text-align:					right;
	padding-right:				7px;
	padding-top:				3px;
	vertical-align:				top;
}

.grupo_campo {
	width:						568px;
	height:						18px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
}

.grupo_campo_chico {
	width:						394px;
	height:						18px;
	padding:					3px 3px 0px 3px;
	margin-left:				2px;
	border:						1px solid #acacac;
}

.grupo_textarea {
	width:						568px;
	height:						53px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
	font-size:					13px;
}

#subir_imagen .grupo_campo_title {
	padding-top:					22px;
}

#subir_imagen .grupo_campo_chico {
	margin-left:				5px;
	width:						206px;
	float:						left;
	margin-top:					20px;
}

#subir_imagen img {
	float:						left;
}

#subir_imagen .btn_izq_blanco {
	float:						left;
	margin:						17px 15px 0px 5px;
}

#subir_imagen .colorado {
	margin-top:					23px;
	margin-bottom:				10px;
	text-align:					left;
}

#subir_imagen h3 {
	float:						left;
	padding-left:				5px;
}

.grupos_contenedor table .colorado {
	text-align:					right;
	padding-right:				25px;
}

.grupos_contenedor table td {
	padding-bottom:				15px;
}

#condiciones_acepto {

	padding-left:				145px;
}

#condiciones_acepto .colorado {
	float:						left;
}

#condiciones_acepto td {
	padding-bottom:				0px;
	padding-top:				5px;
}

.grupos_contenedor table .celeste {
	text-align:					right;
	padding-right:				25px;
}

.grupos_vercategorias {
	float:						left;
}

#creargrupo_plural {
	width:						576px;
	height:						213px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/gennio_back_small.gif) no-repeat;
	margin-top:					15px;
	/*float:						left;*/
	/*padding:					10px 15px ;*/
}

#creargrupo_pregunta {
	color:                      #ffffff;
    font-size:					15px;
    margin:						10px 15px;
/*    margin-top	:				10px;
    margin-bottom:				10px;
	margin-bottom:				10px;*/
}

#creargrupo_opcion {
/*    margin-top:					5px;
    margin-bottom:				5px;*/
    margin:						5px 15px;
}

.creargrupo_rpta {
	width:						230px;
	height:						16px;
	padding:					2px 3px 2px 1px;
	margin-left:				2px;
	border:						1px solid #acacac;
}

#grupos_similares {
	width:						576px;
	height:						213px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/gennio_back_small.gif) no-repeat;
	margin-left:				0px;
	/*float:						none;*/
	/*padding:					20px 15px 20px 15px;*/
}


.grupos_similares_intro{
	width:						546px;
	height:						165px;
	padding:					20px 15px 0px 15px;
}

#grupos_subcat{
	width:						741px;
	height:						248px;
	float:						left;
}

.grupos_subcat_panel {
	width:						576px;
	height:						248px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/gennio_back_medium.gif) no-repeat;
}


/*------------------------------ Crear Grupos - Paso 2*/

#creargrupo_tagscloud {
    width: 						723px;
    font-size: 					12px;
    text-align: 				left;
	float:						left;
	padding:					5px 9px;
}

#creargrupo_tagscloud a {
    text-decoration: 			none;
	line-height:				1.2em;
}

#creargrupo_tagscloud .tagBig {
	font-size:					16px;
	text-transform:				uppercase;
	font-weight:				bold;
}

#gr_buscartags {
	width:						385px;
	background:					#f2f2f2;
	padding:					12px 18px;
	float:						left;
	margin-top:					10px;
	margin-bottom:				0px;
}

#gr_buscartags .vertical_sep {
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/vertical_sep_gris.gif) no-repeat bottom !important;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/vertical_sep_gris.gif) no-repeat center;
}

#gr_buscartags .buscar_agregar_input {
	width:						290px;
	height:						20px;
	float:						left;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
	margin-right:				5px;
	margin-top:					9px;
}

#gr_buscartags .btn_izq {
	background-image:			 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default_grisoscuro.gif);
	margin-top:					7px;
}

#tags_grupo {
	width:						292px;
	height:						78px;
	background:					#f2f2f2;
	padding:					12px 18px 0px 10px;
	float:						right;
	margin-top:					10px;
	margin-bottom:				15px;
}

#tags_grupo h1 {
	width:						218px;
	float:						left;
	margin-top:					20px;
}

.gr_agregar_iframe {
	width:						738px;
	border:						1px solid #F2F2F2;
}

/*------------------------------ Crear Grupos - Paso 3*/

.grupos_pasos {
	height:						30px;
	line-height:				27px;
	padding-left:				40px;
	background:					no-repeat left top;
	float:						left;
}

#grupos_pasos_centrado {
	width:						670px;
	padding:					5px 0px 7px 0px;
}

#grupos_txt_top {
	width:						705px;
	background:					#f2f2f2;
	padding:					12px 18px;
	float:						left;
	margin-top:					10px;
	margin-bottom:				15px;
}

#grupos_txt_top p{
	font-size:					15px;
}

#gr_invitar {
	clear:						left;
	float:						left;
	height:						500px;
	margin-bottom:				10px;
	margin-left:				8px;
	width:						480px;
}

.gr_inv_textarea {
	border:						1px solid #ACACAC;
	color:						#000000;
	float:						left;
	font-size:					12px;
	height:						55px;
	padding:					3px;
	width:						474px;
}

#gr_inv_mensaje {
	float:						right;
	height:						400px;
	margin-bottom:				10px;
	margin-left:				0px;
	width:						235px;
}


#gr_inv_escribir {
	border:						1px solid #ACACAC;
	float:						left;
	height:						360px;
	margin-top:					7px;
	width:						100%;
}

.gr_iframe {
	width:						480px;
	height:						200px;
}

#gr_msj_pie {
	width:						442px;
	height:						133px;
	padding:					13px 19px;
	background:					#f7faff;
	border-top:					1px solid #acacac;
}


#gr_agregar_contactos {
	background:					#F7FAFF none no-repeat scroll left top;
	height:						245px;
	margin-top:					10px;
	border:						1px solid #ACACAC;
}

#gr_agregar_contactos img {
	float:						left;
}

#gr_agregar_usuario {
	width:						240px;
	float:						left;
	margin-top:					15px;
	padding-right:				15px;
}

#gr_agregar_usuario input {
	width:						234px;
	border:						1px solid #acacac;
	padding:					2px 3px 0px 3px;
	margin-top:					5px;
}

#gr_agregar_pass {
	width:						230px;
	float:						left;
	margin-top:					15px;
	margin-right:				10px;
}

#gr_agregar_pass input {
	width:						134px;
	border:						1px solid #acacac;
	padding:					2px 3px 0px 3px;
	margin-top:					5px;
	float:						left;
}

#gr_agregar_contactos .colorado {
	margin-top:					37px;
	float:						left;
}

#gr_listado_contactos {
	width:						741px;
	height:						185px;
	background:					no-repeat left top #f7faff;
	margin-top:					10px;
}

#gr_listado_contactos textarea {
	width:						689px;
	height:						115px;
	float:						left;
	border:						1px solid #acacac;
	margin-left:				25px;
	padding:					2px 3px 0px 3px;
	font-size:					14px;
}

/*------------------------------ Grupos - Vista */

#gr_vista_top {
	width:						721px;
	height:						54px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/gr_vista_top.gif) no-repeat left top;
	padding:					17px;
	padding-right:				3px;
}

#gr_vista_top img {
	float:						left;
	margin-right:				10px;
}

#gr_vista_top .btn_izq {
	margin-top:					15px;
}

#gr_vista_top p {
	width:						530px;
	padding-right:				10px;
	float:						left;
}

.title_default .vertical_sep {
	margin-top:					5px;
	padding-left:				5px;
	padding-right:				5px;
}

.title_margin {
	margin-top:					5px;
	float:						left;
}

.title_default .btn_crearnuevo {
	float:						right;
	margin-top:					-3px;
}

.videos_lista {
	width:						100%;
	float:left;
}

.videos_lista tr td{
	margin:						0px;
	padding:					3px 10px;
}

.mapa_title_derecho {
	margin-top:					5px;
	float:						right;
}

.mapa_flechas {
	margin-top:					3px;
    width:						60px;
    float:						right;
	text-align: 				center;
}

/* Barra derecha */

#gr_der {
	width:						239px;
	float:						right;
	overflow-x:					hidden;/*agregado por Guillermo*/
}

.gr_der_contenedor {
	width:						219px;
	padding:					8px 9px 8px 10px;
	float:						right;
	background-color:			#f1f6ff;
	margin-bottom:				5px;
}

.gr_der_iframe {
	width:						220px;
	height:						123px;
	background-color:			#ffffff;
}

/*  Barra derecha para la home de grupos  */
#gr_der_gru {
	width:						224px;
	float:						right;
	overflow-x:					hidden;
}

/*------------------------------ Grupos - Imagen */

#gr_agregarimagen {
	width:						620px;
	height:						auto !important;
	height:						390px;
	min-height:					390px !important;
	background:					#f7faff;
	border:						#87c5fd solid 3px;
	float:						left;
}

#gr_agregarimagen .menu_derecha {
	width:						599px;
}

#gr_agregarimagen_cont {
	width:						590px;
	padding:					20px 15px 0px 15px;
	float:						left;
}


/* Agregar Imagen - Panel izquierdo */
#gr_agregarimagen_izq {
	width:						330px;
	float:						left;
}

#gr_agregarimagen_izq .grupo_campo_chico {
	width:						200px;
	float:						left;
}

#gr_agregarimagen_izq .btn_izq {
	float:						left;
	margin-left:				5px;
}

#gr_agregarimagen_izq h1 {
	clear:						both;
}

#gr_agregarimagen_izq img {
	border:						1px solid #acacac;
	margin-top:					5px;
	margin-bottom:				10px;
}

#gr_agregarimagen_izq .colorado {
	text-align:					center;
}

/* Agregar Imagen - Panel derecho */

#gr_agregarimagen_der {
	width:						240px;
	float:						right;
}

#gr_ag_usuario {
	line-height:				40px;
	float:						right;
}

#gr_ag_form {
	width:						240px;
	height:						270px;
	float:						right;
	margin-top:					5px;
}

#gr_ag_form h4 {
	width:						240px;
	margin-top:					10px;
	margin-bottom:				0px;
	float:						left !important;
	float:						none;
}

#gr_ag_form .grupo_campo_chico {
	width:						230px;
	margin-top:					5px;
	margin-bottom:				4px;
	height:						25px;
	float:						left;
}

#gr_ag_form textarea {
	width:						232px;
	height:						54px;
	margin-top:					6px;
	margin-bottom:				7px;
	padding:					3px;
	float:						left;
	border:						1px solid #acacac;
}

#gr_btn_centrado {
	width:						170px;
	margin:						0px auto;
}

.grupo_imagen {
	float:						left;
	margin-right:				10px;
}

.grupo .grupo_imagen {
	border:						0px;
	margin-top:					2px;
}
/*Videos*/
.grupos_contenedor_videos {
	float:left;
	/*//padding:5px 5px 5px 0px;*/
	width:380px;
	padding-top:5px;
}

.grupos_video_derecha {
	float:right;
	padding-top:5px;
	width:360px;
}

.grupos_items {
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	width:370px;
	background-color:#FFFFFF;
}
.grupos_items3 {
background-color:#FFFFFF;
float:left;
padding-bottom:0px;
padding-top:0px;
width:223px;
}
.grupos_items2 {
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	width:370px;
	background-color:#F1F6FF;
}
.linea_punteada_video {
	background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h2.gif) repeat-x scroll 0%;
	float:right;
	font-size:0px;
	height:1px;
	width:370px;
	padding-top:10px;
}
.vid_snap {

	float:left;
	margin-top:5px;

}

.div_vid_snap {
float:left;
height:70px;
margin-right:7px;
width:80px;
}

#agregar_video_div {
	background:#F7FAFF none repeat scroll 0%;
	border:3px solid #87C5FD;
	float:left;
	height:auto !important;
	min-height:210px !important;
	width:508px;
}

#subir_video_youtube{
	border:1px solid #A6ABAF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:63px;
	margin-bottom:10px;
	margin-top:1px;
	padding:3px;
	width:470px;
}

#comentario_video_youtube{
	border:1px solid #A6ABAF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:63px;
	margin-bottom:10px;
	margin-top:5px;
	padding:3px;
	width:470px;
}

.titvid {
	height:auto;
	width:345px;
}

.comentario_titulo_video {
	background:transparent none no-repeat scroll left top;
	float:left;
	height:32px;
	padding-left:22px;
}
.blovi_uno {
float:left;
width:134px;
}
.blovi_dos {
float:left;
width:134px;
}

.blovi_uno_b {
float:left;
width:281px;
}
.blovi_dos_b {
float:left;
width:282px;
}

.foto_chica_v{
	float:right;
	height:15px;
	margin-right:10px;
	width:100px;
}
/*******************************/
.gccaq{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	width:60px;
	text-align:center;
	margin-top:7px;
	font-size:11px;
}
.gccaq2{
	color:#000000;
	width:80px;
	text-align:center;
	margin-top:7px;
	font-size:11px;
}

#gr_invitar_arriba {

	float:left;
	height:100px;
	margin-bottom:40px;
	width:480px;

}

.calficacion_imagenes{
	text-decoration:none;
	color:#333333;
}

.calficacion_imagenes0{
	text-decoration:none;
	color:#333333;
}

.calficacion_imagenes0:hover{
	text-decoration:underline;
	color:#ffffff;
}

.GrImgDiv{
	background-color:#FFFFFF;
	float:left;
	height:55px;
	padding-top:3px;
	text-align:center;
	width:76px;
}
.dGI{
	background-color:#FFFFFF;
	float:left;
	height:20px;
	padding-top:1px;
	margin-top:10px;
	text-align:center;
	width:76px;
}
.link_yuotube {
font-size:12px;
height:15px;
line-height:15px;
background:transparent none no-repeat scroll right bottom;
background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ver_youtube.gif);
float:none;
padding-right:48px;
padding-left:0px;
margin-left:12px;
}

.btn_imagenes_select {
border:2px solid #ffffff;
float:left;
}

/*botones de borrar en grupos*/

.gr_del_link{

	float:left;
	width:20px;
	margin-top:-81px;
	margin-left:19px;

}

.gr_del_link_a
{

	float:right;
	margin-right:15px;

}

.gr_del_link_b
{

	float:left;
	margin-bottom:4px;
	margin-left:22px;
	margin-top:-10px;

}

.gr_del_link_b2
{

	float:left;
	margin-bottom:-4px;
	margin-left:24px;
	margin-top:-3px;

}
#gr_desc_text
{
	width:419px;
	height:35px;
	border:1px solid #ACACAC;
}

/*construcción del grupo*/

.gr_constr_col {
	background:#F8F8F8 none repeat scroll 0%;
	height:16px;
	width:210px;
}
.gr_constr_bar {
	background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/rank_search_back.gif) repeat-x scroll 0%;
	height:16px;
	width:210px;
}

/**********************************/
#cssformulario{
float:left;
margin:14px 1px 1px;
/*background-color:#FFFFCC;*/
}

#cssformulario p{
width: 470px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px;
height: 1%;
}

#cssformulario label{
float: left;
margin-left: -155px;
width: 150px;
float:left;

font-family:Arial,Helvetica,sans-serif;
color:#5F809E;
font-size:13px;
font-weight:bold;
}

#cssformulario input[type="text"]{
border:1px solid #ACACAC;
height:18px;
padding:3px 3px 0px;
font-family:Arial,Helvetica,sans-serif;
float:left;

}

#cssformulario textarea{
width: 423px;
height: 58px;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
border: 1px solid #ACACAC;
}

#cssformulario select{
width: 101px;
padding: 1px 3px;
border: 1px solid #ACACAC;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
}
#cssformulario #c_titulo, #cssformulario #c_enlace {
width:	324px;
}


#divCalendario{
position:absolute;z-index:1
}

.CalTable{
border-collapse: collapse;
background-color:#F1F6FF;
padding:0px;
margin:0px;
border:1px solid #cccccc;
border-spacing:0px;
}
.CalHeader{
font: bold 12px arial;
color:#5F809E;

background-color:#D8E5FA;
text-align:center;

}
.CalCell{
background-color:#F1F6FF;

font: 12px arial;
color:#999999;

}
.CalCellDias{
background-color:#F1F6FF;
text-transform:lowercase;
}
.CalCellHoy{
font: normal 12px arial;
color:#000000;
background-color:#F1F6FF;

font: bold 12px arial;
color:#000000;
}

.CalCellDomingo{
background-color:#F1F6FF;
font: normal 12px arial;
color:#FF3333;
}
.CalCelda{

border-spacing:0px;
border-collapse: collapse;
width:21px;
height:10px;
/*height:25px;*/
margin:0px;
padding:0px;

border:1px solid #cccccc;

}

.CalCelda p{
margin:0;
padding:0px 1px 0px 1px;

}

.CalCelda p:hover{

	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	cursor:pointer;

}
/* css/ranking.css */
/*--- RANKING ---------------------------------------------------------------------*/

/* ------------------------------------ Estadísticas */

#ranking_top {
	width:						954px;
	height:						287px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ranking_top.gif) no-repeat;
	padding:					20px;
	float:						left;
	margin-bottom:				15px;
}

#ranking_stats {
	width:						563px;
	height:						208px;
	float:						right;
	border:						1px solid #eeeeee;
}

.stats_top {
	background:					right no-repeat;
	margin-right:				15px;
	margin-bottom:				10px;
	padding-right:				15px;
	float:						right;
}

#stats_menu {
	width:						563px;
	height:						20px;
	float:						left;
	background:					#eeeeee;
}

#stats_menu li {
	float:						left;
}

#stats_menu a {
	padding:					2px 15px 3px 15px;
	float:						left;
	color:						#434748;
	display:					block;
	text-decoration:			none;
}

#stats_menu a:hover {
	text-decoration:			underline;
}

#stats_menu a.selected {
	background:					#d8d8d8;
}

#stats_meses {
	width:						563px;
	height:						20px;
	float:						left;
	background:					#e5efff;
}

#stats_meses li {
	float:						left;
}

#stats_meses a {
	padding:					2px 15px 3px 15px;
	float:						left;
	color:						#5f809e;
	display:					block;
	text-decoration:			none;
}

#stats_meses a:hover {
	text-decoration:			underline;
}

#stats_meses a.selected {
	background:					#d8e5fa;
}

#stats_page {
	float:						left;
	padding-top:				7px;
	padding-left:				190px;
	text-align:					center;
}

#stats_page a {
	text-decoration:			none;
	float:						left;
	font-size:					12px;
	font-weight:				bold;
}

#stats_page div {
	margin:						0px 10px;
	float:						left;
}

#stats_compara {
	width:						360px;
	height:						40px;
	float:						right;
	padding-right:				80px;
	margin-top:					10px;
}

#stats_compara input {
	width:						265px;
	height:						11px;
	float:						left;
	border:						1px solid #b6bcc1;
	padding:					3px 5px;
	font-size:					11px;
	margin-top:					5px;
}

#stats_compara div {
	width:						280px;
	float:						left;
	margin-right:				-3px;
}

/* ------------------------------------ Ranking */

#contenido_ranking {
	width:						682px;
	float:						left;
}

.rank_seccion {
	width:						324px;
	float:						left;
	padding-right:				17px;
}

.rank_web {
	float:						right;
	margin-right:				11px;
	font-weight:				bold;
}

.rank_title {
	width:						324px;
	height:						30px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/rank_titles.gif) no-repeat;
	padding-top:				4px;
	padding-left:				10px;
}

.rank_seccion table {
	width:						304px;
	float:						left;
	margin:						10px !important;
	margin:						5px;
	font-size:					11px;
}

.rank_seccion table .col_left{
	text-transform:				uppercase;
	font-weight:				bold;
}

.rank_renglon {
	width:						650px;
	font-size:					0px;
	float:						left;
	height:						20px;
}

.col_rank {
	width:						160px;
	height:						16px;
	background:					#e5efff;
	border-bottom:				3px solid #ffffff;
}

.rank_pais {
	width:						160px;
	height:						16px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/rank_back.gif) repeat-x;
}

.con_linea tr{
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/puntos_h.gif) repeat-x bottom;
}

.col_med {
	height:						20px;
	text-align:					right;
}

.col_flecha {
	width:						120px;
	padding-left:				15px;
}

.rank_users {
	width:						260px;
	height:						17px;
	float:						left;
	padding:					5px;
	background:					#f1f6ff;
	margin-top:					10px
}

.rank_seccion .foto_chica {
	margin-right:				5px;
	margin-left:				10px;
	margin-top:					10px;
	float:						left;
}

.rank_search {
	width:						160px;
	height:						16px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/rank_search_back.gif) repeat-x;
}

.rank_en_blogs {
	width:						304px;
	float:						left;
	padding-left:				10px;
	padding-top:				10px;
	font-size:					11px;
}

.rank_en_blogs .linea_punteada_corta {
	padding-top:					10px;
}

.der_ads {
	width:						298px;
	height:						700px;
	float:						right;
}
/* css/registro.css */
.registro_title {
	width:						745px;
	height:						30px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/registro_title.gif) no-repeat;
	padding-top:				4px;
	padding-left:				10px;
}

.registro_contenedor	{
	width:						741px;
	float:						left;
	padding:					5px 5px 5px 0px;
}

/*------------------------------ Registro - Paso 1 */

.registro_pasos {
	height:						30px;
	line-height:				27px;
	padding-left:				40px;
	background:					no-repeat left top;
	float:						left;
}

#pasos_centrado {
	width:						520px;
	margin:						0px auto;
	padding:					5px 0px 7px 0px;
}

.reg_campo_title {
	width:						165px;
	text-align:					right;
	padding-right:				7px;
	padding-top:				5px;
	vertical-align:				top;
}

.reg_campo {
	width:						254px;
	height:						18px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
}

.reg_textarea {
	width:						365px;
	height:						100px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
}

.registro_contenedor table td {
	padding-bottom:				15px;
}

.registro_codigo {
	width:						94px;
	height:						18px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
	margin-left:				15px;
	margin-top:					5px;
}

.registro_contenedor .imagen_registro {
	margin-left:				20px;
	float:						left;
}

.registro_contenedor .texto_codigo {
	margin-top:					10px;
	padding-left:				32px;
	float:						left;
}

#reg_check_contenedor {
	width:						390px;
	margin-left:				165px !important;
	margin-left:				83px;
	margin-top:					25px;
	float:						left;
}

#reg_check_contenedor td {
	padding-bottom:				0px;
}

#reg_check_contenedor .reg_botonazo {
	text-align:					right;
	padding-right:				10px;
}

/*------------------------------ Registro - Paso 1 (modificado para que sea centrado)*/

.registro_contenedor_datos	{
	width:						681px;
	float:						left;
	margin-left:				60px;
	padding:					5px 5px 5px 0px;
}

.registro_pasos {
	height:						30px;
	line-height:				27px;
	padding-left:				40px;
	background:					no-repeat left top;
	float:						left;
}

#pasos_centrado {
	width:						520px;
	margin:						0px auto;
	padding:					5px 0px 7px 0px;
}

.reg_campo_title {
	width:						165px;
	text-align:					right;
	padding-right:				7px;
	padding-top:				5px;
	vertical-align:				top;
}

.reg_campo {
	width:						254px;
	height:						18px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
}

.reg_textarea {
	width:						365px;
	height:						100px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
}

.registro_contenedor_datos table td {
	padding-bottom:				15px;
}

.registro_codigo {
	width:						94px;
	height:						18px;
	padding:					3px 3px 0px 3px;
	border:						1px solid #acacac;
	margin-left:				15px;
	margin-top:					5px;
}

.registro_contenedor_datos .imagen_registro {
	margin-left:				20px;
	float:						left;
}

.registro_contenedor_datos .texto_codigo {
	margin-top:					10px;
	padding-left:				32px;
	float:						left;
}

#reg_check_contenedor {
	width:						390px;
	margin-left:				165px !important;
	margin-left:				83px;
	margin-top:					25px;
	float:						left;
}

#reg_check_contenedor td {
	padding-bottom:				0px;
}

#registro_contenedor_datos .reg_botonazo {
	text-align:					right;
	padding-right:				10px;
}

/*------------------------------ Registro - Paso 2 */

#registro_txt_top {
	background:					#F7F7F7;
	border:						1px solid #E9E9E9;
	padding:					12px;
	float:						left;
	margin-top:					1px;
	margin-bottom:				7px;
	width:						717px;
}

#reg_navegadores {
	width:						137px;
	padding:					12px;
	float:						left;
	background:					#f7faff;
	margin-top:					15px;
	margin-right:				12px;
}

#reg_nav_seleccion {
	width:						392px;
	height:						45px;
	background:					no-repeat left top;
	padding-left:				176px;
	padding-top:				20px;
	margin-top:					15px;
	float:						left;
	padding-bottom:				20px !important;
	padding-bottom:				0px;
}

#reg_nav_seleccion input {
	width:						220px;
	height:						18px;
	float:						left;
	border:						1px solid #acacac;
	padding:					3px 3px 0px 3px;
	margin-top:					3px;
}

/*------------------------------ Registro - Paso 3 */

.reg_tutorial {
	width:						711px;
	height:						48px;
	padding:					15px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/reg_tutorial_back.gif) no-repeat left top;
	margin-bottom:				10px;
}

.reg_tut_img {
	height:						53px;
	float:						left;
	margin-right:				25px;
}
/* css/migennio.css */
.migennio_title {
	width:						735px;
	height:						30px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/recomendar_top.gif) no-repeat;
	padding-top:				4px;
	padding-left:				10px;
}

.migennio_contenedor	{
	width:						715px;
	float:						left;
	padding:					5px 10px 5px 13px;
}

/*------------------------------ Mi Cuenta */

.micuenta_contenedor {
	width:						353px;
	float:						left;
	padding-right:				22px;
	margin:						15px 0px;
	font-size:13px;
}

.micuenta_contenedor table {
	font-size:					11px;
	margin:						0px;
}

.micuenta_contenedor table .micuenta_columna1 {
	text-align:					right;
	white-space:				nowrap;
}

.micuenta_contenedor table .micuenta_columna2 {
	width:						100%;
	padding-left:				5px;
}

.micuenta_contenedor table .micuenta_columna3 {
	width:						50px;
	text-align:					right;
}

.imagen_micuenta {
	width:						173px;
	height:						13px;
	float:						left;
	border:						1px solid #acacac;
	padding:					5px;
}

.linea_punteada_larga, .linea_punteada_corta {
	width:						735px;
}

.micuenta_contenedor .boton_masancho {
	float:						right;
	margin-top:					5px;
	margin-bottom:				5px;
}

.micuenta_contenedor .link_chico {
	padding-left:				53px;
}

.micuenta_contenedor h4 {
	color:						#3b3b3b;
	line-height:				13px;
}

.micuenta_textarea {
	width:						353px;
	height:						80px;
	float:						left;
	border:						1px solid #acacac;
	margin-top:					10px;
	margin-bottom:				5px;
}

.micuenta_contenedor .btn_izq {
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/btn_default_blanco.gif);
	margin-top:					5px;
}

/*------------------------------ Mensajes */

#migennio_mensajes {
	width:						735px;
	float:						left;
}

#mensajes_paginado {
	width:						650px;
	margin-left:				auto;
	margin-right:				auto;
}

#mensajes_paginado #paginado {
	margin-left:				80px !important;
	margin-left:				40px;
}

/*------------------------------ Globo Tags */

#migennio_tagscloud {
    width: 						735px;
    font-size: 					12px;
    text-align: 				left;
	float:						left;
	padding:					15px 9px;
	 }

#migennio_tagscloud a {
    text-decoration: 			none;
	line-height:				1.2em;
}

#migennio_tagscloud .tagBig {
	font-size:					16px;
	text-transform:				uppercase;
	font-weight:				bold;
}

#migennio_tagscloud .flecha_centrado_big {
	margin-top:					10px;
}

.exporta_pasos_chico {
	width:						220px;
	float:						left;
	background:					no-repeat left top;
	padding-left:				40px;
	clear:						left;
	margin-top:					20px;
	margin-right:				15px;
}

.exporta_pasos {
	width:						270px;
	float:						left;
	background:					no-repeat left top;
	padding-left:				40px;
	margin-top:					20px;
}

.exporta_textarea {
	width:						398px;
	height:						37px;
	border:						1px solid #a5acb2;
	margin-top:					15px;
	padding:					3px 0px 0px 2px;
	font-size:					12px;
}

.input_numero {
	width:						40px;
	float:						left;
	margin-right:				15px;
	margin-top:					10px;
}

.input_numero input {
	width:						37px;
	height:						18px;
	border:						1px solid #a5acb2;
	padding:					3px 0px 0px 2px;
	font-size:					12px;
}

/*------------------------------ Contactos */

#migennio_contactos {
	width:						735px;
	float:						left;
	margin-top:					20px;
	font-size:					11px;
}

#migennio_contactos .contacto_info {
	width:						693px;
	height:						17px;
	float:						left;
	padding:					5px;
	background:					#f1f6ff;
}

#migennio_contactos .foto_chica {
	margin-right:				5px;
}

#migennio_contactos .linea_punteada_larga {
	padding:					4px 0px !important;
	font-size:					0px;
}

#migennio_contactos .pais {
	width:						180px;
	float:						left;
	margin-right:				10px
}

.info_user {
	width:						150px;
	margin-right:				10px;
	float:						left;
}

.info_linksder {
	width:						145px;
	float:						right;
}

/**************************************************/

/* franja de noticias INICIO */

#NLcontent {
width: 752px; background-color:#F7F7F7; float:left;padding:0; height:auto; margin-top:0px;
}
#div_not_gennio {
margin: 6px 1px 2px 7px; float: left; height:auto;
}
#div_not_gennio2 {
width:110px; float:left;
}
#div_not_gennio2 img {
margin: 0px 4px 1px 1px;
}

.NLlinea {
width:600px; margin-bottom:3px;margin-top:0px;
}
.Nllinea a {
margin:0px; padding:0px;
}
.Nllinea span {
color:#A7A7A7;
}
.NLfichaenlaces {
float:right; width:400px; margin-right:30px;
}
#NLabajo {
float:right; width:50px; height:20px; padding-top:10px;  margin-right:20px; margin-left:1px;
}
#NLdivnot {
width:600px; float:left; height:auto;
}
.NLnoti {
font-size:13px; font-weight:900;
}
#NLdivnot2 {
width:30px; height:30px; float:left; vertical-align:top;
}
#NLdivnot3 {
clear:both; float:left;width:756px; margin-top:-29px;
}
#NLdivnot4 {
float:left;margin-left:48px; width:244px; margin-top:10px; padding:0px;
}

/* franja de noticias FIN */

/* enviar página INICIO*/
.GEPagi {
 overflow:auto; float:left; height:auto; padding-left:32px; padding-right:0px; width:209px; background-color:#F1F6FF;
 }
#reco_pagi_text {
float:right; width:190px; height:auto; text-align:left; margin-top:12px;
}
#reco_pagi_texto
{
width:187px;height:100px;  float:none; border:1px #CCCCCC solid;
}
.GEPloader {
float:right; width:190px; height:37px;
}
#reco_pagi_emails, #reco_pagi_nombre{
 width:187px; border:1px #CCCCCC solid;
}

/* enviar página FIN*/

/* exportar enlace INICIO */

#all_bookmarkets {
float: left; margin: 6px 0px 0px;
}
#exbook {
 clear:left; height:auto; width:100%; background-color:#F1F6FF;
}
.exbook2{
 float: left;margin:10px 0px 3px;
}
.exbook2 a{
 margin: 1px 29px 7px 30px; padding-left:32px;
}

/* exportar enlace FIN */

/* búsqueda de eventos  INICIO */

.eveBus {
float:left; text-align:center;
}
.screen2 {
clear:left;width:auto; height:auto;
}
.eveBusAmpliar {
float:left; margin:auto; clear:left; margin-left:21px;
}
.eveBusDiv1 {
float:left; padding-bottom:6px; width:640px;
}
.eveBusS1 {
font-size:15px;color:#A7A7A7;
}
.eveBusS2 {
font-size:14px;font-weight: bold;color:#5BCFA2;
}
.eveBusS3 {
font: normal 15px arial; color:#5F809E;
}
.eveBusD1 {
float:right; width:118px;margin-right:2px;
}
.eveBusT {
font: normal 12px arial;color:#3B3B3B; margin-top:1px; text-align:justify; margin-right:2px;
}
.eveBuslinea {
float:left; width:745px; margin:12px 0px 8px; padding:0px 0px;
}

/* búsqueda de eventos FIN */

/*--- para visto (1 veces) ------------------------------------------------*/
.vistoVeces {
	padding-left:				0px;
	margin-top:					4px;
	color:						red;
	float:						left;
	height:						15px;
	font-size:					12px;
	line-height:				15px;
}
/*--- suscriptiones rss y mail ----------------------------------------------*/
.sus_title{
	color:						#2341D3;
	font-size:					12px;
	float:						right;
	margin-right:				7px
}

.sus_rss{
	height:						15px;
	float:						right;
	font-size:					12px;
	color:						#ffffff;
	padding-left:				22px;
	line-height:				15px;
	background:					no-repeat bottom left ;
	background-image: 			 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/icon_rss.gif);
}

.sus_mail{
	height:						15px;
	float:						right;
	font-size:					12px;
	color:						#ffffff;
	padding-left:				22px;
	line-height:				15px;
	background:					no-repeat bottom left ;
	background-image: 			 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/icon_mensaje2.gif);
}

/*---- pastillas de página de grupos -------------------------------------------*/
/*
.medio_titulo{
	background:					transparent url(../img/sec_top.gif) no-repeat scroll 0%;
	float:						left;
	height:						30px;
	padding-left:				10px;
	padding-top:				7px;
	width:						370px;
}
*/
.small_titulo{
	background:					transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/sec_top_small.gif) no-repeat scroll 0%;
	float:						right;
	height:						30px;
	width:						224px;
	padding-bottom:				8px;
}
/*--- publicidad  ---*/

.publi_top{
	width:						994px;
	height:						90px;
	float:						left;
	padding-top:				8px;
	padding-bottom:				8px;
}

.publi_label_h{
	width:						13px;
	height:						90px;
	float:						left;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/p_label_h.gif) no-repeat;
}

.publi_top_izq{
	width:						769px;
	height:						90px;
	float:						left;
}

.publi_top_der{
	width:						225px;
	height:						90px;
	float:						left;
}

.publi_top_izq_img{
	width:						739px;
	height:						90px;
	float:						left;
}

.publi_top_der_img{
	width:						195px;
	height:						90px;
	float:						left;
}
.publi_der1,.publi_der2{
	width:						225px;
	float:						right;
}

.publi_derecha,.publi_grupos {
	width:						226px;
	float:						right;
	overflow-x:					hidden;
	text-align:					center;
}

/*--- FOOTER ---------------------------------------------------------------------*/
#footer{
	height:						220px;
	width:						994px;
	float:						left;
	margin-top:					40px;
	background:					#f7faff
}

#footer_bar{
	height:						20px;
	width:						994px;
	float:						left;
	background:					#D8E5FA
}

#footer_content{
	float:						right;
	height:						120px;
	width:						909px;
	margin-top:					28px
}

.footer_box{
	height:						120px;
	float:						left
}

.footer_tit{
	margin-bottom:				5px;
	font-weight:				bold;
	font-size:					17px;
	color:						#ffffff
}

.footer_link{
	margin-bottom:				7px
}

.footer_link a{
	color:						#0C59E7
}

.footer_link a:hover{
	color:						#565656
}

.footer_about{
	float:						right;
	height:						35px;
	width:						909px;
	padding-top:				13px;
	text-align:					center;
	color:						#9C9C9C
}

.footer_about a{
	text-decoration:			none;
	color:						#9C9C9C;
}

.footer_about a:hover{
	text-decoration:			underline;
	color:						#565656;
}

/*--- RELACIONADOS ---------------------------------------------------------------------*/

#tagsrel_bottom{
	float:						left;
	margin-top:					30px;
	margin-left:				85px !important;
	margin-left:				42px;
	width:						703px;
	height:						auto !important;
	height:						80px;
}

#tagsrel_bottom_ico{
	float:						left;
	height:						21px;
	width:						23px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_mas.gif) no-repeat;
	margin-right:				8px;
}

.tagsrel_tit{
    float:						left;
    color:						#ffffff;
    font-size:					17px;
    font-weight:				bold;
    margin-top:					3px;
}

#tagsrel_bottom a{
	color:						#0C59E7;
	font-size:					15px
}

#tagsrel_bottom a:hover{
	color:						#565656
}

/*--- GRUPOS SABES SOBRE.. ---------------------------------------------------------------------*/

#div_conoces{
	float:						left;
	margin-top:					30px;
	margin-left:				76px !important;
	margin-left:				38px;
	width:						667px;
	height:						auto !important;
	min-height:					66px !important;
	height:						66px;
	border:						1px solid #A7A7A7;
	background:					#FFFFCC
}

#div_conoces_ico{
	float:						left;
	height:						21px;
	width:						23px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_interroga.gif) no-repeat;
	margin-right:				8px;
	margin-left:				8px;
}

#div_conoces_crea{
	float:						left;
	margin-top:					3px;
	color:						#3B3B3B;
	font-size:					15px;
}

#div_conoces_crea span{
	font-weight:				bold;
	color:						#0C59E7;
}

#div_conoces_crea a{
	font-weight:				bold;
	color:						#0C59E7;
}

#div_conoces_crea a:hover{
	color:						#565656
}

#div_conoces_preg{
	margin-top:					3px;
	color:						#0C59E7;
	font-size:					15px;
	margin-right:				20px;
}

#div_conoces_preg span{
	color:						#FE3405;
	font-weight:				bold;
}

/*--- IMÁGENES y VIDEOS EN EL LISTADO ---------------------------------------------------------------------*/


#div_index_imas, #div_index_vids {
float:left;
height:auto !important;
margin-left:0px !important;
padding-left:85px !important;
margin-top:30px;
width:703px;

}

.index_celdas_over {
	padding-bottom: 0px;
	cursor: 		pointer;
	float:			left;
	margin:			0px 8px;
	border:			2px solid #2095FF;
}

#index_imas_ico, #index_vids_ico {
	float:			left;
	height:			21px;
	margin-right:	8px;
	width:			23px;
}
#index_imas_ico {
	background:		transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_img.gif) no-repeat scroll 0%;
}
#index_vids_ico {
	background:		transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_vid.gif) no-repeat scroll 0%;
}
#index_imas_titulo, #index_vids_titulo {
	color:			#FFFFFF;
	float:			left;
	font-size:		17px;
	font-weight:	bold;
	margin-top:		3px;
}
.index_celdas {
	padding-bottom: 0px;
	cursor: 		pointer;
	float:			left;
	margin:			0px 8px;
	border:			2px solid #ACACAC;
}

/*--- ENLACES CATEGORÍAS ---------------------------------------------------------------------*/
.cat_link{
	margin-bottom:				2px;
}

.cat_link a{
	color:						#ffffff
}

.cat_link a:hover{
	color:						#565656
}

.cat_mas{
	height:						16px;
	width:						16px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_plus.gif) no-repeat;
}

.cat_menos{
	height:						25px;
	width:						16px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_minus.gif) no-repeat;
}
/*--- botones de VER VIDEO -------*/
.ver_video_boton2 {
background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_vervid.gif) no-repeat scroll right top;
clear:left;
float:left;
height:19px;
margin-top:12px;
width:65px;
}
.ver_video_boton {
margin-top:2px;float:left; clear:left;background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_vervid.gif) no-repeat scroll right top; height:19px; width:65px;
}
.ver_video_boton3 {
margin-top:2px;float:left; clear:left;background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/ico_vervidp.gif) no-repeat scroll right top; height:19px; width:65px;
}
/*--- panel elastico ----------*/
div.ppanel { float:left; width:430px; height:auto;  background:#F7FAFF none repeat scroll 0% 50%; border:3px solid #87C5FD; height:214px; position:absolute; z-index:1000; }
div.ppanel div.pbarra { background-color:#D8E5FA; padding:3px 0px 1px 10px; font-weight:bold; text-decoration:none; color:#5F809E; display:block; float:left; height:18px; }
div.ppanel div.pbarra div.pcerrar { float:right; background:transparent url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_cerrar_chico.gif) no-repeat scroll 0%; height:20px; width:21px; cursor:pointer; }
div.ppanel div.pbarra div.ptitulo { float:left; }
div.ppanel p { padding:10px; float:left;}


/****************** Pestañas ****************************/

div#pestanhas div#new a {
font: normal 12px Arial;
color:#CACACA;
}

div#pestanhas div#new a:hover {
font: normal 12px Arial;
color:#3B3B3B;

}

div#pestanhas {
float:left;
width:auto;
height:auto;
margin:0px;
}

div#pestanhas div{
float:left;
margin:0px;
padding:10px 10px 0px 0px;
}
.inputnuevo {
font: normal 12px Arial;
padding-top:0px;
width:77px; height:16px;
border:1px solid #ACACAC;
margin-top:2px;
}

.spanpes {
font: normal 12px Arial;
color:#3B3B3B;

}

a.spanpes {
font: normal 12px Arial;
color:#3B3B3B;
text-decoration:none;
}

a.spanpes:hover {
font: normal 12px Arial;
color:#3B3B3B;
text-decoration:underline;
margin-top:1px;
}

div#pestanhas div.estado1 table td.boton_medio a.spanpes,
div#pestanhas div.estado1 table td.boton_medio a.spanpes:hover,
div#pestanhas div.estado1 table td.boton_medio span.spanpes{ color:#999999;  }

div#pestanhas div.estado2 table td.boton_medio a.spanpes,
div#pestanhas div.estado2 table td.boton_medio a.spanpes:hover,
div#pestanhas div.estado2 table td.boton_medio span.spanpes{ color:#3B3B3B; }

div#pestanhas div.estado1 table,div#pestanhas div.estado2 table { cursor:pointer; }

div#pestanhas div.estado1 table td.boton_left {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_enla1d.gif%27); background-repeat:repeat-x;  width:9px; height:22px;
}
div#pestanhas div.estado1 table td.boton_medio {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_enla2d.gif%27); background-repeat:repeat-x; height:22px;
	padding:2px 5px 0px;
}
div#pestanhas div.estado1 table td.boton_right {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_enla3d.gif%27); background-repeat:repeat-x; width:9px; height:22px;
}

div#pestanhas div.estado2 table td.boton_left {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_enla1a.gif%27); background-repeat:repeat-x; width:9px; height:22px;
}
div#pestanhas div.estado2 table td.boton_medio {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_enla2a.gif%27); background-repeat:repeat-x; height:22px;
	padding:2px 5px 0px;
}
div#pestanhas div.estado2 table td.boton_right {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_enla3a.gif%27); background-repeat:repeat-x; width:9px; height:22px;
}

	#top_search
	{

	width:541px;
	margin-right:-95px;


	}
	#top_search #relacionados
	{
	overflow-y:hidden;

	width:			538px ;
	margin-right:	-93px;
	height:			19px;
	padding-bottom:	0px;
	}


	.hd_boton_left {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_gris_izq.gif%27); background-repeat:repeat-x;  width:6px; height:22px;
	}
	.hd_boton_right {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_gris_der.gif%27); background-repeat:repeat-x;  width:6px; height:22px;
	}
	.hd_boton_center {
	background-image: url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/GPANS1I3/%27../img/bt_gris_cen.gif%27); background-repeat:repeat-x;  width:9px; height:22px; padding-top:2px 5px; color:#666666}
	.hd_boton_center a,.hd_boton_center a:hover {
	 color:#666666; text-decoration:none;}
	.hd_tbl_boton {
	margin:-5px 3px 0px; float:right;
	}
	.hd_avatar_marco {
	float:right; clear:right; margin-right:0px; border:solid 1px #AEAEAE; margin-top:0px;
	}
	.hd_palito {
	float:right; margin:0px 5px; color:#666666;
	}
	.loguin_mail {
	float:right; margin-top:-2px; margin-left:5px; margin-right:6px;
	}
	a.msn_link { text-decoration:none; }
	a.msn_link:hover { text-decoration:underline; }

/*--- botones azules ----------*/
.bt_grupo_add{
	width:						108px;
	height:						24px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	font-size:					11px;
	margin-top:					5px;
	margin-right:				5px;
	padding-top:				6px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_grupo_add.gif) no-repeat center;
	position:					absolute;
}
.bt_grupo_add:hover {
	color:						#ffffff;
}
.bt_favoritos_add{
	width:						120px;
	height:						24px;
	float:						right;
	text-align:					center;
	font-weight:				bold;
	text-decoration:			none;
	color:						#ffffff;
	font-size:					11px;
	margin-top:					5px;
	margin-right:				5px;
	padding-top:				6px;
	background:					 url(file:///C|/Documents%20and%20Settings/Marleny/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/img/boton_favoritos_add.gif) no-repeat center;
	position:					absolute;
}
.bt_favoritos_add:hover {
	color:						#ffffff;
}