/*
* auSoleil Visual Communication
*/


body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #3e3e3e;
    font-family: "Swiss_721 W01 Roman","Helvetica Neue",Arial,sans-serif;
}
/***********************************************
Typography
***********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	padding: 0;
	color: #333;
	font-weight: normal;
	font-family: "Swiss_721 W01 Light","Helvetica Neue",Arial,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: inherit;
}
h1 {
	font-size: 38px;
	line-height: 40px;
}
h2 {
	font-size: 32px;
	line-height: 34px;
}
h3 {
	font-size: 24px;
	line-height: 26px;
}
h4 {
	font-size: 17px;
	line-height: 19px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
}
h6 {
	font-size: 11px;
	line-height: 13px;
}
p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 15px;
	line-height: 26px;
}
b, strong {
	font-weight: bold;
}


/******************************************************
ausoleil
******************************************************/
.borde {
	border-bottom: solid 3px #4066B3;
	padding-top: 25px;

}
.marginTop20 {
	margin-top: 20px;
}
.float-right {
	float:right;
}
.footer {
	margin: 10px 0 0 0;
	font-size: 12px;
	padding: 30px 0 30px 0;
}
.gris {
	background: #DADADA;
}
.texto10 p {
	font-size: 12px !important;
	line-height:normal;
}
.borderResultados {
	border: 1px solid #999999;
	padding: 15px;
}
.borderResultados h3 {
	color: #003399;
}
.msg-error2 {
	color: #9D342B;
}