/**
 * Generic elements
 */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@font-face {
    font-family: 'Conv_Aaargh';
    src: url('fonts/Aaargh/Aaargh.eot');
    src: url('fonts/Aaargh/Aaargh.woff') format('woff'), url('fonts/Aaargh/Aaargh.ttf') format('truetype'), url('fonts/Aaargh/Aaargh.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #edf5fa;
    font: 76%/170% 'Lato', sans-serif;
    color: #494949;
}

input {
    font: 1em/100% 'Lato', sans-serif;
    color: #494949;
}

textarea, select {
    font: 1em/160% 'Lato', sans-serif;
    color: #494949;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Conv_Aaargh', sans-serif;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 160%;
    line-height: 130%;
}

#center h1 {
    width: 100%;
    font-size: 26px;
    color: #246aaf;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d6d3;
    margin-bottom: 15px;
}

h2.panel-title {
    width: 100%;
    font-size: 26px;
    color: #246aaf;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d6d3;
    margin-bottom: 15px;
}
h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

quote, code, fieldset {
    margin: .5em 0;
}

code, pre, kbd {
    font-size: 115%;
}

p {
    margin: 0.6em 0 1.2em;
    padding: 0;
}

a:link, a:visited {
    color: #027AC6;
    text-decoration: none;
}

a:hover {
    color: #0062A0;
    text-decoration: underline;
}

a:active, a.active {
    color: #5895be;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #5294c1;
}

.clearfix {
    clear: both;
    width: 100%;
    display: block;
}

ul, .block ul, ol {
    margin: 0.5em 0 1em;
    padding: 0 0 0 1.5em; /* LTR */
}

/* Default to menu leaf bullet for unordered list items. "ul" used here so it can cascade to list items and "li.leaf" to override the system leaf image. */
ul, ul li.leaf {
    list-style-image: none;
    list-style-type: none;
    /*list-style-image: url(images/menu-leaf.gif);*/
}

ul li:hover.leaf {
    background: #81c74b;
}

#block-menu-menu-header-menu ul li:hover.leaf {
    background: none;
}

/*#header-menu-primary ul li.leaf {
 list-style-image:none;
 list-style-type: none;
 }*/

/* This is used to cancel the list style image when an ordered list is embedded in an unordered list. */
ol {
    list-style-image: none;
}

ul.menu, .item-list ul {
    margin: 0.35em 0 0 -0.5em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
    margin: 0.15em 0 0.15em .5em; /* LTR */
    padding-bottom: .1em;
}

.item-list ol {
    color: #027AC6;
}

.item-list ol li, .pane-content ol li {
    font-size: 16px;
    background: transparent url(images/itemoption.png) left 3px no-repeat;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-left: 0;
}

.pane-block .pane-content ol li {
    font-size: 16px;
    background: none;
    padding: 0;
    margin-bottom: 4px;
}

.pane-block .pane-content ol li a {
    color: #027AC6;
    margin-right: 5px;
}

.item-list ol li span {
    color: #333;
}

.item-list ol li a {
    color: #027AC6;
}
.item-list ol li .views-field-title {
    display: block;
    clear: both;
}

.item-list ol li .views-field-field-donwload-category, .item-list ol li .views-field-field-counter-url-clicks {
    font-size: 12px;
    color: #333;
}

ul li.expanded {
    list-style-image: url(images/menu-expanded.gif);
}

ul li.collapsed {
    list-style-image: url(images/menu-collapsed.gif); /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
    display: block;
}

ul.inline li {
    background: none;
    margin: 0;
    padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
    margin-left: 0; /* LTR */
    list-style-type: none;
    list-style-image: none;
}
ol.task-list li {
    padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
    background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
    color: #393;
    background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
    margin-right: 1em; /* LTR */
}

fieldset ul.clearfix li {
    margin: 0;
    padding: 0;
    background-image: none;
}

dl {
    margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
    margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
    border: none;
}

table {
    margin: 1em 0;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #d3e7f4;
    color: #494949;
    font-weight: bold;
}

th a:link, th a:visited {
    color: #6f9dbd;
}

td, th {
    padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
    border: solid #d3e7f4;
    border-width: 1px 0;
}

tr.odd, tr.info {
    background-color: #edf5fa;
}

tr.even {
    background-color: #fff;
}

tr.drag {
    background-color: #ffb;
}

tr.drag-previous {
    background-color: #ffd;
}

tr.odd td.active {
    background-color: #ddecf5;
}

tr.even td.active {
    background-color: #e6f1f7;
}

td.region-title, td.module, td.container, td.category {
    border-top: 1.5em solid #fff;
    border-bottom: 1px solid #b4d7f0;
    background-color: #d4e7f3;
    color: #455067;
    font-weight: bold;
}

tr:first-child td.region-title, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
    border-top-width: 0;
}

span.form-required {
    color: #ffae00;
}

.submitted, .description, .vertical-tab-button .summary {
    font-size: 0.92em;
    color: #898989;
}

.description .more-help-link {
    font-size: 0.92em;
}

.description {
    line-height: 150%;
    margin-bottom: 0.75em;
    color: #898989;
}

.preview {
    margin: .75em 0 .75em;
    padding: .5em 1em;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
    margin: 0.25em 0;
}

#center form {
    margin-bottom: 2em;
}

.form-actions {
    margin: 2em 0 1em;
}
.form-button, .form-submit {
    margin: 0 0.5em 0 0; /* LTR */
}

/**
 * Skip link
 */
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 1000;
}
#skip-link a, #skip-link a:link, #skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 0.94em;
    line-height: 1.7;
    margin-top: 1px;
    padding: 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-radius: 0 0 2px 2px;
}
#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
    outline: 0;
}

/**
 * Layout
 */
#header {
    position: relative;
    border: 0;
    width: 100%;
    height: 136px;
    overflow: hidden;
    background: #252d2f url(images/headerbg.png) repeat-x left top;
}

#header ul.menu {
    margin: 0;
}

