/***********************************/
/* Background color/Color de fondo */
/***********************************/
.body {
	background-color: #0C0C0C;
	margin: 0;
}
/***********************************/

/***********************************/
/*  Reservation box/Caja reservas  */
/***********************************/
/*          Table/tabla            */                                     
.box_table {
	padding: 5px;
}
/*          Title/Titulo           */
.box_headline {
	color: #75A1C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
/*           Text/Texto            */
.box_description {
	color: #FFB604;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/*          Link/Enlace            */
.box_link {
	color: #75A1C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/***********************************/
