/* CSS Document */
* {
	margin:0px;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595B;
}

a, a:link, a:visited { 
	text-decoration:underline;
	color:#4C4D4F;
}

a:hover {
	color:#000;
}


/*--------------------------botonera--------------------------*/

.item_botonera a, .item_botonera a:link, .item_botonera a:visited, .item_botonera a:hover {
			display: block;
			text-decoration:none;
			
			/* Texto */
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#808284;
			border-bottom: #ccc 1px solid;
			padding: 8px 0 6px 18px;
			background: url(../img/bullets/flecha_menu.gif) no-repeat 6px 12px;
}

.item_botonera a:hover {
			background: url(../img/bullets/flecha_menu_on.gif) no-repeat 6px 12px;
			background-color: #f7f7f7;
			
			/* Texto */
			color:#486683;
		 }
		 

body#main a.seleccionado1, body#what a.seleccionado2, body#where a.seleccionado3, body#whowe a.seleccionado4, body#buy a.seleccionado5, body#facts a.seleccionado6, body#who a.seleccionado7, body#contact a.seleccionado8, body#guestbook a.seleccionado9, body#raffle a.seleccionado11 {
			background: url(../img/bullets/flecha_menu_on.gif) no-repeat 6px 12px;
			background-color: #f7f7f7;
			
			/* Texto */
			color:#486683;
}		 
		 
/*--------------------------listas--------------------------*/	 

ul, ol {
	list-style:none;
	padding: 10px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595B;
}

ul li, ol li {
	background:url(../img/bullets/circulo_celeste.gif) no-repeat 0 3px;
	padding-left:23px;
	margin-bottom:4px;
}

ul.bullet_grande {
	list-style:none;
	margin: 10px 0 0 2px;
}

ul.bullet_grande li {
	background:url(../img/bullets/circulo_celeste_grande.gif) no-repeat 0 3px;
	padding-left:25px;
	margin-bottom:4px;
}

/*--------------------------textos--------------------------*/

h1 {
	font-family:"Futura", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#73B3CE;
	padding:13px 0 5px 0;
}

h2 {
	font-family:"Futura", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#486683;
	padding-bottom:5px;
}

.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595B;
}

.texto_botonera {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#808284;
}

.destacados {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#486683;
}

.pastilla {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4C4D4F;
	background-color:#f7f7f7;
	padding:15px;
}

.pie {
	background:url(../img/foot.jpg) no-repeat 0px 0px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a6a6a6;
}

#pie-p3 { font-size:10px; color:#ccc;}

a.pie_p3 , a.pie_p3:link , a.pie_p3:visited, a.pie_p3:hover {
			text-decoration:none;
			
			/* Texto */
			color:#cccccc;
}

/*--------------------------bordes--------------------------*/

.borde_gral {
	border:1px solid #ccc;
}

.borde-bottom {
	border-bottom:1px solid #ccc;
}

.borde_visitas {
	border:1px solid #ccc;
}