#header ul.menu li {
    float: left;
    height: 20px;
    border-left: 1px solid #88b206;
}
#header ul.menu li a {
    color: #88b206;
    margin-left: 20px;
}
#header ul.menu li.first {
    border: 0;
}

#toolbar ul.menu li:hover {
    background: transparent;
}

#header #logo-floater {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 90px;
    border: 0;
    overflow: hidden;
}

.wrapper-cnt {
    width: 100%; /* Before 90% */
    margin: 0 auto;
    border: 0;
}

#header-nav .wrapper-cnt {
    width: 90%;
}

#header #header-menu-primary {
    margin: 0 auto;
    float: left;
    height: 90px;
    overflow: hidden;
}
#header #header-menu-primary .wrapper {

    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}
#header #header-menu-primary .wrapper .region-header {
    background: transparent;
}

#header #social {
    /* margin:0 0 0 150px;
     float:left;*/
    position: relative;
    float: right;
    width: 100px; /* width 20% */
    height: 90px;
    overflow: hidden;
}
#header #social .wrapper {
    background: transparent;
    margin-top: 20px;
}

#header-nav {
    display: block;
    background: #98cb00;
    width: 100%;
    height: 42px;
    clear: both;
    position: relative;
    top: 4px;
    margin: 0;
    padding: 0;
}
#header-nav .wrapper-cnt {
    height: 100%;
    position: relative;
    top: 0;
    background: #98cb00 url(images/hdrnavblckbg.png) left top repeat-x;
}
#header-nav #block-user-login {
    padding: 0;
}
#header-nav #header-nav-b1 {
    width: 105px;
    height: 42px;
    position: absolute;
    top: 0;
    left: -145px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzI2MzMwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTk1MDEiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(38,51,0,0) 34%, rgba(113,149,1,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(34%,rgba(38,51,0,0)), color-stop(100%,rgba(113,149,1,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(38,51,0,0) 34%,rgba(113,149,1,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(38,51,0,0) 34%,rgba(113,149,1,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(38,51,0,0) 34%,rgba(113,149,1,0.85) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(38,51,0,0) 34%,rgba(113,149,1,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9719501',GradientType=1 ); /* IE6-8 */
}
#header-nav #header-nav-b2 {
    width: 105px;
    height: 42px;
    position: absolute;
    top: 0;
    right: -145px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxOTUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzcxOTUwMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTk1MDEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(113,149,1,1) 0%, rgba(113,149,1,0) 66%, rgba(113,149,1,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(113,149,1,1)), color-stop(66%,rgba(113,149,1,0)), color-stop(100%,rgba(113,149,1,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(113,149,1,1) 0%,rgba(113,149,1,0) 66%,rgba(113,149,1,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(113,149,1,1) 0%,rgba(113,149,1,0) 66%,rgba(113,149,1,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(113,149,1,1) 0%,rgba(113,149,1,0) 66%,rgba(113,149,1,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(113,149,1,1) 0%,rgba(113,149,1,0) 66%,rgba(113,149,1,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719501', endColorstr='#00719501',GradientType=1 ); /* IE6-8 */
}
#header-nav h2 {
    display: none;
}
#header-nav .form-item {
    float: left;
    margin: 10px 15px 0 0;
    padding: 0;
}
#header-nav .form-item label {
    display: block;
    float: left;
    margin-right: 5px;
    font-weight: normal;
    color: #323f21;
    font-size: 12px;
}
#header-nav .form-item input {
    position: relative;
    float: left;
    top: -4px;
    width: 120px; /* Before 166px */
    padding: 0px 8px;
    height: 27px;
    color: #fff;
    background: transparent;
    border-top: 1px solid #95bf15;
    border-left: 1px solid #95bf15;
    border-right: 1px solid #b7eb1c;
    border-bottom: 1px solid #b7eb1c;
    -webkit-box-shadow: inset 1px 1px 5px #769e00;
    -moz-box-shadow: inset 1px 1px 5px #769e00;
    box-shadow: inset 1px 1px 5px #769e00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#header-nav .form-item span.form-required {
    color: #ffff00;
}
#header-nav .form-item input:hover {
    border-width: 2px;
}
#header-nav .form-actions {
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
}
#header-nav .form-actions .form-submit {
    position: relative;
    top: -3px;
    text-transform: uppercase;
    color: #242c2e;
    background: #fefefe;
    height: 27px;
    border: 1px solid #c7fe1f;
    -webkit-box-shadow: 2px 2px 5px #8ebd00;
    -moz-box-shadow: 2px 2px 5px #8ebd00;
    box-shadow: 2px 2px 5px #8ebd00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#header-nav .form-actions .form-submit:hover {
    border-width: 2px;
}
#header-nav .form-actions .form-submit:active {
    -webkit-box-shadow: inset 2px 2px 5px #8ebd00;
    -moz-box-shadow: inset 2px 2px 5px #8ebd00;
    box-shadow: inset 2px 2px 5px #8ebd00;
}
#header-nav form .item-list, #header-nav .secondary-menu {
    float: right;
    margin-right: 10%;
    height: 100%;
    position: relative;
    top: 8px;
}
#header-nav .secondary-menu {
    top: 0;
}
#header-nav form .item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header-nav form .item-list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    padding-left: 12px;
    background: transparent url(images/hdrnavliitem.png) left 5px no-repeat;
    font-size: 11px;
}

.item-list ul li h2 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

#header-nav form .item-list ul li a {
    color: #1f2427;
}
.region-header {
    min-height: 1em;
    background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

.region-header .block {
    display: block;
    margin: 0 1em;
}

.region-header .block-region {
    display: block;
    margin: 0 0.5em 1em;
    padding: 0.5em;
    position: relative;
    top: 0.5em;
}

.region-header * {
    display: inline;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
.region-header script {
    display: none;
}

.region-header p, .region-header img {
    margin-top: 0.5em;
}

.region-header h2 {
    margin: 0 1em 0 0; /* LTR */
}

.region-header h3, .region-header label, .region-header li {
    margin: 0 1em;
    padding: 0;
    background: none;
}

#wrapper {
    display: block;
    clear: both;
    width: 100%;
    background: #e4e4e4 url(images/background.png) repeat-x left 137px;
}

/* Set container widths when we are using the "fixed width" option. */
#wrapper #container {
    width: 88%;
    margin: 0 auto;
    padding: 10px 1%;
    overflow: hidden;
}

