html {
    background: white;
}
body {
   background: #fff2f2;
}
ul {
    list-style: none;
}
a {
    color: #e0ac00;
}
a:hover {
    color: black;
    text-decoration: none;
}
img.selected {
    -webkit-box-shadow: 0 0 8px 4px #a41550;
    box-shadow: 0 0 8px 4px #a41550;
}
/* Container */

#Content {
    background: white;
    margin-bottom: 20px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
}
#Content.tabbable {
        margin-top: 43px;
}
/* Brand */

.brand {
    background: url(../../img/brand/brand-eci-m.png) no-repeat center transparent;
    height: 60px;
    display: block;
    background-size: auto 100%;
    margin-bottom: 20px;
    margin-top: -10px;
}
/* Navbar */

nav.navbar {
    background: #EEE;
    background-size: auto 100%;
    background-position: 25%;
	z-index: auto;
}
.navbar a.brand {
    margin: 0;
    padding-left: 50px;
    background: url(../../img/brand/brand-xs.png) no-repeat 0 center;
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    display: block;
    height: 40px;
    width: 40px;
}
.nav li a {
    color: black;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.nav li a:hover {
    color: #850037;
    background-color: white;
}
.nav li a.perfil {
    background-image: url(../../img/menus/perfil-black.png);
}
.nav li a.soporte {
    background-image: url(../../img/menus/soporte-black.png);
}
.nav li a.salir {
    background-image: url(../../img/menus/salir-black.png);
}
/* Breadcrumb */

.breadcrumb {
 background-color: #e8e8e8;
 border-radius: 0;
 width: auto;
 display: inline-block;
}
.breadcrumb a {}/* Top menu*/

#TopMenu {
    margin-bottom: 20px;
}
/* Left menu */

