/*
*******************************************************************************
* Archivo   : common.css
* Contenido : Hoja de estilo comun a todas las áreas
* Proyecto  : PATANEGRA Soft Web Utilities
* Observs.  : -
*
* Creada    : Jue-15-Jun-2001 / Federico Murcia (FMD)
* Actualiz. : Mar-09-Oct-2001 / Federico Murcia (FMD)
* Copyright : PATANEGRA Soft - Jun 2001 - Sevilla (SPAIN)
*******************************************************************************
*/


body
{
	background-color : #FFFFFF;
	color            : #000080;
	font-size        : 12pt;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-weight      : normal;
	font-style       : normal;
}
div, span, td, p, li
{
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 12px;
}
img
{
	border-style     : none;
	border-width     : 0;
}
a:link, a:visited, a:active
{
	text-decoration  : underline;
}
a:hover
{
	color            : #808000;
	font-weight      : bold;
	text-decoration  : none;
}
p, td, li
{
	color            : #000080;
}
th, th p
{
	background-color : #0000FF;
	color            : #FFFFFF;
	text-align       : center;
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-weight      : bold;
}
.th, a.th:link, a.th:visited, a.th:active
{
	color            : #FFFFFF;
	text-decoration  : none;
	border-style     : none;
	border-width     : 0;
}
a.th:hover
{
	color            : #FFFF00;
	font-weight      : bold;
}


/* ### Fin de la hoja de estilo ############################################ */