body.one-sidebar #wrapper #container {
    /*width: 770px;*/
}

body.two-sidebars #wrapper #container {
    /* width: 980;*/
}

/* Unset container width when we are using the "fluid width" option. */
body.fluid-width #wrapper #container {
    width: auto;
    /*  max-width: 1270px;*/
}

#branding, #branding a:link, #branding a:visited {
    line-height: 94px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

#branding span {
    font-weight: bold;
}

#branding img {
    padding-top: 0;
    padding-right: 20px; /* LTR */
    float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.two-sidebars {
    min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-first, body.sidebar-second {
    /* min-width: 780px;*/
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
    position: relative;
    float: left;
    width: 70%;
    margin: 14px 1% 0 1%;
    overflow: hidden;
}

body.two-sidebars #wrapper #container #center {
    width: 48%; /* Before 50% */
}

@media screen and (min-width: 1900px) {
    #wrapper #container #center {
        width: 80%;
    }
    body.two-sidebars #wrapper #container #center {
        width: 58%; /* Before 60% */
    }
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
    margin: 14px 0 60px 0;
    width: 255px;
    float: left; /* LTR */
    z-index: 2;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 0;
    border-right: inset 1px solid #4bb0da;
}

#wrapper #container #sidebar-second {
    padding: 0;
}

#wrapper #container #sidebar-first {
    background: #4dbce9;
}

#wrapper #container #sidebar-first .region-sidebar-first {
    border-right: 2px inset #4bb0da;
}
#wrapper #container .sidebar .block {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sidebar #search-block-form {
    margin: 0 auto;
    width: 222px;
    min-height: 32px;
}
.sidebar .block-search #edit-search-block-form--2 {
    margin: 0;
    width: 168px;
    padding: 0px 8px;
    height: 32px;
    color: #000;
    background: #fcfefd;
    border-top: 1px solid #4dbce9;
    border-left: 1px solid #4dbce9;
    border-right: 1px solid #4dbce9;
    border-bottom: 1px solid #4dbce9;
    -webkit-box-shadow: inset 3px 5px 10px #90a8c2;
    -moz-box-shadow: inset 3px 5px 10px #90a8c2;
    box-shadow: inset 3px 5px 10px #90a8c2;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.sidebar #search-block-form .container-inline .form-item {
    float: left;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}
.sidebar #search-block-form .container-inline .form-actions {
    float: left;
    position: relative;
    top: 1px;
    left: -1px;
}
.sidebar #search-block-form input.form-submit {
    background: #22272a;
    width: 28px;
    height: 32px;
    margin: 0;
    color: #22272a;
    overflow: hidden;
    border: 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sidebar h2.title {
    margin-top: 14px;
    line-height: 31px;
    background: url(images/background-title-menu.png) repeat-x left;
}

.sidebar h2.title span {
    background: url(images/menu-li-title.png) no-repeat left;
    margin: 0 15px;
    padding: 0 34px;
    font-size: 16px;
}

/*#sidebar-second h2.title{
 margin-top:14px;
 line-height: 31px;
 background: url(images/background-title-menu.png) repeat-x left;
 }*/

/*#sidebar-second h2.title span{
 background: transparent;
 margin:0 15px;
 padding:0 34px;
 color:#FFFFFF;
 }*/

.sidebar ul.menu {
    margin: 0;
    padding: 0;
    width: 100%;
}

#block-system-navigation ul.menu li {
    border-top: 1px solid #44aad2;
    border-bottom: 1px solid #5dc3eb;
}

.sidebar ul.menu li {
    min-height: 38px;
    width: 98%;
    margin: 0 0 1px 0;
    padding: 0 20px;
    line-height: 38px;
}

.sidebar ul.menu li a {
    color: #0b4761;
    background: url(images/liitem.png) left center no-repeat;
    padding: 0 0 0 15px;
}

#block-system-navigation ul.menu li a {
    color: #fff;
    background: url(images/menu-li-item.png) left center no-repeat;
    padding: 0 0 0 15px;
}

#block-system-main .content ul li {
    font-size: 13px;
}

#sidebar-first .block {
    padding: 0 15px 0 0; /* LTR */
}

.block .content {
    margin: 0.5em 0;
}

#sidebar-first .block-region {
    margin: 0 15px 0 0;
}
#sidebar-second .block-region {
    margin: 0 15px 0 0;
}

#sidebar-second .block {
    margin: 0 0 30px 0;
    padding: 0 auto;
    width: 250px;
    float: right;
    z-index: 2;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border-right: 2px inset #4bb0da;
    background: #4dbce9;
}

#sidebar-second .block img {
    max-width: 245px;
    margin: 0 auto;
}

.block-region {
    padding: 1em;
    background: transparent;
    border: 2px dashed #b4d7f0;
    text-align: center;
    font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #center-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    /*width:650px;*/
}

#wrapper #container .region-footer {
    position: relative;
    clear: both;
    text-align: center;
    margin: 4em 0 3em;
    color: #898989;
    z-index: 0;
}

#wrapper #container .breadcrumb {
    position: absolute;
    top: 15px;
    left: 35px; /* LTR */
    z-index: 3;
}

body.sidebar-first .region-footer {
    margin-left: -250px;
}

body.sidebar-second .region-footer {
    margin-right: -250px;
}

body.two-sidebars .region-footer {
    margin: 0 -250px;
}

body.page-inicio #tabs-wrapper .with-tabs {
    display: none;
}

/**
 *     Footer
 */

#footer {
    position: relative;
    height: 127px;
    background: #2d3537 url(images/footerbg.png) left top repeat-x;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

#footer .wrapper {
    margin: 0 auto;
    width: 80%;
}

#footer #hit-powered {
    position: absolute;
    right: 10px;
    top: 20px;
}

