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

/* RESET */

*
{
	margin: 0;
	padding: 0;
	border: none;
}

ul
{
	list-style: none;	
}

p, span
{
	line-height: 1.5em;	
}

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

/* GENERAL */

body
{
	background: #7F0033;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

h1
{
	margin-bottom: 16px;
	color: #7F0033;
	clear: both;
	font-family: "Bookman Old Style";
	font-size: 18px;
}

/* CONTENEDOR GRAL */

#contenedor_grande
{
	width: 770px;
	height: 590px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -385px;
	margin-top: -295px;
}

/* PLAYER */

#player
{
	width: 750px;
	height: 20px;
	margin: 0 auto 10px auto;
	text-align: right;
	clear: both;
}

/* CONTENEDOR */

#contenedor
{
	background: #F2FFBF;
	width: 770px;
	height: 510px;
	-moz-border-radius: 19px;
	-moz-box-shadow: 0 0 15px #000;
	overflow: hidden;
	clear: both;
}

/* COLUMNA */

#sidebar
{
	width: 167px;
	height: 510px;
	background: url(../img/columna.png) no-repeat;
	margin-left: 32px;
	text-align: center;
	float: left;
	-moz-box-shadow: 0 0 15px #000;
}

	/* LOGO */
	
	#logo
	{
		width: 140px;
		height: 89px;
		margin: 32px auto auto auto;
		padding-bottom: 10px;
		border-bottom: #C3B432 dotted 1px;
		clear: both;
	}

	/* MENU */
	
	#menu
	{
		margin: 32px 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		clear: both;
	}
	
		#menu ul li
		{
			margin: 5px 0;
		}	
		
		#menu ul li:first-child
		{
			margin-top: 0;	
		}
		
		#menu ul li:last-child
		{
			margin-bottom: 0;	
		}
		
			#menu ul li a
			{
				color: #FFF;
				text-shadow: 1px 1px 1px #333;
			}
			
			#menu ul li a:hover
			{
				color: #333;	
			}
	
	/* CONTACTO RAPIDO */
	
	#contacto
	{
		clear: both;
		margin-top: 32px;
		font-size: 11px;
	}	
	
		#contacto a:hover
		{
			color: #FFF;	
		}

	/* ICONOS SERVICIOS */
	
	#ic_servicios
	{
		margin-top: 90px;
		clear: both;
	}
	
		#ic_servicios ul
		{
			overflow: hidden;	
		}
		
			#ic_servicios ul li
			{
				float: left;
				margin: 0 10px;
			}

/* CONTENIDO */

#contenido
{
	float: left;
	width: 538px;
	margin: 32px 16.5px 0 16.5px;
}
	
/* INICIO */
	
#contenido .txt_inicio
{
	width: 527px;
	margin: 8px auto;
}

/* UBICACION */

#contenido #google
{
	width: 527px;
	height: 417px;
	background: #FFF;
	border: #A8900B solid 1px;
	padding: 4.5px;
	margin: 0 auto;
}

/* RESERVAS */

#contenido a:hover
{
	text-decoration: underline;
}	

/* INFINITO */

#infinito
{
	width: 750px;
	clear: both;
	margin: 10px auto 0 auto;
	text-align: right;
}
