/********************************************************************************
* phpComasy, Content Management System                                          *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 Miguel Angel Da Vila                                       *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/

/*
 +---------------------------------------------------------+
 |                     General Styles                      |
 +---------------------------------------------------------+
 */
* {
	color: black;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color: white;
}

img
{
	border: none;
}

h1
{
	font-size: 150%;
	font-weight: bolder;
}

h2
{
	font-size: 130%;
	font-weight: bolder;
	color: #339966;
	margin: 3px 0px 2px 0px;
}

h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}

a {
	color: #339966;
}

.comment {
	color: gray;
	margin-top: 10px;
	clear:both;
}

.description
{
	font-size: 85%;
}

.message
{
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
}

#page-info
{
	font-size: 11px;
	color: Gray;
	margin-top: 20px;
	border-top: 1px dotted Gray;
}

.error
{
	color: red;
}

hr
{
	height: 1px;
	border: 1px dotted #339966;
}

.highlighting
{
	background: yellow;
}

/*
 +---------------------------------------------------------+
 |                    Site and Body                        |
 +---------------------------------------------------------+
 */
/*
 Header
 */
div#cornisa-sup
{
	text-align: right;
	vertical-align: middle;
	background: #006600;
	height: 30px;
	width: 100%;
}

div#cornisa-sup-left
{
 	position:absolute;
 	left:0;
}

div#cornisa-sup-right
{
	float:right;
}

div#cornisa
{
 	height: 93px;
 	width: 100%;
 	white-space: nowrap;
 	background-color: White;
	padding:0px;
}


div#cornisa-left
{
 	position:absolute;
 	left:0;
}

div#cornisa-right
{
	float:right;
}

div#page
{
	background-image: url('images/green_gradient.png');
	background-position: center;
	background-repeat: repeat-y;
	padding: 0;
	text-align:left;
	padding-bottom: 30px;
}

div#main
{
	width: 90%;
	margin:auto;
	margin-top: 30px;
	padding:0;

}

/*
 +---------------------------------------------------------+
 |                     Content styles                      |
 +---------------------------------------------------------+
 */

 table#caja
 {
 	width:100%;
 	border: 2px solid #339966;
 }


td#content-wrapper
{
	vertical-align: top;
	border-right: 1px solid #339966;
	text-align:left;
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
}

div#teaser
{
	font-weight: bold;
	font-style : Italic;
	font-size  : 110%;
	color      : #339966;
	margin     : 10px 0px 10px 0px;

}

#content a:hover
{
	text-decoration: none;
	color: #339966;
}

#viewer-container{
	vertical-align: top;
}

/*
 +---------------------------------------------------------+
 |                      Navigation                         |
 +---------------------------------------------------------+
 */
#menu-wrapper
{
	width           : 149px;
	vertical-align  : top;
	background-color: #339966;
	background-position: top;
	background-repeat: no-repeat;
	padding         :  0px;
	padding-top     : 30px;

}

#menu-wrapper ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-wrapper ul ul
{
	margin: 0;
	padding-left: 8px;
}

#primary-nav a {
	text-decoration: none;
	padding: 3px 5px 3px 10px;
	font-size: 12px;
}

#primary-nav a.root, #primary-nav a.root:link, #primary-nav a.root:visited
{
	position: relative;
	display:block;
	width: 145px;
	color: Black;
	background-color: #6BCA00;
	margin-top: 6px;
	margin-left: -16px;
	height: 16px;
}


#primary-nav li.root li a
{
	color: White;
	display:block;
	padding:0;
	margin-top:2px;
}

#primary-nav a.root:hover, #primary-nav li.root li a:hover
{
	color: Yellow;
}

/*
 +---------------------------------------------------------+
 |                      Pagination                         |
 +---------------------------------------------------------+
 */
.paginator {
	border-top        : 1px solid #339966;
	color             : black;

}

div.paginator {
	padding           : 2px 0 0 0px;
	margin            : 6px 0 0 0;
	width             : 100%;
}

table.paginator {
	width             : 100%;
}
.paginator td {
	width             : 100%;
	text-align        : center;
}