.nav.nav-tabs {
    border-bottom: 0;
}
ul.nav.nav-tabs.nav-stacked > li {
 background: #eec21e; /* Old browsers */
 background: -moz-linear-gradient(top,  #eec21e 0%, #d8a019 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eec21e), color-stop(100%,#d8a019)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #eec21e 0%,#d8a019 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #eec21e 0%,#d8a019 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #eec21e 0%,#d8a019 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #eec21e 0%,#d8a019 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec21e', endColorstr='#d8a019',GradientType=0 ); /* IE6-9 */


 margin-bottom: 10px;
 border: 2px solid #eee;
}
ul.nav.nav-tabs.nav-stacked li a {
    display: block;
    border-radius: 0;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    color: #a41550;
    font-size: 16px
}
ul.nav.nav-tabs.nav-stacked > li > a {
    border: 0;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    font-style: italic;
    /* padding-left: 40px; */

    background-position: 15px center;
    background-repeat: no-repeat;
}
ul.nav.nav-tabs.nav-stacked > li.active > a {
    background-color: inherit;
}
ul.nav.nav-tabs.nav-stacked > li > a:hover {
    background-color: inherit;
}
ul.nav.nav-tabs.nav-stacked ul.submenu {
    display: none;
    padding: 0;
}
ul.nav.nav-tabs.nav-stacked ul li.active a, ul.nav.nav-tabs.nav-stacked ul.submenu li.active a {
    background: #545454;
    color: white;
}
ul.nav.nav-tabs.nav-stacked ul li a:hover, ul.nav.nav-tabs.nav-stacked ul.submenu li a:hover {
    background: #545454;

    color: white;
}
ul.nav.nav-tabs.nav-stacked li ul {
    margin-left: 0;
    margin-left display: block;
}
ul.nav.nav-tabs.nav-stacked li.active ul {
    display: block;
}
ul.nav.nav-tabs.nav-stacked li ul.unfolded {
    display: block;
}
ul.nav.nav-tabs.nav-stacked ul.submenu li a {
    padding: 8px 32px;
    background-color: white;
    color: black;
}
.nav-tabs > li > a {
    cursor: pointer !important;
}
/* Tables */

table {
    table-layout: fixed;
}
th {
    vertical-align: middle !important;
}
table.table td {
    overflow: hidden;
    text-overflow: ellipsis;
}
table.table-bordered {
    border-radius: 0;
}
.table thead tr {
    background: #def;
    font-style: italic;
}
.table tbody tr:hover td {
    background: #f7e5a8;
}
.table tbody tr.header td {
        background: #BBB!important;
}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

/* Forms */

legend {
    padding: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    background: url(../../img/widgets/fieldset.png) no-repeat bottom left;
    text-transform: uppercase;
    font-size: 16px;
    font-style: italic;
    color: #a0a0a0;
}
.checkbox > label {
    line-height: 20px;
}
.btn {
    background: #efc41e;
    color: black;
    border: 1px solid #e0ac00;
    padding: 8px 16px;
    font-size: 18px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.btn:hover {
    background: #ffd42c;
}
.btn:active {
    background: #e0ac00;
}
.btn-primary {
    background: #8dd02e;
    border: 1px solid #7bbf0d;
}
.btn-primary:hover, .btn-primary:focus {
    color:  black;
    background: #99dc3a;
    border: 1px solid #7bbf0d;
}
.btn-primary:active {
    color:  black;
    background: #7dc215;
    border: 1px solid #7bbf0d;
}
.btn + .btn {
    margin-left: 10px;
}
.btn-block+.btn-block {
    margin-left: 0px;
}
.btn-group > a {
    background-image: none;
    color: #333;
    background-color: #ebebeb;
    border-color: #c1c1c1;
    box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 5px 0px inset;
}
.btn-group > a.active {
    background: #efc41e;
    border: 1px solid #e0ac00;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}
.submit {
    text-align: right;
}

.input-group[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}
input:active, textarea:active {
    background: #f7f7f7;
    /* Old browsers */

    background: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e5e5e5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #f7f7f7 0%, #e5e5e5 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
}
select.form-control {
    background: #353535;
    /* Old browsers */

    background-image: url(../../img/widgets/select.png);
    /* fallback */

    background: º, -moz-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    /* FF3.6+ */

    background: url(../../img/widgets/select.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(100%, #1c1c1c));
    /* Chrome,Safari4+ */

    background: url(../../img/widgets/select.png), -webkit-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    /* Chrome10+,Safari5.1+ */

    background: url(../../img/widgets/select.png), -o-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    /* Opera 11.10+ */

    background: url(../../img/widgets/select.png), -ms-linear-gradient(top, #353535 0%, #1c1c1c 100%);
    /* IE10+ */

    background: url(../../img/widgets/select.png), linear-gradient(to bottom, #353535 0%, #1c1c1c 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#1c1c1c', GradientType=0);
    /* IE6-9 */

    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-repeat: no-repeat;
    background-position: right;
    color: white;
    text-transform: capitalize;
}

.col-md-6.col-sm-6 {
    min-height: 49px;
}
select option {} select.col-md-4 {
    margin-left: 20px !important;
}
select.col-md-4 + input.col-md-2 {
    margin-left: 8px !important;
}
select.col-md-4 + input.col-md-2 + span {
    margin-left: 8px !important;
    font-size: 16px;
    font-style: italic;
    color: #a0a0a0;
}
select[disabled] {
    color: #888;
}
option {
    background: #353535;
    text-transform: capitalize;
}
.input.checkbox {
    height: 49px;
}
.radio-inline {
    line-height: 20px;
}
.form span.label {
    padding: 8px;
    margin-right: 10px;
}
.tags {
    margin-left: 20px;
    display: inline-block;
    max-width: 648px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: none;
    border: 0;
    box-shadow: none;
    border: 1px solid #DDD;
}
/* Divs */

.searcher {
    margin-bottom: 15px;
    padding-top: 15px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.searcher #SearchField {
    /*width: 25%;*/
}
.searcher #SearchText {
    /* width: 50%;*/
}
div.content {
    background: white;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    /*-webkit-box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow:  0 0 8px 0 rgba(0, 0, 0, 0.2);*/
}
#Content div.form {} #Content h2 {
    background: #F8F8F8;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #EEE;
    width: 100%;
    line-height: 22px;
    margin: 0px 0 10px 0px;
    z-index: 9999;
    margin-bottom: 20px;
    box-sizing: initial;
    margin-left: -15px;
}
.upload-image-ctn {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 218px;
    border: 1px solid #999;
    margin-bottom: 20px;
}
.upload-image-lbl {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    text-transform: initial;
}
.upload-image-ctn > img {
    display: block;
    margin: auto;
    height: 100px;
}
.upload-image-ctn > .upload-image-lnk {
    position: absolute;
    bottom: 0;
    background: #a3144f;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTQ0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3144f), color-stop(100%, #850037));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #a3144f 0%, #850037 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3144f', endColorstr='#850037', GradientType=0);
    /* IE6-8 */

    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
/* Searcher */

.searcher span.title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
/* Footer */

footer {
    margin-top: 40px;
    background: #EEE;
    border: 0px;
    border-top: 1px solid #d4d4d4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    box-shadow-top: 1px;
    min-height: 100px;
}
div#footer {
    margin-top: 20px;
}
#footer .navbar {
    margin-bottom: 0;
}
#footer .navbar-inner {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
}
#powered_by {
    float: right;
    padding: 10px;
    height: 50px;
}
/* Datepicker */

.ui-widget-content {
    border: 1px solid #ddd !important;
    background: #fff !important;
    border-radius: 0 !important;
}
.ui-widget-header {
    border: 1px solid #353535 !important;
    background: #353535!important;
    border-radius: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ddd !important;
    background: #ddd !important;
    font-weight: normal;
    color: black;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #a3144f !important;
    background: #a3144f !important;
    color: white !important;
}
.ui-widget-header .ui-datepicker-prev {
    border-radius: 0;
    top: 5px;
    left: 5px;
}
.ui-widget-header .ui-datepicker-next {
    border-radius: 0;
    top: 5px;
    right: 5px;
}
.ui-widget-header .ui-state-hover {
    border: 0 solid white;
    background: white;
}
.ui-widget-header .ui-icon {
    background: none;
    text-indent: 0;
    color: white;
    height: 100%;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.ui-widget-header .ui-state-hover .ui-icon {
    color: black;
}
/* Tabs */

div.tabbable .nav-tabs {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
   /* box-sizing: initial;*/
   box-sizing: border-box;
    margin-left: -20px;
   /* margin-top: -43px;*/
    margin-top: 0px;
}
div.tabbable .nav-tabs>li {
    float: right;
    margin-bottom: none;
}
div.tabbable .nav-tabs>li>a {
    background: #cccccc;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #cccccc 0%, #e6e6e6 99%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(99%, #e6e6e6));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #cccccc 0%, #e6e6e6 99%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #cccccc 0%, #e6e6e6 99%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #cccccc 0%, #e6e6e6 99%);
    /* IE10+ */

    background: linear-gradient(to bottom, #cccccc 0%, #e6e6e6 99%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e6e6e6', GradientType=0);
    /* IE6-8 */

    color: black;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
div.tabbable .nav-tabs>.active>a, div.tabbable .nav-tabs>.active>a:hover, div.tabbable .nav-tabs>.active>a:focus {
    color: #555555;
    background: #ffffff;
    border: 1px solid #ddd;
    cursor: default;
    border-bottom: 2px solid white;
}
div.tabbable .tab-content {
    width: 100%;
}
/* Acciones */

div.acciones a {
    margin-left: 5px;
}
/* Menus */

li.catas a {
    /* background-image: url(../../img/menus/catas.png); */
}
li.guias a {
    /* background-image: url(../../img/menus/guias.png); */
}
li.notas a {
    /* background-image: url(../../img/menus/notas.png); */
}
li.marcas a {
    /* background-image: url(../../img/menus/marcas.png); */
}
li.preguntas a {
    /* background-image: url(../../img/menus/preguntas.png); */
}
li.usuarios a {
    /* background-image: url(../../img/menus/usuarios.png); */
}
li.bodegas a {
    /* background-image: url(../../img/menus/bodegas.png); */
}
li.revistas a {
    /* background-image: url(../../img/menus/revistas.png); */
}
li.trivial a {
    /* background-image: url(../../img/menus/maestro-del-vino.png); */
}
/* Pagination */

div.pagination {}/* Miscellanea */

.btn > .glyphicon {
    margin-right: 10px;
}
.green, .green[disabled] {
    background: url(../../img/select.png) no-repeat right #6ac11a !important;
    border: 1px solid #6ac11a !important;
    color: #EEE;
}
.blue, .blue[disabled] {
    background: url(../../img/select.png) no-repeat right #34a4e4 !important;
    border: 1px solid #34a4e4 !important;
    color: #EEE;
}
.violet, .violet[disabled] {
    background: url(../../img/select.png) no-repeat right #7259aa !important;
    border: 1px solid #7259aa !important;
    color: #EEE;
}
.red, .red[disabled] {
    background: url(../../img/select.png) no-repeat right #b10015 !important;
    border: 1px solid #b10015 !important;
    color: #EEE;
}
span.exito {
    height: 32px;
    width: 32px;
    display: block;
    margin: auto;
}
span.exito.si {
    background: url(../../img/widgets/si.png) no-repeat right rgba(0, 0, 0, 0);
}
span.exito.no {
    background: url(../../img/widgets/no.png) no-repeat right rgba(0, 0, 0, 0);
}
span.icon {
    background-size: 100%;
    background-size: auto 100%;
    width: 100%;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.alert ul li {
    list-style: square;
}
/* Files container */

#ImagesContainer {
    padding: 15px;
}
#ImagesContainer li {
    border: 1px solid #DDD;
    padding: 10px;
    margin: 1%;
    position: relative;
}
#ImagesContainer li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#ImagesContainer li .imagen-container {
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    height: 150px;
}
#ImagesContainer li img {
    height: 150px;
    display: block;
    margin: auto;
    width: auto;
    max-width: initial;
}
button.remove-image {
    background: #a3144f;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMTQ0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NTAwMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3144f), color-stop(100%, #850037));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #a3144f 0%, #850037 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #a3144f 0%, #850037 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a3144f', endColorstr='#850037', GradientType=0);
    /* IE6-8 */

    border: 1px solid #c23968;
    position: absolute;
    top: 0;
    right: 0;
}
/* Pagination */

.pagination {
    color: #e0ac00;
}
.pagination > li > a {
    color: #e0ac00;
}
.pagination > li > a:hover, .pagination > li.active > a:hover {
    background-color: #e0ac00;
    color: white;
}
.pagination li.active a {
    background-color: #e0ac00;
    border-color: #e0ac00;
}
/* Typeahead */

.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-hint {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
.menu_lateral>li>a:focus {
    background-color: transparent;    
}
/* Form Radio*/
.radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
    width: 13px;
    margin-top: -7px;
    box-shadow: 0px 0px 0px;
}
.radio{
    display: block;
    min-height: 20px;
    margin-top: 5px !important;
    margin-bottom: 21px;
    padding-left: 20px;
    float: left;
    margin-right: 50px;
}
/*Fin */