@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}
.clear
{
	clear:both;
}
.oculto
{
	display:none;
}
body
{
	background-image:url(../img/patron_bg.jpg);
	background-repeat:repeat-x;
	background-color:#002919;
}
#contenedor
{
	margin:0 auto;
	width:960px;
}
	
	#contenedor #cabecera
	{
	    margin:0 auto;
		padding:0;
		
		width:960px;
		height:92px;
		
		background-image:url(../img/inicio_decorativoTop.png);
		background-repeat:no-repeat;
		background-position:top center;
	}

	#contenedor #contenido
	{
		margin:0 auto;
		padding:0 0 0 0;
		
		width:960px;
		
		background-image:url(../img/inicio_decorativoMedio.png);
		background-repeat:no-repeat;
		
		text-align:center;
	}
	
	#contenedor #contenido h2
	{
		margin:0 auto;
		padding:0;
		
		width:150px;
		height:24px;
		
		background-repeat:no-repeat;
	}
	
	#contenedor #contenido p
	{
		/*width:240px;*/
		
		margin:8px 0 25px 0;
		padding:0 0 0 0;
		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:15px;
		color:#fff;
	}
	
	#contenedor #contenido #divApartamentos
	{
		float:left;
		position:relative;
		
		margin:0 40px 0 95px;
		_margin:0 40px 0 55px;
		padding:0 0 0 0;
		
		width:358px;
		/*height:262px;*/
		
		background-image:url(../img/inicio_apartamento.png);
		background-repeat:no-repeat;
	}
	
	#contenedor #contenido #divHotel
	{
		float:left;
		position:relative;
		
		margin:0 0 0 0;
		padding:0 0 0 0;
		
		width:358px;
		height:276px;
		
		background-image:url(../img/inicio_hotel.png);
		background-repeat:no-repeat;
	}
		
	#contenedor #contenido a:link, #contenedor #contenido a:active, #contenedor #contenido a:visited
	{
		display:block;
		margin:20px 0 6px 0;
		
		height:45px;
		
		background-position:top;		
		background-repeat:no-repeat;
		
		cursor:pointer;
	}
	#contenedor #contenido a:hover
	{
		background-position:bottom;
		cursor:default;
		cursor:pointer;
	}
	#contenedor #contenido #pFlash
	{
		margin:270px 0 0 0;
		_margin:205px 0 0 0;
		font-size:11px;
	}
	
	#contenedor #inicio_apartamentos
	{
		position:absolute;
		
		top:195px;
		left:65px;
		_left:10px;
		
		cursor:pointer;
	}
	#contenedor #inicio_hotel
	{
		position:absolute;
		
		top:195px;
		left:65px;
		_left:-23px;
		
		cursor:pointer;
	}
