/********************************************************************************
* phpComasy, Content Management System	                                        *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 Emanuel Zuber (www.noreality.ch)                           *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/

/********************************* General styles ******************************/
body {
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************/


/**************************** phpComasy specific styles ************************/
#page-tools,
#cornisa-sup,
#cornisa,
#language-switcher,
#primary-nav,
#login-panel,
#powered-by,
#menu-wrapper,
#sponsors,
.next-previous,
.page123,
.message
{
	display:none;
}

div#page {
	margin:0;
}

div#introduction 
{
 color:black;
}

#main,
#content
{
	padding: 0;
	margin: 0;
	border: none;
	background: white;
	color: black;
	width: 100%;
	border: 0;
}

#content
{
	text-align: justify;
	margin: 0;
	padding: 0;
}

table#caja 
{
	border: 0;
	margin: 0;
	padding: 0;
	width:100%;
}

#copyright-notice 
{
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: Gray;
	width: 100%;
}

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


/*******************************************************************************/
