/*-----------------------------------------------------------------------------
Template de ejemplo para Joomla!

version:   1.0
date:      09/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: 1.1em/1.4em Georgia, "Times New Roman", Times, Serif;
background: #FFFFFF;
color: #4F4F4F;
}

img {
padding: 4px 18px 4px 8px;
}

a{
text-decoration:none;
color: #235033;
}

li {
list-style:none;
}

li a {
font: 1.1em Georgia, "Times New Roman", Times, Serif;
color:#046380;
} 
 
li a:hover {
color: #4A8797;
} 


/* Header
-----------------------------------------------------------------------------*/
#header h1 {
font: 3.5em/1em "Times New Roman", Times, Serif;
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:42px;
 padding-bottom:30px;
}

#leftcolumn { 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 456px;
 display: inline;
}
#rightcolumn { 
 margin: 0px 0px 5px 0px;
 padding: 10px;
 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: 2.5em "Times New Roman", Times, Serif;
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:  2em/1em  "Times New Roman", Times, Serif;
letter-spacing: -0.09em;
color: #497858;
border-bottom: 1px solid #A7A37E;
margin-bottom:10px;
}

.moduletable .search input{
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;
} 
