@charset "utf-8";

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#floatdiv {
	display: none;
}



#header {
	background: #15015A;
	width: 100%;
	position: relative;
	text-align: center;
	color: #CFB6F8;
}
div.header-image-container{
	position:relative;
	margin:0;
	padding:0;
	height:150px;
	z-index: 1;
	onload:function();
}

div.opacityleft{
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	height:150px;
	width:300px;
	font-size: 50px;
	background: url(../images/banner/logo1.gif) no-repeat center center;
}

#menu {
	display: none;
}

#link {
	width: 185px;
	background: #15015A;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#link1 {
	width: 185px;
	text-align: center;
}
.content ul, .content ol { 
	padding: 15 15px 15px 15px;
}

ul.nav {
	list-style: none;
}
ul.nav li {
}
ul.nav a, ul.nav a:visited {
	padding: 5px;
	display: block;
	width: 165px;
	text-decoration: none;
	background: url(../images/menu/botonr.png);
	color: #F3E6D3;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px;
	height: 24px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: url(../images/menu/botonr1.png);
	color: #FC0;
}	

#link2 {
	width: 185px;
	background: #15015A;
	padding-top: 3px;

}
#link3 {
	width: 185px;
	text-align: center;
}

.image {
	-moz-box-shadow: 0px 0px 50px #CD8BE0;
	-webkit-box-shadow: 0px 0px 50px #CD8BE0;
	border-style: solid;
	font-size: 1.1em;
	text-align: center;
}	

#sidebar2 {
	display: none;
}
#sobrecontainer2 {
	display: none;
}
#footer1 {
	background: #CFB6F8;
	width: 98%;
	margin-top: 20px;
	margin-left: 15px;
	text-align: center;
	font-size: 0.8em;
}
h1 {
	font-size: 2em;
	color: #060;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.8em;
	color: #903;
	text-align: center;
	font-style: italic;
}
h3 {
	color: #15015A;
	font-size: 1.5em;
	text-align: center;
}
h4 {
	font-size: 1.3em;
	color: #C00;
	text-align: left;
}

h5 {
	font-size: 1.2em;
	color: #C00;
	text-align: center;
}
h6 {
	font-size: 0.9em;
	color: #15015A;
	text-align: center;
}

p {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.highligt {
	font-style: italic;
	color: #F3E6D3;
	background: #15015A;
	padding: 4px 5px 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.diatext {
	font-size: 1.2em;
	color: #15015A;
	font-weight: bold;
	font-style: italic;
}

#nota1 p {
	font-size: 1.1em;
	font-style: italic;
	color: #000;
	background: #CCF;
}
.resaltado {
	font-style: italic;
	color: #15015A;
}



.botonReserva {
	-ms-scroll-limit-x-min: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.botonReserva:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.botonReserva:active {
	position:relative;
	top:1px;
}