/* --------------- Foros --------------- */
.background_forum, .background_forum:visited { /* Fondo de los post*/
	padding: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	
	border-radius: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	background: #1D8BCD url('images/bf.jpg') repeat-x;
}

.headfoot_forum, .headfoot_forum:visited { /* Cabecera y pie del foro*/
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	
	border-radius: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	background: #cccccc url('images/headfoot_forum.jpg') repeat-x;
}

.forum_fieldset {
	padding:10px;
	border-radius: 10px;   
}

.headfoot_forum_font { /* Fuente principal de la cabecera/pie */
	margin: 0px 2px 2px;
	font-size: 18px; 
	color: #fff;
	text-shadow:1px 1px 0px #999999;
}

.headfoot_forum_description { /* Descripción de la cabecera/pie */
	font-size: 10px; 
	color: #000;
	margin: 0px 10px 5px;
}

.divmainforum, .divmainforum:visited { /* Div de cada foro */
	position:relative;
	display:block;
	width: 100%;
	margin-bottom: 4px;
	margin-top: 0px;
	border-radius: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	text-align: left;
	
	background: #888888 url('images/menu-link-active.jpg') repeat-x;
	cursor:pointer;
}

.divmainforum:hover { /* Efecto hover del Div de cada foro */
	background:#1D8BCD url('images/menu-link-hover.jpg') repeat-x;
	text-decoration:none;
}

.divmainforum:active { /* Efecto active del Div de cada foro */
	background:#1D8BCD url('images/menu-link-focus.jpg') repeat-x;
	text-decoration:none;
}

.fonttitle_white { /* Fuente del titulo de cada foro */
	margin: 0px 5px 0px;
	font-size: 15px; 
	color: #fff; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fonttitle_white:hover {/* Efecto hover de la fuente del titulo de cada foro */
	margin: 0px 5px 0px;
	font-size: 15px; 
	color: #ccc; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.forumdetail, .forumdetail:visited {
	height: 60px;
	padding: 8px 3px 0px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #E4E4E4;	
	font-size: 10px;
	color: #000;	
}

/* -----------------------Lista de TOPICs ----------------------*/
.headtable_topic, .headtable_topic:visited { /* Cabecera de la lista de post*/
	color: #000;
	height: 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background:#efefef url('images/head_table.gif') repeat-x;
}

.postdetail, .postdetail:visited { /* Estilo del fondo de la descripcion del post */
	font-size: 10px;
	height: 30px;
	color: #000;
	background-color: #DBDBDB;
	cursor:pointer;
}

.postdetail:hover {
	color: #fff;	
	background:#016ecd url('images/menu-wrapper-core.jpg') repeat-x;
}

.fonttitle_topic {
	margin: 0px 5px 0px;
	font-size: 13px; 
	color: #000; 
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.fonttitle_topic:hover {
	margin: 0px 5px 0px;
	font-size: 13px; 
	color: #fff; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fonttitle_topic_sticky {
	margin: 0px 5px 0px;
	font-size: 13px;
	color: #3300FF;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.fonttitle_topic_sticky:hover {
	margin: 0px 5px 0px;
	font-size: 13px;
	color: #ffffff;
	text-shadow: -1px 0 #3300FF, 0 1px #3300FF, 1px 0 #3300FF, 0 -1px #3300FF;
}

/* -----------------------Lista de POSTs ----------------------*/
.postcontent, .postcontent:visited {
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #E4E4E4;
}

.post_legend
{
	font-family : Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
   	color: #000; 
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/*--------- Nuevo Tema ---------------------- */
#newTopic, #addPost{
	position: relative;
	margin: 20px 0px 0px 90px;
	padding: 20px 10px 30px 10px;
	
	background-color: #f0f0f0;
	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	/* CSS3 rounded corners and drop shadows */	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#newTopic, #addPost{
	width: 80%;
	margin: 10px auto 0px auto;
	padding: 20px 20px 10px 10px;
}

#newTopic .newTopic_title, #addPost .addPost_title {
	position: absolute;
	top: 0px;
	left: 5px;	
	font-size: 15px;
	font-weight: bold;
}

#newTopic input[type=text], #addPost input[type=text]{
	margin: 3px 10px 3px;
	display: block;
	border:1px solid #aaa;
}

#newTopic #title {
	width: 300px;
}

#newTopic textarea, #addPost textarea{
	display: block;
	margin: 3px 10px 3px;
	padding: 3px 0px 3px 0px;
	width: 100%;
	border:1px solid #aaa;
}

#newTopic label, #addPost textarea{
	font-size:12px;
}

/* -------------------Estilos de los ultimos post ------------- */
.container_post {
	position:relative; 
	text-align:center;
	width: 100%;
}

.last_postcontent, .last_postcontent:visited {
	position:relative; 
	display:inline-block; 
	width:230px;
	height: 110px;
	margin:5px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #E4E4E4;
	cursor:pointer;
	overflow: hidden;
}

.last_postcontent:hover {
	border: 1px solid #000000;
	background-color: #f3f3e1;
	text-decoration:none;
}

/* Estilo de algunos elementos bbcode */

.bbcode_quote, .bbcode_code, .bbcode_spoiler
{
	margin: 10px 30px;
	padding: 5px 10px;
	border-left: 5px solid #aaaaaa;
	background-color: #cccccc; 
}

code
{
	margin: 10px 30px;
	padding: 5px 10px;
	border-left: 5px solid #aaaaaa;
	background-color: #cccccc; 
}

.ul_bbcode {
	margin: -5px 0px -20px 0px;
}

.li_bbcode {
	margin: -7px;
	padding: 0px;
}