#footer .left-col {
    float: left;
    position: relative;
    width: 30%;
    margin: 20px 10px 10px 0;
}

#footer #layout_bottom {
    float: left;
    position: relative;
    min-height: 70%;
    width: 64%;
    text-align: center;
    margin-top: 5px; /* Before 20px */
}

/**
 * Header
 */
div#branding {
    font-family: 'Lato', sans-serif;
}

div#branding strong {
    font-weight: normal;
}

#branding, #branding a:link, #branding a:visited {
    color: #fff;
    text-shadow: #1659ac 0px 1px 3px;
    font-size: 1.5em;
}

#branding a:hover {
    text-decoration: none;
}

#wrapper #container .breadcrumb {
    font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
    color: #529ad6;
}

#highlighted {
    /*    padding: 1em;
     background-color: #fff;
     border: 1px solid #e0e5fb;*/
    margin-bottom: 20px;
}

/**
 * Overlay
 */
#overlay #overlay-tabs li a {
    background: #d9eaf5;
    color: #000;
}
#overlay #overlay-tabs li a:hover, #overlay #overlay-tabs li a:focus {
    background: #fff;
}
#overlay #overlay-tabs li.active a {
    background: url("images/body.png") repeat-x scroll 50% -58px #edf5fa;
    color: #fff;
}
#overlay-content {
    padding: 1px;
}
#overlay-content #header {
    display: none;
}
#overlay-content #wrapper {
    background-position: 50% -80px;
}

/**
 * Primary navigation
 */
ul.main-menu {
    margin: 0;
    padding: 0;
    float: right; /* LTR */
    position: relative;
    z-index: 4;
}

ul.main-menu li {
    margin: 0;
    padding: 0;
    float: left; /* LTR */
    background-image: none;
}

ul.main-menu li a, ul.main-menu li a:link, ul.main-menu li a:visited {
    display: block;
    margin: 0 1em;
    padding: .75em 0 0;
    color: #fff;
    background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.main-menu li a:hover, ul.main-menu li a.active {
    color: #fff;
    background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-menu {
    margin-top: 10px;
    float: right; /* LTR */
    clear: right; /* LTR */
    z-index: 4;
}

#header-nav ul.secondary-menu li {
    position: relative;
    float: left;
    padding: 0 0 0 12px;
    margin: 0 10px 0 0;
    background: transparent url(images/hdrnavliitem.png) left 5px no-repeat;
    font-size: 11px;
}

ul.secondary-menu li a, ul.secondary-menu li a:link, ul.secondary-menu li a:visited {
    display: block;
    margin: 0 1em;
    color: #1f2427;
}

ul.secondary-menu li a:hover, ul.secondary-menu li a.active {
    color: #1f2427;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

#tabs-wrapper {
    margin: 0 -26px 1em;
    padding: 0 26px;
    /*   border-bottom: 1px solid #e9eff3;*/
    position: relative;
}

ul.primary {
    padding: 0.5em 0 10px;
    float: left; /* LTR */
}
ul.secondary {
    clear: both;
    text-align: left; /* LTR */
    border-bottom: 1px solid #e9eff3;
    margin: -0.2em -26px 1em;
    padding: 0 26px 0.6em;
}
h1.with-tabs {
    float: left; /* LTR */
    margin: 0 2em 0 0; /* LTR */
    padding: 0;
    line-height: 30px;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
    border: 0;
    background: transparent;
    padding: 4px 1em;
    margin: 0 0 0 1px; /* LTR */
    height: auto;
    text-decoration: none;
    position: relative;
    top: -1px;
    display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover, ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
    background: url(images/bg-tab.png) repeat-x 0 50%;
    color: #fff;
}
ul.primary li.active a, ul.secondary li.active a {
    font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
    margin: 0 16px 1.5em;
    padding: 1.5em 0;
}

ul.links li, ul.inline li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; /* LTR */
    padding-right: 1em; /* LTR */
    background-image: none;
    font-size: 14px;
}

.node .links, .comment .links, .rules-link-wrapper {
    text-align: left; /* LTR */
    font-size: 14px;
    position: relative;
    margin-top: 5px;
    padding: 4px;
}

.user-picture, .comment .submitted {
    float: right; /* LTR */
    clear: right; /* LTR */
    padding-left: 1em; /* LTR */
}

.new {
    color: #ffae00;
    font-size: 0.92em;
    font-weight: bold;
    float: right; /* LTR */
}

.preview .node, .preview .comment, .node-sticky {
    margin: 0;
    padding: 0.5em 0;
    border: 0;
    background: 0;
}

.node-sticky {
    padding: 1em;
    background-color: #fff;
    border: 1px solid #e0e5fb;
    margin-bottom: 2em;
}

#comments {
    position: relative;
    top: -1px;
    border-bottom: 1px solid #e9eff3;
    margin: 1.5em -25px 0;
    padding: 0 25px;
}

#comments h2.comments {
    margin: 0 -25px;
    padding: .5em 25px;
    background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
    margin: 0 -25px;
    padding: 1.5em 25px 1.5em;
    border-top: 1px solid #e9eff3;
}

.indented {
    margin-left: 25px; /* LTR */
}

.comment h3 a.active {
    color: #494949;
}

.node .content, .comment .content {
    margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
    margin-top: 1em;
}
#aggregator .feed-item-title {
    font-size: 160%;
    line-height: 130%;
}
#aggregator .feed-item {
    border-bottom: 1px solid #e9eff3;
    margin: -1.5em -31px 1.75em;
    padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
    font-size: 0.92em;
}
#aggregator .feed-item-meta {
    font-size: 0.92em;
    color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
    border: 1px solid #fff;
}
#palette .item-selected {
    background: #fff url(images/gradient-inner.png) repeat-x 0 0;
    border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
    background-color: #edf5fa;
}
tr.even td.menu-disabled {
    background-color: #fff;
}

/**
 * Poll.module
 */

.poll .title {
    margin-bottom: 10px;
    text-align: center;
}

.poll .bar {
    background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
    border: solid #f0f0f0;
    border-width: 0 1px 1px;
    margin: 5px 10px 0 10px;
}

