/* ## AVISO LEGAL #################### */

.AvisoLegal {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #666666;
	padding: 0 20px;
	line-height: 17px;
}

.AvisoLegal H1 {
	font-size: 14px;
	color: #00226B;
	font-weight: bold;
	margin-bottom: 10px;
}

.AvisoLegal H2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.AvisoLegal H3 {
	font-size: 17px;
	color: #00226B;
	font-weight: bold;
	text-align: center;
}

.AvisoLegal UL {
	margin-top: 5px;
}

.AvisoLegal P {
	text-align: justify;
	margin-top: 0;
}

.AvisoLegal A {
	color: #00226B;
	text-decoration: underline;
}

.AvisoLegal A:hover {
	color: #00226B;
	text-decoration: underline;
}

