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


body {
	background-color: #F3F4F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
img {
	border: 0;
}
	
.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;
	}
	
p {
	font-weight: normal;
	font-size: 12px;
	}
	
.txtgris {
	color: #b2b2b2;
}

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

.biglink {
	font-size: 18px;
	}
	
.biglink2 {
	font-size: 16px;
	font-weight: normal;
	}
	
.biglink3 {
	font-size: 32px;
	font-weight: normal;
	}
	
.txtslogan1 {
	color: #797f91;
	font-size: 16px;
	font-weight: bold;
	}	

.txtslogan2 {
	color: #797f91;
	font-size: 13px;
	font-weight: normal;
	}	
	
.link_cde {
	font-size: 14px;
	font-weight: bold;
	color: #707173;
	}

a.button_cde {
	display: block;
	width: 70px;
    background-color: #939496;
	padding: 2px 5px 2px 5px;
	margin:  0 0 0 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	-moz-border-radius: 8px;
    -webkit-border-radius:  8px;
    border-radius: 8px;
}

a:hover.button_cde  {
    background-color: #707173;
}

a.smalllink_cde {
	font-size: 10px;
	color: #999999;
	}

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;
}

a.linkButton {
	display: block;
	width: 140px;
    background-color: #b10f1e;
	padding: 5px 10px 5px 10px;
	margin:  0 0 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	-moz-border-radius: 8px;
    -webkit-border-radius:  8px;
    border-radius: 8px;
  	-moz-box-shadow: 0px 2px 4px #999; 
  	-webkit-box-shadow: 0px 2px 4px #999; 
 	 box-shadow: 0px 2px 4px #999; 
}

a:hover.linkButton {
    background-color: #980d1a;
}

.nodisplay {
	display: none;
}