/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}	

body.inici 
{
	background-color: #0D5268;
}

body.dep 
{
	background-image: url('images/f-fin.gif');
	background-repeat: no-repeat;
}



UL LI	{	
	list-style-type:	square ;
}	

UL LI LI	{	
	list-style-type:	disc;
}	

UL LI LI LI	{	
	list-style-type:	circle;
}	
	
OL LI	{	
	list-style-type:	decimal;
}	

OL OL LI {	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
}	

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.fons 
{
	background-color: #E77E00;
}

.text 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #0D5268
}

.petit 
{
	  font-family: Arial, Helvetica, sans-serif; 
	  font-size: 8pt; 
	  color: #0D5268
}

.petitblanc 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #E77E00
}

.petitblanc2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-weight: bold;
	background-color: #E77E00
}

.textnegreta 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #0D5268 ; 
	font-weight: bold
}

.petitnegreta 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #0D5268 ; 
	font-weight: bold;	
}
	
.petittaronja
{
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
	color: #E77E00; 
}

.Iboto {
	background-color : #FF8000;
	font-size : 0.7em;
	font-weight: bold;
	color : #FFFFFF;
	border: 2px solid #FF4800;
}

.titol
{
	font-size: 12px;
	color: #286878;
	font-family: Arial, Verdana, SansSerif;
	background-color: #95b4bd;
	font-weight: bolder;
	padding: 2px 5px 2px 5px;
	margin: 2px 0px 5px 0px;
}

a.titol 
{
	font-size: 12px;
	color: #286878;
	font-family: Arial, Verdana, SansSerif;
	background-color: #95b4bd;
	font-weight: bolder;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	margin: 0px 5px 5px 0px;
	height: 1.6em;
}

a.titol:hover 
{
	color: #FFFFFF;
}

a.link 
{
	color: #e77e00;
	text-decoration: none;
}
a.link:hover 
{
	text-decoration: underline;
}

a.link1 
{
	color: #0D5268;
	text-decoration: underline;
	font-size: 0.7em;
	font-style: italic;	
}
a.link1:hover 
{
	color: #95b4bd;
}

a.link2 
{
	color: #000000;
	text-decoration: none;
	font-size: 0.7em;
}
a.link2:hover
{
	color: #FF0000;
}
a.link_blanc
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.link_blanc:hover 
{
	text-decoration: underline;
}

.Error	{
	font-weight: bold;
	font-size: 0.7em;
	color: #ff0000;
}
.Etiqueta {
	font-size : 0.8em; 
	font-weight : bold; 
	color : #4E4E4E; 
	vertical-align: top;
	text-align: right;
} 

.EtiquetaNegra {
	font-size : 0.8em; 
	font-weight : bold; 
	color : Black;
	vertical-align: top;
	text-align: right;
} 
