﻿/*-----------------------------------------------------------------------------
Green Joomla!

version:   1.0
date:      04/07
author:    [Leandro D'Onofrio]
email:     [donofrio.leandro@gmail.com]
website:   [www.leandrodonofrio.com]

Maquetación:
Created by Keith Donegan of Code-Sucks.com
E-Mail: Keithdonegan@gmail.com
You can do whatever you want with these layouts,
but it would be greatly appreciated if you gave a link
back to http://www.code-sucks.com
-----------------------------------------------------------------------------*/

/* Estilos globales 
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 16px Tahoma,Verdana,Helvetica,Sans-serif;   /* -ajt- font: 1.1em/1.4em Georgia, "Times New Roman", Times, Serif; */
	background: #FFFFFF;
	color: #4F4F4F;
}
img {
	padding: 4px;   /* -ajt- padding: 4px 18px 4px 8px; */
}
a {
	text-decoration: none;
	color: #235033;
}
li {
	list-style: none;
}
li a {
	font: 16px Tahoma,Verdana,Helvetica,Sans-serif;   /* -ajt- font: 1.1em Georgia, "Times New Roman", Times, Serif; */
	color: #046380;
	font-weight: bold;   /* -ajt- font-weight: normal; */
}
li a:hover {
	color: #4A8797;
}

/* Header
-----------------------------------------------------------------------------*/
#header h1 {
	font: 48px Tahoma,Verdana,Helvetica,Sans-serif;   /* font: 3.5em/1em "Times New Roman", Times, Serif; */
	letter-spacing: 0;   /* -ajt- letter-spacing: -0.05em; */
	color: #69BFDE;
	border-bottom: 1px solid #A7A37E;
	margin-bottom: 30px;
}

/* Maquetación
-----------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#header {
	width: 900px;
	float: left;
	padding: 10px;
	height: 80px;   /* -ajt- height: 60px; */
	padding-bottom: 30px;
}
#leftcolumn { 
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 100px;   /* -ajt- width: 95px; */
	float: left;
}
#content { 
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 750px;   /* -ajt- width: 456px; */
	display: inline;
}
#rightcolumn { 
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 0px;   /* -ajt- width: 195px; */
	float: left;
}
#footer { 
	width: 900px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

/* Estilos para Joomla!
-----------------------------------------------------------------------------*/

/*Estilos referentes al contenido principal*/
.contentheading {
	font: 28px Tahoma,Verdana,Helvetica,Sans-serif;   /* -ajt- font: 2.5em "Times New Roman", Times, Serif; */
	letter-spacing: 0;   /* -ajt- letter-spacing: -0.05em; */
	color: #96D377;
}
.contentheading a {
	color: #79B33A;
}
.contentheading a:hover {
	color: #96D377;
}
.contentpaneopen {
	color: #4F4F4F;
	padding: 0 20px 0 0;
	text-align: justify;
}
.contentpaneopen li {
	padding: 0 30px 0 10px;
	background: url(../images/lista.gif) no-repeat 0 5px;
	list-style: none;
}
.createdate, .modifydate {  
	font-size: 0.8em;
	color: #5F5F5F;
}
.readon, .readon:hover { 
	color: #497858; 
	text-decoration:underline;
}
.pagenav_next a, .pagenav_prev a {
	text-decoration: none;
	color: #77C727;
	font-weight: bold;
}

/*Estilos referentes a los módulos*/
.moduletable, .moduletable_menu {
	margin-bottom: 20px;
}
.moduletable h3, .moduletable_menu h3 {
	font: 28px Tahoma,Verdana,Helvetica,Sans-serif;   /* -ajt- font:  2em/1em  "Times New Roman", Times, Serif; */
	letter-spacing: 0;   /* -ajt- letter-spacing: -0.09em; */
	color: #497858;
	border-bottom: 1px solid #A7A37E;
	margin-bottom: 10px;
}
.moduletable .search input {
	font: 16px Tahoma,Verdana,Helvetica,Sans-serif;   /* -ajt- font: 1.1em/1.4em Georgia, "Times New Roman", Times, Serif; */
	border: 1px solid #CCC;
	color: #666;
	padding: 2px 0 2px 5px;
}
.moduletable .search input:hover {
	background-color: #FFFFF1;
}
.moduletable .mainlevel {
	text-decoration: none;
	color: #235033;
}

/* -ajt- nuevos estilos */
/*Estilos referentes a los componentes*/
a.category  {
	font-weight: bold;
	text-decoration: underline;
}
