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

@font-face{
	font-family:"BKANT";
	src: url("ANTQUAB.TTF") format("TTF");
}


body{
	background-image:url(../images/tira_fondo.jpg); 
	margin:0;
	padding:0;
	background-color:#FFF;
	background-repeat:no-repeat; 
}
	
#contenedor{ 
	/*background-image:url(../images/cuadro_principal2.png);*/
	background-repeat:no-repeat;
	width: 900px; 
	height:596px;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	margin-top:15px;
	position:relative;
	z-index:5;
}
#tira_horizontal{
	background-color: #bdae87;
	width:100%;
	height:2px;
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
#tira_vertical{
	background-color: #bdae87;
	width:2px;
	height:810px;
	display:none;
	left:0;
	top: 0;
	position: absolute;
	z-index:0;
}
#cuadrado_tira{
	background-image:url(../images/cuadrado_tira.png);
	background-repeat:no-repeat;
	width:53px;
	height:39px;
	position:absolute;
	display:none;
	top: 0;
	left: 0;

}
#menu_horizontal{
   
    left: 41px;
    width: 900px;
	margin-top:30px;
	
}
li {
	list-style:none;
	text-decoration:none;
	float:left;
}
li+li{
	margin-left:30px;
}
ul{
	overflow:hidden;
}
a{
	list-style:none;
	text-decoration:none;
	font-family: "BKANT", "Book Antiqua";
	color:#696969;
	font-size:16px;
}
a:hover{
	color:#454545;
}
.menu_unico{
	
	cursor:pointer;
	
}
#menu_municipio{
		
	color:#696969;
	float:left;
}

#menu_comollegar{
	
	color:#696969;
	float:left;
}
#quever{
		
	color:#696969;
	float:left;
}
#dondealojarse{
				
	color:#696969;
	float:left;
}
	
#quehacer{
				
	color:#696969;
	float:left;
}
#dondecomer{
				
	color:#696969;
	float:left;
}
#caja_cabecera{
	height: 113px;
    margin-left: auto;
    margin-right: auto;
    width: 944px;
}

#logos{
    /*background-image: url("../images/logos.png");*/
    background-position: center bottom;
    height:100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
	display:table;
}

#mapa{
  	background-image: url("../images/mapa.png");
    background-repeat: no-repeat;
    height: 64px;
    margin-left:-96px;
    margin-top: 217px;
    width: 100px;
	cursor:pointer;
}
