html {
        /*background: url(./imagenes/palace2.jpg) no-repeat center center fixed;*/
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
}
.black_big {
	font-family: verdana,helvetica;
	color: #000000;
	font-weight: normal;
	font-size: 24pt;
}
.white_texto {
	font-family: verdana,helvetica;
	color: #ffffff;
	font-weight: normal;
	font-size: 12pt;
}
.blue_texto {
	font-family: verdana,helvetica;
	color: #417cb9;
	font-weight: normal;
	font-size: 12pt;
}
.black_texto {
	font-family: verdana,helvetica;
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
}
