/**	
*	Mambo Open Source Version 4.5.1
*	Mambo CMS 
*	@ pcchile.cl 1-07-2005
*/
/* --Confiruración por defecto-- */

/* Body */
BODY {
	background: url(../images/bg.gif) #FFF;
	color: #252525;
}
.maincontainer {
	width: 800px;
	background-color: White;
	
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	
}
.main {
	border: 5px solid #fff;
	width: 460px;
	background-color: White;
}
.head {
  width            : 280px;
  float            : left;
  height           : 100px;
}

.banner {
   width: 475px;
	float: right;
	height: 100px;
}

.mainlevel {
	font-family: Tahoma;
	font-size: 12px;
}

.sublevel {
  font-size        : 11px;
  height           : 20px;
  padding-top      : 5px;
}

		


/* Links */
a:link, a:visited {
	color: #2E2E2E;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
}

a.category:link, a.category:visited {
font-size        : 12px;
font-family: Tahoma;
  font-weight      : bold;
}


ul#mainlevel-nav {
  padding          : 0;
  margin           : 0;
  list-style       : none;
}

ul#mainlevel-nav li {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	float: right;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	border-left: 1px solid #EBEBEB;
}

ul#mainlevel-nav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #EBEBEB;
}

ul#mainlevel-nav li a:hover {
	color: #6699CC;
}

/* Tabla de Columna */	
td {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3A3A3A;
}	

/* Linea Horizontal */	
HR {
	background: #CC0000;
	height:2px;
   width:170px;
	border: 1px inset; }
	
/* --Configuración por defecto de las Class-- */	

.articlehead {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
 	color: #333333 }
	
.button {
	border: 1px solid Black;
	background-color: #fff;
}

.inputbox {
	border: 1px solid #424242;
	background: #e9e9e9;
	color: Black;
	margin: 2px;
}

.contentheading, .componentheading {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #31618A;
	width: 100%;
	border-bottom: 1px solid #A9A9A9;
}

a.readon:link, a.readon:visited {
  color            : #999999;
font-family: Tahoma;
  font-size        : 10px;
  font-weight      : normal;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 4px;
  white-space      : normal;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

a.readon:hover {
	color: #31618A;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #E0E0E0;
	padding: 2px 4px 2px 4px;
	white-space: normal;
	float: left;
	line-height: 10px;
	text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited {
    background: url(../images/linea.jpg) no-repeat;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	height: 17px;
	width: 90%;
}

a.mainlevel:hover {
	color: #000000;
}

.newsarticle {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: left
	}	

.newspane {
	background-color : White; }

.newspaneopen {
	border : 0px ridge #DCDCDC; }
	
.poll {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	line-height: 14px }
	
.popupwindow {
	background-color : #FFFFFF; }
	
.sectiontableentry1 {
	background-color : #FFFFFF; }

.sectiontableentry2 {
	background-color : #EBEBEB; }

.sectiontableheader {
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold; }
	
.small {
	font-family: Tahoma;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
	font-weight: medium;
}
			
.smalldark {
	font-family: Tahoma;
	font-size: 11px;
	color: #696969;
	font-weight: normal;
}


table.moduletable {
font-size: 11px;
  margin: 0px 0px 0px 2px;
  width: 100%;
}

table.moduletable th {
	background: url(../images/linea.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	height: 40px;
	text-transform: uppercase;
}


table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
  padding:	1px;
}