.poll .bar .foreground {
    background: #81c74b url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .text {
    margin-left: 10px;
}

.poll .percent {
    font-size: .9em;
    margin-top: 5px;
    margin-right: 10px;
}

.poll {
    font: 12px 'Lato', sans-serif;
    color: #494949;
    margin-bottom: 25px;
}

.poll .vote-form {
    width: 98%;
    border-top: 1px solid #8ebd00;
    border-bottom: 1px solid #8ebd00;
    line-height: 25px;
    padding-bottom: 40px;
}

#sidebar-second .poll .vote-form {
    border: 0;
}

.poll .vote-form .choices {
    clear: both;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.poll .vote-form .title {
    text-align: left;
}

.block-poll ul.links li {
    width: 70%;
    padding-left: 12px;
}

.block-poll ul.links li a {
    color: #0b4761;
    background: url(images/liitem.png) left center no-repeat;
    padding: 0 0 0 15px;
}

.poll .form-submit {
    display: block;
    position: relative;
    top: -3px;
    text-transform: uppercase;
    color: #fff;
    background: #8ebd00;
    height: 27px;
    border: 1px solid #8ebd00;
    -webkit-box-shadow: 2px 2px 5px #409cc3;
    -moz-box-shadow: 2px 2px 5px #409cc3;
    box-shadow: 2px 2px 5px #409cc3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    clear: both;
    margin-bottom: 10px;
}

#sidebar-second .poll .form-submit {
    margin-left: 40%;
}

#block-system-main .poll .form-submit {
    margin-left: 45%;
}

.poll .form-submit:hover {
    border-width: 2px;
}
.poll .form-submit:active {
    -webkit-box-shadow: inset 2px 2px 5px #409cc3;
    -moz-box-shadow: inset 2px 2px 5px #409cc3;
    box-shadow: inset 2px 2px 5px #409cc3;
}

/**
 * Autocomplete.
 */
#autocomplete li {
    cursor: default;
    padding: 2px;
    margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #d9eaf5;
    background: #d1eefa;
    /*  background: #fff url(images/gradient-inner.png) repeat-x 0 0;*/
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+ html fieldset {
    padding: 0 1em 1em;
    background-position: 0 .75em;
    background-color: transparent;
}
*:first-child+ html .text-format-wrapper .filter-wrapper {
    padding: 1.5em 0 1.5em;
    background-position: 0 0;
}

/* Keep the background position at 0 for filters and vertical tabs. */
*:first-child+ html fieldset.filter-wrapper, *:first-child+ html fieldset.vertical-tabs-pane {
    background-position: 0 0;
}

*:first-child+ html fieldset .fieldset-wrapper .fieldset-description {
    padding-top: 1em;
}

html.js fieldset.collapsed {
    background: transparent;
    padding-top: 0;
    padding-bottom: .6em;
}

html.js fieldset.collapsible .fieldset-legend {
    padding-left: 2em; /* LTR */
    background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
    background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

.fieldset-legend span.summary {
    color: #898989;
}

/**
 * Vertical tabs.
 */
div.vertical-tabs {
    border-color: #d9eaf5;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 0.5em 1em;
}

div.vertical-tabs ul.vertical-tabs-list {
    border-color: #d9eaf5;
}

div.vertical-tabs ul.vertical-tabs-list li {
    background-color: #edf5fa;
    border-color: #d9eaf5;
}

div.vertical-tabs ul.vertical-tabs-list li strong {
    font-weight: normal;
}

div.vertical-tabs ul.vertical-tabs-list li.selected strong {
    font-weight: bold;
}

div.vertical-tabs ul.vertical-tabs-list li.selected small {
    color: #898989;
}

div.vertical-tabs ul.vertical-tabs-list li.selected {
    background: #fff repeat-x 0 0;
}

div.vertical-tabs ul.vertical-tabs-list li.selected.first {
    background-image: url(images/gradient-inner.png);
}

div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
    color: #494949;
}

/**
 * Syndication icons and block
 */
#block-node-syndicate h2 {
    float: left; /* LTR */
    padding-right: 20px; /* LTR */
}

#block-node-syndicate img, .feed-icon {
    float: right; /* LTR */
    padding-top: 4px;
}

#block-node-syndicate .content {
    clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
    text-align: center;
}
#user-login-form ul {
    text-align: left; /* LTR */
}
#user-login .openid-links {
    padding: 0;
}
#user-login-form .openid-links {
    padding-left: 0.5em; /* LTR */
}
#user-login-form .openid-links li.user-link {
    padding-left: 1em; /* LTR */
}

/**
 * User profiles.
 */