.paginator a {
	padding           : 0 0 0 5px;
	font-weight       : bold;
	text-decoration   : underline;
	color:            #339966;
}

.paginator span {
	padding           : 0 0 0 5px;
}

/*
 +---------------------------------------------------------+
 |                    Language Switcher                    |
 +---------------------------------------------------------+
 */

#language-switcher
{
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	float: left;
}

/*
 +---------------------------------------------------------+
 |                         FORMS                           |
 +---------------------------------------------------------+
 */
form
{
	margin: 0px;padding: 0px;
}

input, textarea, select
{
	margin-bottom: 1px;
	border: 1px solid #339966;
}

label
{
	width: 170px;
	padding: 3px 0px 0px 0px;
	float: left;
	clear:both;
	white-space:nowrap

}

.mailform-element {
	white-space: nowrap;
}

/*
 +---------------------------------------------------------+
 |                      Member panel                       |
 +---------------------------------------------------------+
 */
.member
{
	margin: 6px 0px 0px 0px;
	padding: 4px;
}

.member a
{
	text-decoration: none;
}

/*
 +---------------------------------------------------------+
 |                      Page tools                         |
 +---------------------------------------------------------+
 */

#tools-wrapper
{
	width           : 149px;
	vertical-align  : bottom;
	background-color: #339966;
	padding         :  0px;
	padding-top     : 30px;
	text-align      : center;
}

.page-tools {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.page-tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #0099DF;
}
.page-tools a {
	text-decoration: none;
	display: block;
}
.page-tools p {
	margin: 0px;
	padding: 0px;
}
/*
 +---------------------------------------------------------+
 |                      Tools  styles                      |
 +---------------------------------------------------------+
 */
.page-counter {
	background: #DDDDDD;
	border: 1px solid #0099DF;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	float: left;
}

.page-counter a {
	font-weight: bolder;
}

/*
 +---------------------------------------------------------+
 |                     Search styles                       |
 +---------------------------------------------------------+
 */

#search-box
{
	padding-top: 3px;
}

#search-box form
{
	vertical-align:middle;
}

#search-field {
	background-color: #BDEBAD;
	vertical-align:middle;
	line-height: 18px;
}

#search-submit
{
	background-color: #6BCA00;
	vertical-align:middle;
	line-height: 18px;
	border-width: 2px;
	border-style: outset;
}

.search-item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
}

.search-item-title,
.search-item-title .highlighting {
	text-decoration: underline;
	font-weight: bolder;
}
.search-item-introduction {
	display: block;
	font-weight: bolder;
}
.search-item-content {
	display: block;
	text-decoration: none;
}
.search-item-details {
	display: block;
	color: gray;
}

/*
 +--------------------------------------------------------+
 |                     Module Viewer                      |
 +--------------------------------------------------------+
 */

.portlet {
	font-size: 12px;
}

#noticias-portlet .portlet {
	width: 200px;
	margin:0;
	border-bottom: 2px solid #339966;
}

#noticias-portlet .portlet-title h2 {
	background-color: #339966;
	color: white;
	font-size: 10px;
	padding: 6px;
	margin: 0;
}

#noticias-portlet .portlet-subtitle {
	font-weight:bold;
	color: white;
}

#noticias-portlet .portlet-subtitle a {
	font-size: 90%;
	font-weight:bold;
	color: #339966;
}

#noticias-portlet .portlet-content {
	font-size: 90%;
	color: black;
	padding: 10px 10px 0px 10px;
}

#news-more {
	text-align: center;
	margin-bottom: 10px;
}

#sponsors {
	width: 150px;
 	background-color: White;
 	vertical-align: top;
}

#sponsors p {
 	color: Black;
 	font-size: 11px;
}

#sponsors img {

 	margin:auto;
}

/*
 +---------------------------------------------------------+
 |                    Copyright Notice                     |
 +---------------------------------------------------------+
 */
#copyright-notice {
	text-align: center;
	border-top: 1px dotted Gray;
	padding-top:10px;
	font-size: 10px;
	color: Gray;
}

#copyright-notice a
{
	font-size: 10px;
	color: Gray;
}

#powered-by
{
	font-size: 10px;
	color: Gray;
}
