body
{
    padding: 0px;
    margin: 0px;
    background-color: #baa2fa;
    font-family: Verdana, 'Trebuchet MS';
    color: #800080;
}

p
{
	text-align: justify;
}

a:active, a:visited, a:link
{
	color: #800080;
}

a:link
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a:hover
{
	color: #FFFFFF;
	background-color:#5e3c93
}

.correu
{
	color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.correu :hover
{
	color: #000000;
    background-color: #f1f18c;
}

img
{
	border: 1px solid #444;
}

.titol
{ 
	color:#788c2b;font-size:18pt; font-weight:bold
}

.subtitol
{ 
	color:#788c2b;font-size:12pt; font-weight:bold
}

.boto, .botoDalt, .botoFoto
{
    text-align: center;
    font-size: 10pt;
    cursor: pointer;
}

.boto, .botoDalt
{
    width: 150px;
    height: 27px;
}

.boto
{
    color: #FFFFFF;
    background-color: #5e3c93;
}

.botoDalt
{
    width: 100px;
    color: #ffffff;
    background-color: #788c2b;
}

.botoFoto
{
    color: #FFFFFF;
    max-width: 120px;
    max-height: 120px;
}

.iconFoto
{
    cursor: pointer;
    border-width: 0px;
}

.trSel, .trClick, .Selects
{
    color: #ffffff;
    background-color: #9574C7;
}

.trClick
{
    cursor: pointer;
    text-decoration: underline;
}

.framethumbnail {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.textreg {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.invisible{
    display: none;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

.capaGris
{
    background-color: #FFFFFF;
    opacity: 0.70;
    filter: alpha(opacity=70);
}



.pestanyaActiva 
{ 	background-color: #FF9900; 
	color: #800080; 
	border-top: 1pt solid #ffffbb;
	border-bottom: 1pt solid FF9900;
	border-left: 1pt solid #ffffbb; 
	border-right: 1pt solid #ffffbb; 
	vertical-align: bottom;
	text-align: center;
}
.pestanyaInactiva 
{ 	background-color: #f1f18c; 
	color: #800080; 
	cursor: pointer; 
	border-top: 1pt solid #ffffbb;
	border-bottom: 1pt solid ##ffffbb;
	border-left: 1pt solid #ffffbb; 
	border-right: 1pt solid #ffffbb; 
	vertical-align: bottom;
	text-align: center;
}