.profile {
    margin-top: 1.5em;
}
.profile h3 {
    border-bottom: 0;
    margin-bottom: 1em;
}
.profile dl {
    margin: 0;
}
.profile dt {
    font-weight: normal;
    color: #898989;
    font-size: 0.92em;
    line-height: 1.3em;
    margin-top: 1.4em;
    margin-bottom: 0.45em;
}
.profile dd {
    margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu {
    margin: 0;
    padding: 0;
}

div.admin .left {
    float: left; /* LTR */
    width: 48%;
}
div.admin .right {
    float: right; /* LTR */
    width: 48%;
}

div.admin-panel {
    background: #fff url(images/gradient-inner.png) repeat-x 0 0;
    padding: 1em 1em 1.5em;
}
div.admin-panel .description {
    margin-bottom: 1.5em;
}
div.admin-panel dl {
    margin: 0;
}
div.admin-panel dd {
    color: #898989;
    font-size: 0.92em;
    line-height: 1.3em;
    margin-top: -.2em;
    margin-bottom: .65em;
}

table.system-status-report th {
    border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
    background: #027ac6;
    color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
    color: #d3e7f4;
}

tr.taxonomy-term-preview {
    opacity: 0.5;
}

tr.taxonomy-term-divider-top {
    border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
    border-top: 1px dotted #CCC;
}

.theme-selector h3 {
    margin: 10px 0;
}
.theme-selector .operations li {
    list-style-image: none;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.preview {
    background-color: #fcfce8;
    border: 1px solid #e5e58f;
}

.form-item input.error, .form-item textarea.error {
    border: 1px solid #c52020;
    color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
    background-color: #fcf9e5;
}

tr.dblog-user td.active {
    background-color: #fbf5cf;
}

tr.dblog-content {
    background-color: #fefefe;
}

tr.dblog-content td.active {
    background-color: #f5f5f5;
}

tr.dblog-warning {
    background-color: #fdf5e6;
}

tr.dblog-warning td.active {
    background-color: #fdf2de;
}

tr.dblog-error {
    background-color: #fbe4e4;
}

tr.dblog-error td.active {
    background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
    background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
    background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
    background-color: #ffd;
    border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
    background-color: #dfd;
    border-color: #beb;
}

/*
 *
 * Pagina inicial
 *
 *
 */
.clear {
    width: 100%;
    clear: both;
    display: block;
}

.pm-container {
    margin: 0 auto;
    width: 100%; /* Before 690px */
}

.pm-block-map ul li {
    float: left;
    width: 170px;
    padding: 5px 15px; /* Before padding:0px 15px; */
}

.pm-block-map .pm-link {
    position: relative;
    float: left;
    padding: 0 0 0 22px;
    margin: 0 10px 0 0;
    background: transparent url(images/download.png) left no-repeat;
    font-size: 13px;
    color: #cc0001;
}

.pm-block-foro {
    margin-top: 30px;
}
.pm-block-foro ul li {
    float: left;
    width: 170px;
    padding: 0 15px;
    text-align: center;
}

.pm-block-welcome  h1 {
    width: 100%;
    font-size: 26px;
    color: #246aaf;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d6d3;
    margin-top: 30px;
}

.pm-block-welcome  p {
    width: 90%;
}

.pm-block-info h1 {
    width: 100%;
    font-size: 26px;
    color: #246aaf;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d6d3;
    margin-top: 30px;
}

.pm-block-info p {
    width: 90%;
}

/*
 * panel de bienvenido
 *
 */

#block-block-6 .content {
    padding-left: 23px;
}

/*
 * foro estadistica panel
 *
 */

#block-phpbbforum-statistics .content {
    padding-left: 23px;
}

#block-phpbbforum-statistics .content strong a {
    display: block;
}

#block-phpbbforum-statistics .content a {
    display: none;
}

/*
 * Social media
 *
 */
