body {
  margin: 0;
  font-family: Arial;
  font-size: 11px;
  font-weight: none;
  color: #000000;

}

#flashP{
    position:absolute;
    left:0px;
    top:0px;
    height:800px;
    width:100%;
}

strong {
	font-weight: bold;
}

.titulars {
	background-color: #fff22e;
	font-weight: bold;
	color: #5d003e;
	display: block;
	padding-top: 50px;
	margin-top: 50px;
	float: right;
	font-size: 14px;
	font-family: Arial;
}

.titulars-interiors {
	font-weight: bold;
	font-style: italic;
	color: black;
	display: block;
	padding-top: 50px;
	margin-top: 50px;
	float: right;
	font-size: 12px;
	font-family: Arial;
}

.titulars-padding {
	margin-left: 15px;
	font-weight: bold;
	color: black;
	display: block;
	float: right;
	font-size: 12px;
	font-family: Arial;
}

.titulars-padding3 {
	margin-left: 30px;
	font-weight: bold;
	color: black;
	display: block;
	float: right;
	font-size: 12px;
	font-family: Arial;
}

p {
	font-size: 11px;
	font-family: Arial;
	top: 15px;
	float: left;
	color: #6b6b6b;
	display: block;
	margin-top: 15px;
	padding-top: 15px;
}

.p-padding {
	margin-left: 15px;
	font-size: 11px;
	font-family: Arial;
	top: 15px;
	float: left;
	color: #6b6b6b;
	display: block;
}

.p-padding3 {
	margin-left: 30px;
	font-size: 11px;
	font-family: Arial;
	top: 15px;
	float: left;
	color: #6b6b6b;
	display: block;
}

a {
	text-decoration: underline;
	color: #b1317f;
	font-weight: bold;
}

