@charset "ISO-8859-1";
/* CSS Document */
body {
    font-family: Verdana;
    font-size: 11px;
    color: #4f4f4f;
    line-height: 17px;
    margin: 19px 0;
    padding: 0;
    text-align: center;
    background: url("../images/background.gif") repeat;
}

.normal{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#A5AFB8;
}

.normalTAronja{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#F60;
}
h1 {
	font-size: 11px;
	font-weight:bold;
	line-height:16px;	
	color: #00abe0;
	text-transform:uppercase;

}
.h1 {
	font-size: 11px;
	line-height:16px;	
	color: #79c100;

}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #79c100;
	margin-bottom: 10px;
}
.h2 {
	font-size: 13px;
	font-weight: bold;
	color: #545e66;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #79c100;
}
.petitNegre {
	font: 10px/14px verdana;
	color: #000000;
}
.petit {
	font: 10px/14px verdana;
	color: #949494;
}

.azul {
	font: 10px/14px verdana;
	color: #00abe0;
}
td.col1 { width: 50px;}
td.col2{ width: 210px; }
td.col3{}
td.celda_sesion {
	text-transform: uppercase; 
}
.Borde1pxAbajo{
	border-bottom-style:solid 1px #CCC;
}