#widgets-element-socialmedia_socialmedia-twitter-profile-button {
    background: transparent url(images/twitter.png) 50% 50% no-repeat;
    margin-left: 15px;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a {
    float: left;
    width: 32px;
    height: 32px;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a img {
    display: none;
}

#widgets-element-socialmedia_socialmedia-facebook-profile-button {
    background: transparent url(images/facebook.png) 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a {
    float: left;
    width: 32px;
    height: 32px;
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a img {
    display: none;
}

.content form label {
    font-size: 13px;
    padding-bottom: 15px;
}

.content form select {
    position: relative;
    padding: 0px 8px;
    height: 27px;
    color: #fff;
    background: #99cc00;
    border-top: 1px solid #95bf15;
    border-left: 1px solid #95bf15;
    border-right: 1px solid #b7eb1c;
    border-bottom: 1px solid #b7eb1c;
    -webkit-box-shadow: inset 1px 1px 5px #769e00;
    -moz-box-shadow: inset 1px 1px 5px #769e00;
    box-shadow: inset 1px 1px 5px #769e00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content form option {
    color: #333;
}

.content form input[type="text"], .content form input[type="password"] {
    position: relative;
    padding: 0px 8px;
    height: 27px;
    color: #fff;
    background: #99cc00;
    border-top: 1px solid #95bf15;
    border-left: 1px solid #95bf15;
    border-right: 1px solid #b7eb1c;
    border-bottom: 1px solid #b7eb1c;
    -webkit-box-shadow: inset 1px 1px 5px #769e00;
    -moz-box-shadow: inset 1px 1px 5px #769e00;
    box-shadow: inset 1px 1px 5px #769e00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content form textarea {
    position: relative;
    padding: 0px 8px;
    color: #fff;
    background: #99cc00;
    border-top: 1px solid #95bf15;
    border-left: 1px solid #95bf15;
    border-right: 1px solid #b7eb1c;
    border-bottom: 1px solid #b7eb1c;
    -webkit-box-shadow: inset 1px 1px 5px #769e00;
    -moz-box-shadow: inset 1px 1px 5px #769e00;
    box-shadow: inset 1px 1px 5px #769e00;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content form .form-item {
    margin-right: 10px;
}

.content form .form-submit {
    position: relative;
    margin-top: 0;
    margin-left: 5px;
    padding: auto;
    float: left;
    text-transform: uppercase;
    color: #fff;
    background: #95bf15;
    height: 30px;
    border: 1px solid #99cc01;
    -webkit-box-shadow: 2px 2px 5px #333;
    -moz-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content form .form-submit:hover {
    border-width: 2px;
}

.content form .form-submit:active {
    -webkit-box-shadow: inset 2px 2px 5px #d5d6d5;
    -moz-box-shadow: inset 2px 2px 5px #d5d6d5;
    box-shadow: inset 2px 2px 5px #d5d6d5;
}

/*
 * Buscador en descargas
 *
 */

.content .views-exposed-form label {
    display: none;
}

.content  .views-exposed-form input {
    position: relative;
    float: left;
    width: 166px;
    padding: 0px 8px;
    height: 27px;
    color: #fff;
    background: #99cc00;
    border-top: 1px solid #95bf15;
    border-left: 1px solid #95bf15;
    border-right: 1px solid #b7eb1c;
    border-bottom: 1px solid #b7eb1c;
    -webkit-box-shadow: inset 1px 1px 5px #769e00;
    -moz-box-shadow: inset 1px 1px 5px #769e00;
    box-shadow: inset 1px 1px 5px #769e00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content  .views-exposed-form input:hover {
    border-width: 1px;
}

.content .views-exposed-form .form-submit {
    position: relative;
    margin-top: 0;
    margin-left: 5px;
    padding: auto;
    float: left;
    text-transform: uppercase;
    color: #242c2e;
    background: #fefefe;
    height: 27px;
    width: 66px;
    border: 1px solid #99cc01;
    -webkit-box-shadow: 2px 2px 5px #d5d6d5;
    -moz-box-shadow: 2px 2px 5px #d5d6d5;
    box-shadow: 2px 2px 5px #d5d6d5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.content .views-exposed-form .form-submit:hover {
    border-width: 2px;
}
.content .views-exposed-form .form-submit:active {
    -webkit-box-shadow: inset 2px 2px 5px #d5d6d5;
    -moz-box-shadow: inset 2px 2px 5px #d5d6d5;
    box-shadow: inset 2px 2px 5px #d5d6d5;
}

.content thead th.views-field-name, .content tr td.views-field-title {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin-top: 0;
    padding: auto;
    color: #246aaf;
}

.content .view-content .views-field-name a {
    background: url(images/itemoption.png) left center no-repeat;
    padding: 0 0 0 15px;
    color: #246aaf;
}

.content .view-content .views-field-description {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    padding-left: 15px;
}

.content .view-content .views-view-grid tbody tr td {
    vertical-align: top;
    width: 50%;
}

.content .view-glossaries tbody th, .content .view-instructive-items tbody tr {
    border: 0;
    background: transparent;
}

.content .view-glossaries tbody tr, .content .view-instructive-items tbody tr {
    vertical-align: middle;
}

.content .view-glosario-items .view-content {
    padding-bottom: 10px;
    color: #0052a5;
}

.content .view-glosario-items tr, .content .view-instructive-view tr {
    border: 0;
    border-bottom: 2px solid #e3e4e3;
    color: #4a4f47;
}

.content .view-errors-tracks tr td, .content .view-new tr td h2, .content .view-licence-glossary tr td, .content .view-glosario-items tr td, .content .view-instructive-view tr td {
    padding: 14px 26px 18px 11px;
    background: none;
    font-size: 13px;
}

.content .view-instructive-view tr td p, .content .view-instructive-items tr td p {
    font-size: 13px;
}

.content .view-glossaries tr td.views-field-name a, .content .view-instructive-view tr td.views-field-name a {
    background: none;
}

.content .view-glossaries thead tr th.views-field-name, .content .view-licence-glossary thead tr th.views-field-name, .content .view-instructive-view thead tr th.views-field-name, .content .view-instructive-view thead tr th.views-field-description {
    font-size: 14px;
    color: #333;
}

.content .view-mosaicos tr.even, .content .view-errors-tracks tr.even, .content .view-new tr.even, .content .view-glossaries tr.even, .content .view-licence-glossary tr.even, .content .view-license-glosary tr.even, .content .view-glosario-items tr.even, .content .view-instructive-view tr.even, .content .view-instructive-items tr.even {
    background: #cae8b5;
}

.content .view-mosaicos tr.odd, .content .view-errors-tracks tr.odd, .content .view-new tr.odd, .content .view-glossaries tr.odd, .content .view-licence-glossary tr.odd, .content .view-license-glosary tr.odd, .content .view-glosario-items tr.odd, .content .view-instructive-view tr.odd, .content .view-instructive-items tr.odd {
    background: #91cf67;
}

.content .view-licence-glossary td.views-field-comment-count {
    background: transparent url(images/comment.png) 10px 25px no-repeat;
    padding-left: 35px;
    text-align: left;
}

.content .view-licence-glossary th.views-field-comment-count {
    text-align: left;
}

.content .view-licence-glossary .view-content thead th.views-field-name {
    font-size: 12px;
}

.content .view-new .views-row {
    position: relative;
    padding: 15px 13px;
    min-height: 50px;
}

.content .view-new .views-row .views-field-title {
    display: block;
    width: 80%;
    overflow: hidden;
    position: relative;
}
.content .view-new .views-row .views-field-field-rating {
    position: absolute;
    right: 15px;
    top: 10px;
}

.content .pane-content .view-new .item-list ol {
    list-style: decimal;
}

.content .view-web-links .views-row-even, .content .view-new .views-row-even, .content .pane-content .view-new .views-row-even {
    background: #cae8b5;
}

.content .view-web-links .views-row-odd, .content .view-new .views-row-odd, .content .pane-content .view-new .views-row-odd {
    background: #91cf67;
}

.content .view-new ol li.views-row {
    background: transparent;
}

.content .view-web-links .field-name-field-link a {
    font-size: 16px;
    margin-bottom: 5px;
}

.content .view-web-links .item-list ul {
    padding: 0;
    margin: 0;
}

.content .view-content .views-summary {
    color: #0052a5;
}

.content .view-content .views-summary a {
    background: #22282a;
    color: #fff;
    font-size: 14px;
    padding: 4px 7px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content .item-list-poll .views-row-even, .content .views-row-even, .content .node .field-label-inline, .content .node .field-name-submitted-by, .content .node .field-name-field-rating, .content .node-licence .field-name-submitted-by, .content .node-licence .field-name-field-rating-author, .content .node-licence .field-name-field-rating-licence, .content .node-licence .field-name-total-views, .content .node-licence .field-name-field-rating-licence-comment {
    background: #cae8b5;
    padding: 10px 20px;
}

.content .item-list-poll .views-row-odd, .content .views-row-odd, .content .views-row-odd .field-label-inline, .content .views-row-odd .field-name-submitted-by, .content .views-row-odd .field-name-field-rating, .content .views-row-odd .field-name-submitted-by, .content .views-row-odd .field-name-field-rating-author, .content .views-row-odd .field-name-field-rating-licence, .content .views-row-odd .field-name-total-views {
    background: #91cf67;
    padding: 10px 20px;
}

.content .node .field-name-submitted-by, .content .node-licence .field-name-submitted-by {
    color: #60c3e1;
}

.content .node .field-name-field-description, .content .node-licence .field-type-text-long {
    margin-top: 20px;
}

.content .node .field-name-field-description .field-label {
    padding: 5px 0 10px 0;
    font-size: 14px;
}

.content .node-new .field-name-field-description .field-items {
    line-height: 14px;
}

.content .node .field-name-field-description .field-items p {
    padding: 0;
    margin: 5px 0;
}

.content .node .comment-add {
    background: transparent url(images/comment.png) left top no-repeat;
    padding-left: 30px;
}

/*.content .node .comment-add a, .group-middle span {
 color: #027AC6;
 font-size: 14px;
 }*/

.ds-3col-stacked .group-middle {
    width: 100%;
    min-height: 260px;
    float: left; /* LTR */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

.group-middle #block-block-2 .content .stadistic-info {
    float: left;
    font-size: 11px;
}

.group-middle #block-block-2 .content #chart_div {
    float: right;
    margin: 5px 0 5px 5px;
}

.content .view-web-link-categories a, .content .view-download-maps a, .content .view-download-manuals a, .content .view-view-download a, .content .view-download-extras a, .content .view-download-proyectomapear a {
    font-size: 16px;
}

#block-system-main .ds-1col, #block-system-main .ds-3col-stacked {
    padding: 0;
    margin: 0;
}

.field-name-estadisticas-nodo-descargas {
    margin-top: 20px;
}

.group-footer #comments {
    padding-top: 25px;
}
/*
 * Enlace roto
 *
 */

.confirmation a {
    display: none;
}

h2.field-content {
    padding-right: 5px;
}

/*
 *
 * Publicidad
 *
 */
#sidebar-second .content .view-banners table tr td {
    padding-left: 2.9px;
}

