
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
  color: #963;
  text-decoration: none;
}
a:hover {
  color: #C60;
	text-decoration: none;
	cursor: pointer;
}

/* enlaces de las noticias */
a.noticias {
  color: #444444;
  text-decoration: none;
}
a.noticias:hover {
  color: #003466;
	text-decoration: none;
	cursor: pointer;
}

body {
	background: url(images/socialhispano/fondo.png);	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em; text-align: justify;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
  background: url(images/socialhispano/quote.gif) no-repeat;	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {
  float: right;
  overflow: hidden;
  padding-top: 1px;
}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 1px 0px;
	width: 950px;
}
.container2 {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 1px 0px;
	width: 950px;
}

/* header */
.top {
  	padding: 0px 10px 0;
	overflow: hidden;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 0px 1px 0px;
	width: 950px;
}

.header .left, .header .right {
	background: #A4A4A0 url(images/bg_header_derecho.png);
	color: #FFF;
	height: 150px;	
}
.header .left {
  background: #B3C2C7 url(images/socialhispano/header.jpg) no-repeat;	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 740px;
}
.header .right {
	overflow: auto;
	width: 210px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
  background: #D9E1E5 url(images/socialhispano/nav.gif);	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	border-bottom: 1px solid #AFBEC7;
	border-top: 1px solid #AFBEC7;
	height: 31px;
}
.navigation a {
  background: #D9E1E5 url(images/socialhispano/nav.gif);	border-right: 1px solid #AFBEC7;
	border-bottom: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.especial {
	height: 200px;
	display: block;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

/* subnavigation */
.subnavigation {
  background: #D9E1E5;
	border-color: #DFEEF7 #CFDEE7;
	border-bottom: 1px solid #AFBEC7;
	border-top: 1px solid #AFBEC7;
	height: 21px;
	color: #456;
	display: block;
	font: bold 1em sans-serif;
	line-height: 21px;
	padding-left: 20px;
	text-decoration: none;
}
.subnavigation a {
  background: #D9E1E5;
	color: #456;
	font: bold 1em sans-serif;
	line-height: 21px;
	padding: 0 20px;
	text-decoration: none;
}
.subnavigation a:hover {background: #FFFFFF; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/socialhispano/bgmain.gif) repeat-y;}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	margin: 0;
	padding-left: 12px;
	height: 20px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 0px 0 8px 10%;
	text-decoration: none;
	width: 95%;
	height: 10px;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}
table.bloque  {
	font-size: 1.1em;
	color: #554;
	padding: 0px 0 8px 10%;
	text-decoration: none;
	width: 95%;
	height: 10px;
	border-bottom: 1px solid #EAEADA;
}
.sidenav h3 {
	color: #5A5A43;
	font-size: 1.1em;
	margin: 0;
	padding-left: 12px;
	height: 20px;
}

/* textarea admin */
textarea.noticiaadmin {
  width:700px;
  height:50px;
}

textarea.noticiaadmin2 {
  width:700px;
  height:400px;
}

/* tagboard */
div.tagboard {
  border: 1px solid #AFBEC7;
  height:250px;
  width: 158px;
  overflow:auto;
  font-size: 0.8em;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 700px;
	/* 531 */
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
  list-style: url(images/socialhispano/li.gif);	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* Lista miembros */
table.lmiembros  {
	font-size: 1em;
	color: #554;
	text-decoration: none;
	width: 500px;
	border: 1px solid #EAEADA;
	vertical-align: top;
}

/* Mensajes foro pagina principal */
div.mensajesforoprincipal {
  border: 1px solid #AFBEC7;
  background: url(images/fondotablamensajesforo.jpg);
  padding-left: 5px;
  height: 210px;
}

/* Cuadro de busqueda en foros de la portada */
.busquedaforoprin {
  border: 1px solid #AFBEC7;
  background: #FFFFFF;
}

/* Cuadro de inicio de sesión */
.iniciosesion {
  background: #FFFFFF;
  background: url(images/bg_input_text.gif) repeat-x;
  border:solid 1px #6699CC;
  color:#FFFFFF;
}

.botoniniciosesion {
  background: url(images/boton_iniciar.gif) repeat-x;
  border:solid 1px #6699CC;
  color:#FFFFFF;
  font: bold 1em sans-serif;
}

/* footer */
.footer {
  background: url(images/socialhispano/bgfooter.gif) repeat-x;	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

/* MENU DE SUBFOROS */
dt {
  color: #444468;
  font-weight: bold;
}

dd {
  padding-left: 30px;
}

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #000000;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	color: #000000;
	background: #D9E1E5;
}

/* MENU SLIDE IMAGENES */
#menu_scroll {
  display: block;
  text-align: center;
  /*margin-bottom: 1em;*/
}
#menu_scroll * {
  display: inline;
  padding: 4px;
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
}
#menu_scroll li.active {
  background-color: #8B8FB5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -opera-border-radius: 3px;
  -moz-border-radius: 3px;
}
#panes {
  text-align: justify;
  border-style: none;
  margin: 0 auto 0 auto;
  width: 355px;
}

#panes div div { overflow: hidden; }
/* MENU SLIDE ULTIMOS MENSAJES FORO */
#menu_scroll_ulforo * {
  display: inline;
  padding: 4px;
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
}
#menu_scroll_ulforo li.active {
  text-decoration: underline;
}
#panes_ulforo {
  text-align: justify;
  border-style: none;
  width: 350px;
  /*margin: 0 auto 0 auto;*/
}
#panes_ulforo div div { overflow: hidden; }


/* SMOOTHBOX */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 0px solid #666;
	border-bottom: 0px solid #666;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:0px 10px 25px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
