/*
*******************************************************************************
* Archivo   : cont.css
* Contenido : Hoja de estilo, por defecto, para el área de contenido
* Proyecto  : PATANEGRA Soft Web Utilities
* Observs.  : -
*
* Creada    : Jue-15-Jun-2001 / Federico Murcia (FMD)
* Actualiz. : Mar-02-Oct-2001 / Federico Murcia (FMD)
* Copyright : PATANEGRA Soft - Jun 2001 - Sevilla (SPAIN)
*******************************************************************************
*/


/*
================================================================================
	Set de caracteres 01 ("Formal")
=================================================================================
*/
.CONT01TxtSmallXX
{
	font-size        : 6pt;
}
.CONT01TxtSmallX
{
	font-size        : 7pt;
}
.CONT01TxtSmall
{
	font-size        : 8pt;
}
.CONT01Txt
{
}
.CONT01TxtBig
{
	font-size        : 10pt;
}
.CONT01TxtBigX
{
	font-size        : 11pt;
}
.CONT01TxtBigXX
{
	font-size        : 12pt;
}
.CONT01TitSmallX
{
	font-size        : 13pt;
}
.CONT01TitSmall
{
	font-size        : 14pt;
}
.CONT01Tit
{
	font-size        : 15pt;
}
.CONT01TitBig
{
	font-size        : 16pt;
}
.CONT01TitBigX
{
	font-size        : 17pt;
}


/*
================================================================================
	Set de caracteres 02 ("Formal")
=================================================================================
*/
.CONT02TxtSmallXX
{
	font-size        : 6pt;
	font-family      : serif;
}
.CONT02TxtSmallX
{
	font-size        : 7pt;
	font-family      : serif;
}
.CONT02TxtSmall
{
	font-size        : 8pt;
	font-family      : serif;
}
.CONT02Txt
{
	font-family      : serif;
}
.CONT02TxtBig
{
	font-size        : 10pt;
	font-family      : serif;
}
.CONT02TxtBigX
{
	font-size        : 11pt;
	font-family      : serif;
}
.CONT02TxtBigXX
{
	font-size        : 12pt;
	font-family      : serif;
}
.CONT02TitSmallX
{
	font-size        : 13pt;
	font-family      : serif;
}
.CONT02TitSmall
{
	font-size        : 14pt;
	font-family      : serif;
}
.CONT02Tit
{
	font-size        : 15pt;
	font-family      : serif;
}
.CONT02TitBig
{
	font-size        : 16pt;
	font-family      : serif;
}
.CONT02TitBigX
{
	font-size        : 17pt;
	font-family      : serif;
}


/*
================================================================================
	Set de caracteres 11 ("Informal")
================================================================================
*/
.CONT11TxtSmallXX
{
	font-size        : 6pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11TxtSmallX
{
	font-size        : 7pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11TxtSmall
{
	font-size        : 8pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11Txt
{
	font-size        : 9pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11TxtBig
{
	font-size        : 10pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11TxtBigX
{
	font-size        : 11pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11TxtBigXX
{
	font-size        : 12pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : normal;
	font-style       : normal;
}
.CONT11TitSmallX
{
	font-size        : 13pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : bold;
	font-style       : normal;
}
.CONT11TitSmall
{
	font-size        : 14pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : bold;
	font-style       : normal;
}
.CONT11Tit
{
	font-size        : 15pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : bold;
	font-style       : normal;
}
.CONT11TitBig
{
	font-size        : 16pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : bold;
	font-style       : normal;
}
.CONT11TitBigX
{
	font-size        : 17pt;
	font-family      : "Comic Sans MS", fantasy;
	font-weight      : bold;
	font-style       : normal;
}



/* ### Fin de la hoja de estilo ############################################ */