#sidebar-second .content .view-banners table tr td .node {
    margin: 0 auto;
    padding: 0 auto;
}

#sidebar-second .content .view-banners table tr td img {
    display: block;
    margin: auto;
}

/**
 *
 * Errores Tracks
 *
 *
 */
#edit-field-file-und-0-upload-button {
    display: none;
}

/**
 *
 * Merchandising
 *
 */

.view-products .views-field-title, .view-merchandising-user-anonymous .views-field-title {
    font-weight: normal;
    font-family: 'Conv_Aaargh', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #246aaf;
    padding-bottom: 15px;
}

.view-products .views-label-sell-price, .view-products .views-label-height, .view-merchandising-user-anonymous .views-label-sell-price, .view-merchandising-user-anonymous .views-label-height {
    font-weight: bold;
    font-size: 14px;
}

.view-products .form-item-qty label {
    margin: 5px auto;
    width: 80px;
    float: left;
}

.view-products .form-item-qty input.form-text {
    float: left;
}

.view-products .form-actions .node-add-to-cart {
    clear: both;
}
.view-products .views-field-uc-product-image {
    /* width: 300px;*/
}
.view-products table.views-view-grid tbody tr td, .view-merchandising-user-anonymous table.views-view-grid tbody tr td {
    padding: 0 0 25px 0;
}

#cart-form-pane table.sticky-enabled thead tr {
    border-bottom: #C0C0C0 1px solid;
}

#cart-form-pane table.sticky-enabled tr.odd {
    background: transparent;
    border-bottom: #C0C0C0 1px solid;
}

#cart-form-pane .sticky-enabled tr.even {
    background: transparent;
    border-bottom: #C0C0C0 1px solid;
}

#cart-pane, #customer-pane, #delivery-pane, #billing-pane, #comments-pane, #quotes-pane {
    background: transparent;
    border: #C0C0C0 1px solid;
}

#cart-pane .cart-review tbody tr.odd, #cart-pane .cart-review tbody tr.even, .order-review-table table.cart-review tbody tr.odd, .order-review-table table.cart-review tbody tr.even {
    background: transparent;
    border-bottom: #C0C0C0 1px solid;
}

.content table.order-review-table tbody tr.review-button-row {
    margin: 0 auto;
    padding: 0 auto;
    height: 60px;
}

#review-instructions {
    margin-bottom: 25px;
}

#cart-pane .cart-review tbody tr.subtotal {
    border: none;
}

#quotes-pane #quote {
    margin: 45px 0 0 0;
}

.content .view-mosaicos .view-footer {
    text-align: center;
}

.content_maintenance {
    height: 490px;
    margin-top: 25px;
    text-align: center;
}

.maintenance_msg {
    padding: 15px 0 15px 0;
}

#footer .wrapper #layout_bottom_maintenance {
    padding-top: 5px;
}

#footer .wrapper #layout_bottom_maintenance p {
    text-align: center;
}

.content .pane-content .item-list ol {
    margin-left: 10px;
    width: 90%;
}

.theme-bar .nivoSlider {
    margin: 0 auto 0 9px;
}

@media screen and (min-width: 1900px) {
    .theme-bar .nivoSlider {
        margin: 0 auto;
    }

    .pm-block-map, .pm-block-foro {
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
    }

    .pm-block-map ul, .pm-block-foro ul {
        float: left;
        left: 50%;
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    .pm-block-map ul li, .pm-block-foro ul li {
        float: left;
        position: relative;
        right: 50%;
    }
}

@media all and (max-width: 1480px) {
    #wrapper #container #sidebar-first {
        width: 225px;
    }
    .theme-bar .nivoSlider {
        width: 512px;
    }
    .theme-bar .nivoSlider img {
        max-width: 512px;
    }
}

@media all and (max-width: 1200px) {
    #wrapper {
        width: 1020px;
        overflow: hidden;
    }
    #wrapper #container #sidebar-first {
        width: 225px;
    }
    #wrapper #container {
        width: 1002px;
        padding: 10px 0px 10 5px;
        overflow: hidden;
    }
    body.two-sidebars #wrapper #container #center {
        width: 504px;
        margin: 14px 5px 0 5px;
        overflow: hidden;
    }

    .theme-bar .nivoSlider {
        width: 504px;
    }
    .theme-bar .nivoSlider img {
        max-width: 504px;
        max-height: 236px;
    }
}

#backtotop {
    z-index: 20;
}
