body {
	font-family: Papyrus, "Monotype Corsiva", "Book Antiqua", sans-serif;
	font-size: 14px;
	color: #660000;
	background-attachment: fixed;
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
	font-weight: bold;
	background-color: #eeeeFF;
	margin-top: 0px;
}
.titulo {
	font-size: 40px;
	font-weight: bold;
	color: #000066;
}
.titulo2 {
	font-size: 22px;
	font-style: normal;
}
.titulo3 {
	font-size: 18px;
}
ul {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	margin-left: 0px;
}
a.linkopacity img {
	filter: alpha(opacity=60);
	-moz-opazity:0.6;
	opacity:0.6;
	-khtml-opacity:0.6;
	border:0;
}
a.linkopacity:hover img {
	filter: alpha(opacity=100);
	-moz-opazity:1.0;
	opacity:1.0;
	-khtml-opacity: 1.0;
	border:0;
}
a:link, visited {
	color: #660066;
}
a:hover{
	color: #CC0000;
}
a:active {color:#CC0000;
	font-style:italic;
}
td.barcos {
	font-size:12px;
	border: 1px solid #000099;
}
td {
	padding: 2px;
}
td.tarifas {
	padding: 2px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #000033;
	border-left: 1px solid #33CCFF;
}
td.tarifas1 {
	padding: 2px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #000033;
	border-right: 1px solid #33ccff;
	border-left: 1px solid #33ccff;
}td.tarifas2 {
	padding: 2px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #33ccff;
}
td.tarifas3 {
	padding: 2px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #000033;
	border-right: 1px solid #33ccff;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #33ccff;
}
td.cuerpo2 {
	padding-right:12px;
	padding-left:12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.cuerpo {
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	border-top-width: 1px;
	border-top-color: #FF9900;
	padding: 12px;
}
.nopadding {
	padding: 0px;
}
.nav {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	border-right-style: none;
	border-left-style: none;
}
.pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: normal;
	text-align: center;
}
a.noline {
	text-decoration: none;
}
a.noline:hover {
	color: #CC0000;
	background-color:#FF9933;
}
	
.cabecera {
	font-size: 16px;
	color: #330000;
	background-color: #66CCFF;
}
.cuerpo2 .cuerpo select {
	background-color: #EEEEFF;
}
.encabezado2 {
	font-size:16px;
	font-family: "Lucida Calligraphy", "Comic Sans MS";
	color: #000033;
	font-weight: normal;
	position: relative;
	bottom: 25px;
	left: -350px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlf {
	float: left;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	font-size:16px;
	font-family: "Lucida Calligraphy", "Comic Sans MS";
	color: #000033;
	font-weight: normal;
}
.nopadding img {
	bottom: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

