/* CSS Document */
.barraNavegacion{
	width:599px;
	/*background:url(../imagenes/barra_navegacion.gif);*/
	/*background-color:#E7E7C6;*/
	background-color:#CFD0A4;
	vertical-align:bottom;
	height:15px;
	overflow:hidden;
}

.barraBusqueda{
	width:144px;
	background:url(../imagenes/barra_busqueda.gif);
	background-color:#BABB82;
	vertical-align:bottom;
	height:15px;
	overflow:hidden;
}

.barraBlog{
	width:209px;
	background:url(../imagenes/barra_blog.gif);
	vertical-align:bottom;
	height:15px;
	overflow:hidden;
}



.textoNavegacion{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#467726;
	text-transform:uppercase;
	text-decoration:none;
}
.textoNavegacion:hover{
	color:#999900;
	text-decoration:underline;
}
.textoNavegacionSeparadores{
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
	color:#467726;
	text-transform:uppercase;
	text-decoration:none;
	cursor:default;
}

.textoBusqueda{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	cursor:pointer;
}

.textoBlog{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
	text-align:left;
	text-transform:uppercase;
}

.textoTextBoxBusqueda{
	font-family: Arial;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
