      body {
			padding:0;
			margin:0;
			text-align:center;
			background-color:#FFFFFF; 
      }


.titol_home {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	padding-left: 10px;
}
.text_blanc {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	text-align:left;
}

.text_rosa {
    font: 14px tahoma;
	font-weight: bold;
	color: #DD006F;
}
  
.text_bottom {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.enlace_bottom {
	font-family: tahoma;
	font-size: 14px;
	color: #DD006F;
	font-weight: bold;
	text-decoration: none;
}

.enlace_bottom:link,
.enlace_bottom:active,
.enlace_bottom:visited {
   font-family: tahoma;
   font-size: 14px;
   color: #FFFFFF;
   text-decoration: none;
}
.enlace_bottom:hover {
   text-decoration:none;
   color: #DD006F;
} 

