body { 
	text-align: center; 
}

#contenedor {
	border: 1px solid #000;
	color: #000000;
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#menu{
	position: relative;
	right: 30px;
}

#principal{
	line-height: 1.5;
	text-align: justify;
}

.titulo{
	font-size: 28px;
	text-align: center; 
	/*background-color: #97bf0d;*/

}

.subtitulo{
	font-size: 20px;
	text-align: center; 
	/*background-color: #97bf0d;*/
}

.head{
	/*background-color: #97bf0d;*/
	background-image: url('../images/bg_head.png');
}

.web:visited , .web:link{
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.titulo:visited , .titulo:link {
	text-decoration: none;
	color: #000000;
}
#desarrollo{
	width: 280px;
	text-align: center;
	font-size: 12px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

#fondo1 {
	height: 100%;
	background-image: url('../images/hotel1.jpg');
	background-repeat: no-repeat;
	background-position: 0% 50%;	
}
#fondo2 {
	height: 100%;
	background-image: url('../images/hotel1.jpg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.impar{
	background-color: #97bf0d;
}

.par{
	background-color: silver;
}

/* Efecto 3D boton*/

.boton{
	text-align: center;
	width:121px;
	float:left;
	font-size:110%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#97bf0d;		
	
}	
.boton:hover{	
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;	
	color:#97bf0d;					
}		
.boton span{
	text-align: center;
	width:100px;
	background:#000000 url('../images/bg_btn.gif') repeat-x;			
	float:left;
	line-height:32px;
	height:32px;	
	padding:0 10px;							
	border-right:1px solid #777;
	border-bottom:1px solid #777;					
}		
.boton:hover span{
	border:none;						
	border-top:1px solid #777;
	border-left:1px solid #777;		
	background:#000000 url('../images/bg_btnOver.gif') repeat-x;	
	cursor:pointer;	
}	

.botonSeleccionado {
	text-align: center;
	color: #000000;
	float:left;
	font-size:110%;			
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;		
	width:121px;
	background-color: #97bf0d;
}

.botonSeleccionado span{
	text-align: center;
	width:121px;
	cursor: default;
	line-height:32px;
	height:32px;	
	float:left;
	background-color: #97bf0d;
}
