body {
	text-align: center;
}

table.cuerpo {
	margin: 20px auto 20px auto;
	border : 1px solid Black;
	background-color: white;
	background-image : url(../imag/fondo2.jpg);
}

td.enlaces {
	text-align : center;
	border-bottom : 1px solid Black;
	font-family: verdana;
	font-size: 11px;
	background-color: #F5F5F5;
	padding: 2px 2px 2px 2px;
}

td.enlaces a {
	text-decoration : none;
	color: #CC6600;
	margin-left: 10px;
	margin-right: 10px;
}

td.enlaces a:hover {
	color: navy;
}

td.banderas {
	text-align : center;
	border-bottom : 1px solid Black;
	background-color: #F5F5F5;
	padding: 2px 2px 2px 2px;
}

td.banderas a{
	text-decoration : none;
}

td.cuerpo {
	text-align: justify;
	font-family: verdana;
	font-size: 11px;
	color: Navy;
	padding: 10px 10px 10px 10px;
}

td.cuerpo a {
	text-decoration: none;
	color: Navy;
}

td.cuerpo a:hover {
	text-decoration: underline;
}

table.datos {
	margin: 30px auto 30px auto;
	background-color: #F5F5F5;
	text-align: left;
	padding: 10px 10px 10px 10px;
}

span.destaca {
	color: #CC6600;
	font-weight: bold;
}

span.des {
	font-weight: bold;
}

table.alojamiento {
	margin: 30px auto 30px auto;
	width: 400px;
	background-color: #F5F5F5;
	vertical-align:top;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

input.boton {
	background-color: orange;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px inset Black;
}

input.boton:active {
	background-color: orange;
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px outset Black;
}

img.muestra {
	margin-top: 15px;
	margin-bottom:5px;
}