
#categorias {
	width: 100%;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
}
#categorias > ul{
	list-style:none;
	margin: 0;
    padding: 0px !important;
    border-radius: 0 !important;
    border: 0px !important;
    background: #000 !important;
}
#categorias > ul > li img{
	width: 100%
}
#categorias > ul > li{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #000000;
    border-color: #009535;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: left;
    height: 35px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-align: center;
    width: 25%;
    cursor: pointer;
    border-radius: 0px !important;
}
#categorias > ul > li > a{
	color: #fff !important;
    display: block;
    font-size: 13px;
    height: 100%;
    margin-top: 2px;
    outline: medium none;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif!important;
    width: 100%;
    cursor: pointer;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: #003e1e !important;
}
#categoriasContent {
    padding: 30px 0px;
    margin: 0 auto;
    max-width: 1100px;
}
.ui-tabs .ui-tabs-panel {
	padding: 0px !important;
}
#preview-button {
	display: none;
}
.texto-btn-cta {
	color: white !important;
}
