@charset "utf-8";
/* CSS Document */


/* Elimina el margen default de los navegadores */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	color: #DCCAA5;
	background-color: #000000;
	background-image: url(img/bg3.png);
	background-repeat: repeat;
	font-family: Helvetica, sans-serif;
}

h1 {
	font-size: 27px;
}

#intro {
	display: block;
	height: 560px;
	width: 600px;
	position: relative;
	text-align: center;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	color: #ffffff;
}

#intro a{
	color: #ffffff;
	padding-top: 15px;
	font-size: 35px;
	font-weight: bold;
}

#intro a:hover {
	color: #FFCF14;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

#topshadow {
	height: 156px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 75px;
	background-image: url(img/bgtop.png);
	background-repeat:  repeat-x;
	z-index: 0;
}

#header {
	height: 185px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	background-image: url(img/bg3.png);
}

.social_links {
	float: left;
	margin-top: 100px;
	margin-left: 60px;
}
.social_links a {
	margin-left: 30px; 
}


#logo h1 {
	text-indent: -1000px;
	overflow: hidden;
}

.menu {
	position: relative;
	float: right;
	margin-right: 17%;
}

#logo {
	height: 265px;
	width: 240px;
	background-image: url(img/nuevo_logo_negro_small_png.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float: left;
	margin-left: 18%;
}

.menu li {
	display: inline;
	margin-right: 20px;
	font-weight: bold;
}

.menu li a {
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
}

.menu li a:hover {
	color: #fbad16;
}

#content {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
        min-height: 500px;
}

#info {

	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 15px;
	font-weight: normal;
}

#datos {
	position:relative;
	width: 800px;
	height: 22px;
	margin-top: 20px;
	background-color: #333333;
	color: #CCCCCC;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	z-index: 20;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: 0px 0px 8px #333333;
	-moz-box-shadow: 0px 0px 8px #333333;
	box-shadow: 0px 0px 8px #333333; 
	clear: both;
}

.fotohome {
	margin-left:10px;
	position: relative;
	float: right;
	width: 300px;
}

.fotohome img {
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 15px #333333;
	-moz-box-shadow: 0px 0px 15px #333333;
	box-shadow: 0px 0px 15px #333333; 
}

.galeriafotos{
	position: relative;
	height: auto;
	text-align: right;
}
.galeriafotos img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 15px #333333;
}

.descrip {
	position: relative;
	height: auto;
	font-family: Arial, sans-serif;
}

.flash {
	width: auto;
	height: 85px;
	margin: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

#footer {
	height: 100px;
	width: 100%;
	position: relative;
	margin-top: -35px;
	overflow: hidden;
}

.flash2 {
	width: auto;
	height: 85px;
	margin: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	left: 1280px;
}

#map {
	float: left;
	position: relative;
	width: 425px;
	height: auto;
	text-align: right;
	margin-bottom: 20px;
}
#contacto{
	float: left;
	position: relative;
	width: 350px;
	height: auto;
	margin-right: 25px;
}

.googlemap {
	border-bottom-left-radius: 5px !important; 
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
	box-shadow: 0 0 15px #333333 !important;
}

.cancelaciones{
	margin-left:80px;
}
.cancelaciones img{
	margin-right:10px;
}
.cancelaciones-texto{
	color:yellow;
	margin-top:5px;
}
.cancelaciones-texto span{
	color:red;
}
