


#navigation {
	color: #333;
}

#content { 
	color: #333;
}




#direccion img  {
	background-color: #fff;
}

#header_seccion h2, #content h2  {
	color:#333;
	background: #FBB03B;
	background: -moz-linear-gradient(top,  #FBB03B 0%, #FA9805 55%, #FA9805 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBB03B), color-stop(55%,#FA9805), color-stop(100%,#FA9805));
	background: -webkit-linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	background: -o-linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	background: -ms-linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	background: linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB03B', endColorstr='#FA9805',GradientType=0 );
}

ol#controls li a,
ol#pagination li,
.button{
	background: #FBB03B;
	background: -moz-linear-gradient(top,  #FBB03B 0%, #FA9805 55%, #FA9805 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBB03B), color-stop(55%,#FA9805), color-stop(100%,#FA9805));
	background: -webkit-linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	background: -o-linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	background: -ms-linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	background: linear-gradient(top,  #FBB03B 0%,#FA9805 55%,#FA9805 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB03B', endColorstr='#FA9805',GradientType=0 );
}

.button{
	color:#000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}

.sombra{
	-webkit-box-shadow: 1px 1px 1px 1px #666666;
	-moz-box-shadow: 1px 1px 1px 1px #666666;
	box-shadow: 1px 1px 1px 1px #666666;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

