/*
+--------------------------------------------------------------------------
|   Cascading Style Sheet for MKportal "Forum" Portal Template
|   ========================================
|   by Meo aka Luponero [Amedeo de longis]
|      Don K. Colburn [visiblesoul.net]
|   Copyright (c) 2004-2007 mkportal.it
|   http://www.mkportal.it
|   Email: luponero@mclink.it
+--------------------------------------------------------------------------
|   > MKPortal
|   > Written By Amedeo de longis
|   > Date started: 9.2.2004
+--------------------------------------------------------------------------
*/

/*=============================
M
K  global styles
P
=============================*/
/* IMPORT body */
body,
body{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	margin:0px;
	padding: 0px;
}

body {
	font-size: 10px;
	margin:0px; 
	padding:0px; /* Opera 0 margin */	
	text-align: center; /* center in IE */ 
}

/* IMPORT body background (used for SMF) */
.importbgbody {
	font-size: 10px;
}

/* portal wrapper */
#mkwrapper {
	text-align:left; /* left-align text in IE */	
	margin: 0px auto 0px auto;
}

/* IMPORT logostrip */
#mklogostrip,
#importlogostrip {
	background-color: #000000;
}

/* logostrip */
#mklogostrip {
	text-align: left;
}

/* IMPORT global font formatting */
table,
tr,
td,
.tdglobal,
table,tr,td{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 10px;	
}

/* IMPORT main portal table bg (if different than body bg) */
.tabmain,
.importmain {	
	font-size: 10px;	
}

/* main portal table */
.tabmain {
	margin:0px;
	padding:0px;	
}

/* images */
img { 		
	border: 0px;
	vertical-align: middle; /* Meo: Added in C1.2 */
}

/*=============================
M
K IMPORT LIGHT BACKGROUND
P
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.trattini3,
.tablemenu,
.taburlo,
.ttmod{
	color: #FFFFFF;
	background-color: #000000
}

/*=============================
M
K IMPORT MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.tdblock,
.moduleborder,
.modulex,
.mkpagecurrent,
.miimg, .mitop, .miposts{
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*=============================
M
K IMPORT DARK BACKGROUND
P
=============================*/
.urlo,
.sottotitolo,
.cbg, .ptcbg, .patcbg, .pmcbg{
	background-image: none;
	font-weight: bold;
	font-size:13px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/*=============================
M
K  border and divider styles
P
=============================*/
/* vertical spacer image used in portal skin */
/* .vspacer {
	background-image: url(http://greenday.cl/aeforum/themes/default/http://greenday.cl/aeforum/themes/default/http://greenday.cl/aeforum/themes/default/http://greenday.cl/aeforum/themes/default/MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} */

/* IMPORT border-color */
.tabmain,
.tablemenu, /* block wrapper, chat button strip */
.taburlo,
.urlo2,
.tabnews,
.trattini,
.trattini2,
.trattini3,
.mkpagelink,
.mkpagelinklast,
.mkpagecurrent,
.titadmin,
.cbor{
	border: 1px solid #000000;
	color: #000000;
}
	
.trattini { /*used only in tpl_main.php(deprecated), blog, ad_blocks.php*/
	border-width: 1px 0 0 0;
	border-style: dashed;
}

/* blocks admin */
.trattini2 {
	border-width: 0 1px 0 0;
	border-style: dashed;
}

.trattini3 { /* used only in blog, quotes, urlobox, calendar*/
	border-width: 0 0 1px 0;
	border-style: dashed;
}

/*=============================
M
K  hyperlink styles
P
=============================*/
/* IMPORT global links */
a:link,
a:active,
a.uno:link,
.forlink a:link, .forlink a:visited, .forlink a:active, .forlink a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited,
a.uno:visited,
.forlink a:link, .forlink a:visited, .forlink a:active, .forlink a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

a:hover,
a.uno:hover,
a:hover{
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

/* a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: none; 	
} */

/* bold navbar, block, module links */
a.uno:link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
}

a.uno:visited {	
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none
}


a.uno:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

/* block text links */
/* .tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496c9f;	
	text-decoration: none;	
}

.tablemenu a:hover {
	text-decoration: underline;
}

.tablemenu a:active { 
	text-decoration: none; 	
} */

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link, 
a.mktxtcontr2:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr2:hover {
	font-weight: bold;
	text-decoration: underline;
}
  </style>

<link rel="stylesheet" href="infoiiiiiiiii_archivos/simplepie.css" type="text/css" media="screen, projector">

  
  <script type="text/javascript">
	mkportalurl = 'http://greenday.cl/';
	var MKAJAX_IMAGES_PATH = "./mkportal/templates/default/images/mkajax/";
    	var MKAJAX_SITEPATH = "./";
  </script>
  <script type="text/javascript" src="infoiiiiiiiii_archivos/mkp_002.js"></script>
  <script type="text/javascript" src="infoiiiiiiiii_archivos/mkp.js"></script>
  
				<script language="javascript" src="infoiiiiiiiii_archivos/universal.js" type="text/javascript"></script>
				<script language="javascript" src="infoiiiiiiiii_archivos/domdrag.js" type="text/javascript"></script>
				<script language="javascript" src="infoiiiiiiiii_archivos/shoutbox.js" type="text/javascript"></script>
				<script type="text/javascript">
					boardurl = 'http://greenday.cl/aeforum/';
					indexurl = 'http://greenday.cl/aeforum/index.php?';
					imgurl = 'http://greenday.cl/aeforum/themes/default/images/';
				</script>
				<script type="text/javascript">
					can_del_shout = true;
				</script>
				<style type="text/css">
					.shout{
					padding:2px;
					margin:3px;
					background:#FFFFFF;
					border:1px solid #CCCCCC;
					}
				.style1 {color: #FFFFFF}
