.normal {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 660px;
     height: 500px;
     margin-top: -250px; /* half of the height */
     margin-left: -330px; /* half of the width */
     border: 0px solid #000;
}
     
.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #fa341a;
	text-decoration: none;
	text-align: center;
}

.texto2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #015394;
	text-decoration: none;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}