/*----------------------------------------------------
Template Joomla Projects Papirus
version:   1.0
fecha:      09/01/08
autor:    [Dagget]
------------------------------------------------------*/

/* General html*/
* {
margin: 0;
padding: 0;
}
body {
background-color: #FFFFFF;
margin-left: 50px;
}
a {
color: #FFFFFF;
font-size: 20px;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
li {
list-style-image: url(../images/comment.gif);
list-style-position: inside;
}
/* Imagenes de fondo */
#superior {
background-image: url(../images/papirus_header.gif);
background-repeat: no-repeat;
width: 900px;
height: 200px;
}
#medio {
background-image: url(../images/papirus_middle.gif);
background-repeat: repeat-y;
width: 900px; 
height: 957px;
}
#inferior {
background-image: url(../images/papirus_footer.gif);
background-repeat: no-repeat;
width: 900px;
height: 193px;
}
/* Estilos globales de maquetación */
#wrapper { 
margin: 0 auto;
width: 900px;
height: auto;
}
#header {
position: absolute;
background-image: url(../images/logo.gif);
background-repeat: no-repeat;
width: 600px;
height: 150px;
margin-left: 50px;
margin-top: 40px;
}
#header h1 {
font-family: Impact;
font-size: 70px;
color: #FFFFFF;
padding: 5px;
}
#header a{
font-size: 70px;
color: #FFFFFF;
text-decoration: none;
}
#leftcolumn {
position: absolute;
float: left;
width: 200px;
height: auto;
margin-left: 50px;
margin-top: 50px;
}
#content { 
float: right;
margin-right: 100px;
margin-top: 20px;
width: 468px;
display: inline;
}
#user1 {
float: left;
width: 200px;
margin-left: 350px;
margin-top: 20px;
}
#user2 {
float: left;
width: 200px;
margin-left: 20px;
margin-top: 20px;
}
#footer {
float: left;
width: 800px;
margin-left: 80px;
margin-top: 110px;
text-align: center;
}
/* Estilos propios de Joomla */
.contentheading { /* Estilo de los títulos de los artículos */
font: 24px "Times New Roman", Times, serif;
letter-spacing: -0.05em;
color: #000000;
}
.contentheading a { /* Estilo del enlace del título */
color: #FFFFFF;
}
.contentheading a:hover { /* Estilo del enlace del título al pasar el ratón por encima */
color: #000000;
}
.contentpaneopen { /* Contenido mostrado en cada artículo */
color: #000000;
padding: 10px;
text-align:justify;
}
.contentpaneopen li { /* Listas en los artículos */
padding: 10px;
background: url(../images/comment.gif) no-repeat 0 5px;
list-style: none;
}
.createdate, .modifydate { /* Fecha y creación de artículos */
font-size: 0.8em;
color: #FFFFFF;
}
.readon, .readon a:hover { /* Atributos de "Leer mas" */
color: #FFFFFF;
text-decoration: underline;
}
.pagenav_next a, .pagenav_prev a {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}
/* Estilos de los módulos */

.moduletable { /* Cada módulo sera cargado independientemente con cierta distancia */
margin-bottom: auto;
}
.moduletable h3, .moduletable_menu h3 { /* Estilo para cada título de módulo */
font: 24px "Times New Roman", Times, serif;
letter-spacing: -0.09em;
color:#333333;
border-bottom: 1px solid #666666;
margin-bottom: 10px;
}
.moduletable .search input { /*Módulo busqueda */
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:#FFFFFF;
}
.moduletable .mainlevel { /* Clase especifica para cada módulo tipo menu */
text-decoration: none;
color:#FFFFFF;
}
.moduletable .mainlevel:hover {
color: #000000;
text-decoration: underline;
}
.button { /* Botones Html */
background-color: #637D13;
color: #FFFFFF;
background: #666666;
font-weight: bold;
}
.button_vote { /* Boton Votar encuestas */
background-color: #CC0000;
color: #FFFFFF;
background: #666666;
font-weight: bold;
}
