@charset "utf-8";
/* CSS Document */


body {
	background-color: #F3F4F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.white {
	background-color: #FFFFFF;
	}

.bold {
	font-weight: bold;
	}
	
a {
	color: #979FB3;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.txtgris {
	color: #b2b2b2;
}

.smalllink {
	font-size: 10px;
	}
	
.smalltxt {
	font-size: 10px;
	color: #979FB3;
	}	

.biglink {
	font-size: 18px;
	}
	
.biglink2 {
	font-size: 16px;
	font-weight: normal;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #AAA;
	}

.border_zero {
	border: 0;
}

.border_gris {
	border-width: 1px;
	border-style: solid;
	border-color: #b2b2b2;
	width: 888px;
	height: 490px;
}