.fondobarco {
	background-attachment: fixed;
	background-image: url(images/fondo_barco.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bordeabajo {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.fondo {
	background-attachment: fixed;
	background-image: url(images/fondo_pagina.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.carta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.borde {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #722b23;
	border-right-color: #722b23;
	border-bottom-color: #722b23;
	border-left-color: #722b23;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.fondoubic {
	background-attachment: fixed;
	background-image: url(images/fondo_ubic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.fondoentorno {
	background-attachment: fixed;
	background-image: url(images/fondo_entorno.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondocarta {
	background-attachment: fixed;
	background-image: url(images/fondo_carta.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fondoinfo {
	background-attachment: fixed;
	background-image: url(images/fondo_info.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondorest {
	background-attachment: fixed;
	background-image: url(images/fondo_rest.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondoportada {
	background-attachment: fixed;
	background-image: url(images/fondo_portada.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: none;
}
