@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 62.5%;
    line-height: 1.5em;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
input,
textarea {
    font-family: Arial, sans-serif;
    color: #484848;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
    font-family: Spinnaker, Arial, sans-serif;
    color: #333;
}

h1 {
    font-size: 20px;
    margin-bottom: 26px;
}

h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0 0 12px;
}

ul,
ol {
    margin: 0 0 12px 24px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul.clean-list {
    margin: 0;
    list-style: none;
}

dl {
    margin: 0 0 12px 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-left: 12px;
}

abbr {
    border-bottom: 1px dotted #000;
}

address {
    margin-top: 10px;
    font-style: italic;
}

del {
    color: #000;
}

a {
    color: #009;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

blockquote {
    margin: 12px;
}

strong {
    font-weight: bold;
}

em,
dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

pre,
code {
    margin: 12px 0;
    white-space: pre;
}

pre,
code,
tt {
    font: 1em monospace;
    line-height: 18px;
}

tt {
    display: block;
    margin: 1.5em 0;
    line-height: 18px;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
    margin: 10px 0;
}

table {
    margin: 16px 0;
    width: 100%;
    border-collapse: collapse;
}

th {
    background: #adadad;
    font: normal 13px 'Open Sans', Arial, sans-serif;
    padding: 10px 8px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

td {
    vertical-align: top;
    padding: 3px 8px;
    background: #fff;
    /*background:#f3f3f3;*/
}

tr.odd td {
    background: #fff;
}

tfoot {
    font-style: italic;
}

caption {
    background: #ffc;
}

.acerca table {
    border-bottom-color: #b2b039;
}

.acerca th {
    background: #b2b039;
}

.acerca td {
    background: #dfdfbd;
}

.areas table {
    border-bottom-color: #e16767;
}

.areas th {
    background: #e16767;
}

.areas td {
    background: #fce9e9;
}

.documentos table {
    border-bottom-color: #ffc868;
}

.documentos th {
    background: #ffc868;
}

.documentos td {
    background: #fff0cc;
}

.eventos table {
    border-bottom-color: #8bd2dd;
}

.eventos th {
    background: #8bd2dd;
}

.eventos td {
    background: #d7f1f5;
}

label {
    font-weight: bold;
}

fieldset {
    padding: 10px;
    margin: 0 0 15px 0;
    border: 1px solid #ddd;
}

legend {
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

textarea {
    margin: 0;
    padding: 5px;
    width: 100%;
}

textarea.no-resize {
    resize: none;
}

form.hform p {
    margin: 0 0 5px;
    clear: left;
}

form.hform p label {
    float: left;
    width: 95px;
}

form.hform p input,
form.hform p select {
    width: 200px;
}

form.hform p input.button {
    width: auto;
}

form.hform p input.checkbox {
    width: auto;
}

form.hform p input.radio {
    width: auto;
}

form.hform p.checkbox {
    margin-left: 100px;
}

form.hform p.checkbox label {
    float: none;
}

form.hform p.checkbox input {
    width: auto;
}

form.vform p {
    margin: 0 0 5px;
}

form.vform p label {
    display: block;
}

form.vform p.checkbox label {
    display: inline;
}

body {
    width: 100%;
    *zoom: 1;
}

body:before,
body:after {
    content: "";
    display: table;
}

body:after {
    clear: both;
}

body:before,
body:after {
    content: "";
    display: table;
}

body:after {
    clear: both;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #ffffff url('ajax-loader.gif') center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@font-face {
    font-family: "slick";
    src: url('../Fonts/slick.eot');
    src: url('../Fonts/slick.eot?#iefix') format("embedded-opentype"), url('../Fonts/slick.woff') format("woff"), url('../Fonts/slick.ttf') format("truetype"), url('../Fonts/slick.svg#slick') format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #dfdfdf;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: "\2190";
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: "\2192";
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
}

nav {
    clear: left;
}

ul.nav {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 23px;
    font-size: 16px;
    position: relative;
}

ul.nav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    width: 173px;
}

ul.nav li a {
    display: block;
    color: #404040;
    padding-left: 5px;
    border-bottom: 4px solid #c2c2c2;
}

ul.nav li a:hover {
    color: #fff;
}

ul.nav li a.acerca {
    border-bottom-color: #b2b039;
}

ul.nav li a.acerca:hover,
ul.nav li a.acerca.activo {
    background: #C8C749;
}

ul.nav li a.areas {
    border-bottom-color: #f94b4b;
}

ul.nav li a.areas:hover,
ul.nav li a.areas.activo {
    background: #ED9594;
}

ul.nav li a.documentos {
    border-bottom-color: #ffb300;
}

ul.nav li a.documentos:hover,
ul.nav li a.documentos.activo {
    background: #FFCD5E;
}

ul.nav li a.eventos {
    border-bottom-color: #47abc5;
}

ul.nav li a.eventos:hover,
ul.nav li a.eventos.activo {
    background: #8bd2dd;
}

ul.nav li a.activo {
    color: #fff;
}

ul.nav li a:hover {
    text-decoration: none;
}

ul.nav li:hover div.subnav {
    display: block;
}

ul.nav div.subnav {
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 10;
    display: none;
}

ul.nav div.subnav ul {
    float: left;
    width: 173px;
    height: 225px;
    border-bottom: 4px solid #807f01;
    list-style: none;
    margin: 0;
}

ul.nav div.subnav ul li {
    margin: 15px 0 0 0;
    border-right: 1px solid #b5b5b5;
    height: 200px;
}

ul.nav div.subnav ul li h5 a {
    padding: 0 10px 12px 35px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #807f01;
    font-size: 12px;
    line-height: 13px;
    height: 22px
}

ul.nav div.subnav ul li h5 a:hover {
    text-decoration: none;
    cursor: default;
}

ul.nav div.subnav ul li a {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding: 0 7px 0 15px;
    border: none;
    font-family: Arial, sans-serif;
    text-indent: -7px;
}

ul.nav div.subnav ul li a:hover {
    text-decoration: underline;
}

ul.nav div.subnav ul:last-child li {
    border-right: none;
}

ul.nav div.subnav-acerca {
    background: #ffffff url(../Images/nav-blt-acerca.png) no-repeat 7px 0;
}

ul.nav div.subnav-acerca ul.pos2 {
    border-bottom-color: #bebc00;
}

ul.nav div.subnav-acerca ul.pos3 {
    border-bottom-color: #cecd40;
}

ul.nav div.subnav-acerca ul.pos4 {
    border-bottom-color: #dada70;
}

ul.nav div.subnav-acerca ul.mapa {
    background: url(../Images/mapa.png) no-repeat 7px 43px;
}

ul.nav div.subnav-areas {
    background: #ffffff url(../Images/nav-blt-areas.png) no-repeat 186px 0;
}

ul.nav div.subnav-areas ul li h5 a {
    color: #d54848
}

ul.nav div.subnav-areas ul li h5 a:hover {
    text-decoration: none;
    cursor: default;
}

ul.nav div.subnav-areas ul.pos1 {
    border-bottom-color: #943232;
}

ul.nav div.subnav-areas ul.pos2 {
    border-bottom-color: #ab3a3a;
}

ul.nav div.subnav-areas ul.pos3 {
    border-bottom-color: #d54848;
}

ul.nav div.subnav-areas ul.pos4 {
    border-bottom-color: #e16767;
}

ul.nav div.subnav-areas ul.pos5 {
    border-bottom-color: #f6c3c3;
}

ul.nav div.subnav-areas ul.pos6 {
    border-bottom-color: #fce9e9;
}

ul.nav div.subnav-areas ul.pos7 {
    border-bottom-color: #ffeeee;
}

ul.sitemap-list {
    font: 12px/26px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    list-style: none;
}

ul.sitemap-list.sub-nav {
    margin-bottom: 18px;
}

ul.sitemap-list a {
    display: block;
    color: #333;
    margin-bottom: 2px;
}

ul.sitemap-list a.selected {
    font-weight: bold;
}

ul.sitemap-list a.activo {
    color: #fff;
}

ul.sitemap-list a:hover {
    text-decoration: none;
    color: #fff;
}

ul.sitemap-list li a {
    background-color: #adadad;
    color: #666;
    padding-left: 6px;
}

ul.sitemap-list li li a {
    background-color: #adadad;
    padding-left: 26px;
}

ul.sitemap-list li li li a {
    background-color: #cccccc;
    color: #979797;
    padding-left: 46px;
}

ul.sitemap-list li li li li a {
    background-color: #dfdfdf;
    padding-left: 66px;
}

#sidebar-nav {
    font: 12px/26px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

#sidebar-nav ul {
    list-style: none;
}

#sidebar-nav a {
    display: block;
    color: #333;
    margin-bottom: 2px;
}

#sidebar-nav>ul.sub-nav {
    margin-bottom: 18px;
}

#sidebar-nav>ul.sub-nav>li {
    position: relative;
}

#sidebar-nav>ul.sub-nav>li>a {
    border-left: 16px solid #adadad;
    border-bottom: 1px solid #adadad;
    color: #adadad;
    padding-left: 5px;
}

#sidebar-nav>ul.sub-nav>li>a:hover,
#sidebar-nav>ul.sub-nav>li>a.selected {
    color: #fff;
    background-color: #adadad;
}

#sidebar-nav>ul.sub-nav>li>a:before {
    content: ' ';
    height: 9px;
    width: 9px;
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    background: url(../Images/sub-nav-icon.png) no-repeat left center;
}

#sidebar-nav>ul.sub-nav>li>a.opened:before,
#sidebar-nav>ul.sub-nav>li>a.selected:before {
    background: url(../Images/sub-nav-icon-minus.png) no-repeat left center;
}

#sidebar-nav>ul.sub-nav>li>ul {
    margin-left: 16px;
    margin-bottom: 2px;
}

#sidebar-nav>ul.sub-nav>li>ul>li {
    position: relative;
}

#sidebar-nav>ul.sub-nav>li>ul>li>a {
    border-left: 16px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #cccccc;
    padding-left: 5px;
}

#sidebar-nav>ul.sub-nav>li>ul>li>a:hover,
#sidebar-nav>ul.sub-nav>li>ul>li>a.selected {
    color: #fff;
    background-color: #cccccc;
}

#sidebar-nav>ul.sub-nav>li>ul>li>a:before {
    content: ' ';
    height: 9px;
    width: 9px;
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    background: url(../Images/sub-nav-icon.png) no-repeat left center;
}

#sidebar-nav>ul.sub-nav>li>ul>li>a.opened:before,
#sidebar-nav>ul.sub-nav>li>ul>li>a.selected:before {
    background: url(../Images/sub-nav-icon-minus.png) no-repeat left center;
}

#sidebar-nav>ul.sub-nav>li>ul>li>ul {
    margin-left: 16px;
    margin-bottom: 2px;
}

#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>a {
    border-bottom: 1px solid #dfdfdf;
    color: #6b6b6b;
    padding-left: 5px;
}

#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>a:hover,
#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>a.selected {
    color: #fff;
    background-color: #dfdfdf;
}

#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>ul {
    margin-left: 16px;
    margin-bottom: 2px;
}

#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>ul>li>a {
    border-bottom: 1px solid #dfdfdf;
    color: #6b6b6b;
    padding-left: 5px;
}

#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>ul>li>a:hover,
#sidebar-nav>ul.sub-nav>li>ul>li>ul>li>ul>li>a.selected {
    color: #fff;
    background-color: #dfdfdf;
}

.paginador {
    padding: 5px 0;
    text-align: center;
    margin-bottom: 23px;
}

.paginador a.ant,
.paginador a.sig {
    background: url(../Images/paginador.png) no-repeat left center;
}

.paginador a.sig {
    display: inline-block;
    background-position: right center;
}

.paginador a {
    color: #999;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 2px;
}

.paginador a:hover,
.paginador a.activo {
    color: #333;
}

.paginador-total {
    text-align: right;
}

.paginador-total p {
    text-align: left;
    font-size: 13px;
    float: left;
    line-height: 20px;
}

.top-border {
    border-top: 8px;
    height: 15px;
}

.breadcrumb {
    margin-top: 15px;
    line-height: 30px;
    height: 30px;
    min-width: 950px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.breadcrumb a {
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
    display: inline-block;
    padding: 0 30px;
    text-indent: 8px;
    margin-left: -23px;
    background: url(../Images/breadcrumb.png) no-repeat left bottom;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.breadcrumb .sub0 {
    background: #c2c2c2;
    margin-left: 0;
}

.breadcrumb .sub1 {
    background-color: #cccccc;
    background-position: 0 -496px;
}

.breadcrumb .sub2 {
    background-color: #dfdfdf;
    background-position: 0 -527px;
    color: #666;
}

.breadcrumb .sub3 {
    background-color: #f5f5f5;
    background-position: 0 -558px;
    color: #333333;
}

.breadcrumb .sub4 {
    background-color: #fff;
    color: #000;
}

.breadcrumb-inicio {
    background: #fff !Important;
    margin-bottom: 22px;
}

.breadcrumb-inicio .sub0 {
    background: #c2c2c2 url(../Images/breadcrumb.png) no-repeat right bottom;
    float: left;
}

.acerca .sub0 {
    background-color: #989719;
}

.acerca .sub1 {
    background-position: 0 0;
    background-color: #b2b039;
}

.acerca .sub2 {
    background-position: 0 -31px;
    background-color: #c5c475;
}

.acerca .sub3 {
    background-position: 0 -62px;
    background-color: #dfdfbd;
}

.acerca .sub4 {
    background-position: 0 -93px;
}

.areas .sub0 {
    background-color: #d54848;
}

.areas .sub1 {
    background-position: 0 -124px;
    background-color: #e16767;
}

.areas .sub2 {
    background-position: 0 -155px;
    background-color: #f6c3c3;
}

.areas .sub3 {
    background-position: 0 -186px;
    background-color: #fce9e9;
}

.areas .sub4 {
    background-position: 0 -217px;
}

.documentos .sub0 {
    background-color: #ffa635;
}

.documentos .sub1 {
    background-position: 0 -248px;
    background-color: #ffc868;
}

.documentos .sub2 {
    background-position: 0 -279px;
    background-color: #ffe2a3;
}

.documentos .sub3 {
    background-position: 0 -310px;
    background-color: #fff0cc;
}

.documentos .sub4 {
    background-position: 0 -341px;
}

.eventos .sub0 {
    background-color: #6BC1D1;
}

.eventos .sub1 {
    background-position: 0 -372px;
    background-color: #8bd2dd;
}

.eventos .sub2 {
    background-position: 0 -403px;
    background-color: #b5e4eb;
}

.eventos .sub3 {
    background-position: 0 -434px;
    background-color: #d7f1f5;
}

.eventos .sub4 {
    background-position: 0 -465px;
}

header {
    height: 0 px;
}

header .logo {
    float: left;
    padding-top: 0;
    margin-bottom: 10px;
}

header .logo2 {
    float: right;
    padding-top: 0;
    margin-bottom: 0;
	margin-top: 25px;
}

.logos {
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}

header .logo a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 439px;
    height: 74px;
    display: block;
    margin-left: 5px;
}

header .banners {
    float: right;
    margin: 6px -3px 0 67px;
}

header .banners a {
    display: block;
    margin-bottom: 2px;
}

header .idioma {
    text-align: right;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 5px
}

header .idioma h6 {
    color: #999;
    font-size: 10px;
    padding-top: 14px;
    margin-bottom: 3px;
    margin-top: 10px
}

header .idioma a {
    display: inline-block;
    margin-left: 3px;
    color: #757272;
    line-height: 16px;
    padding: 3px;
    font-family: , 'Lato-Regular', sans-serif;
    font-size: 11px;
}

header .idioma a.activo {
    color: #757272;
    background: #EAEAEA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

header form {
    float: right;
    border: 1px solid #c8c8c8;
    width: 201px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin: 16px 0 9px 0;
    background: #fff;
}

header form p {
    margin: 0;
}

header form input[type=text] {
    float: left;
    width: 176px;
    height: 24px;
    padding: 0;
    border: none;
    text-indent: 10px;
    font-size: 12px;
    background: none;
    color: #999;
}

header form input[type=submit] {
    width: 25px;
    height: 24px;
    cursor: pointer;
    border: none;
    background: url(../Images/submit.png) no-repeat center center;
}

header form input:-moz-placeholder,
header form input::-webkit-input-placeholder {
    color: #999;
}

.language-es header .logo a {
    background: url(../Images/es/logo2.png);
    background-repeat: no-repeat;
}

.language-en header .logo a {
    background: url(../Images/en/logo2.png);
    background-repeat: no-repeat;
}

footer {
    clear: both;
    background: #323232 url(../Images/footer-bg.png);
    height: 195px;
    font-family: 'Lato-Regular', sans-serif;
    color: #374993;
    min-width: 950px;
    margin-left: auto;
    margin-right: auto
}

footer a,
footer p {
    color: #374993;
    font-family: 'Lato-Regular', sans-serif;
    font-weight: bold
}

footer .copy {
    float: right;
    background: url(../Images/footer-logo.png) no-repeat;
    padding-left: 115px;
    width: 165px;
    margin: 24px 28px 16px 0;
    font-size: 11px;
}

footer .copy ul {
    list-style: none;
    margin: 8px 0 24px 0;
}

footer .copy ul li {
    font-size: 14px;
    line-height: 19px;
    padding-left: 14px;
    background: url(../Images/blt-footer.png) no-repeat left center;
}

footer nav {
    padding-top: 22px;
}

footer nav a {
    display: inline-block;
    border-right: 2px solid #374993;
    margin-right: 11px;
    padding-right: 11px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 11px;
}

footer nav a strong {
    font-weight: normal;
    font-size: 15px;
}

footer nav a.last {
    border: none;
}

.footerizquierda {
    float: left;
    margin-left: 20px
}

.footerderecha {
    float: right;
    padding-top: 20px;
    padding-right: 60px
}

.bold {
    font-weight: bold;
    font-size: 14px
}

.contacto {
    padding-top: 18px;
    font-size: 13px
}

footer .banderas {
    background: url(../Images/banderas.png) no-repeat center center;
    height: 14px;
    clear: both;
}

.acerca .nota {
    border-bottom-color: #b2b039;
}

.acerca .nota h1 {
    border-bottom-color: #B2AF3A;
}

.acerca .nota ul {
    list-style: none;
}

.acerca .nota ul li {
    position: relative;
}

.acerca .nota ul li:before {
    position: absolute;
    top: 3px;
    margin: 3px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #b2b039;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.acerca .nota .meta {
    background: #b2b039;
}

.acerca .nota .panel h3 {
    border-bottom-color: #b2b039;
}

.acerca ul.sitemap-list {
    background-color: #f4f4e7;
    min-height: 1008px;
}

.acerca ul.sitemap-list li a {
    background-color: #c5c57e;
    color: #fff;
}

.acerca ul.sitemap-list li li a {
    background-color: #dbdaae;
    color: #6b6b6b;
}

.acerca ul.sitemap-list li li li a {
    background-color: #e9e9ce;
}

.acerca ul.sitemap-list li li li li a {
    background-color: #f4f4e7;
}

.acerca #sidebar-nav>ul.sub-nav li a {
    border-left: 16px solid #989719;
    border-bottom: 1px solid #989719;
    color: #989719;
}

.acerca #sidebar-nav>ul.sub-nav li a:hover,
.acerca #sidebar-nav>ul.sub-nav li a.selected {
    color: #fff;
    background-color: #989719;
}

.acerca #sidebar-nav>ul.sub-nav li li a {
    border-left: 16px solid #b2b039;
    border-bottom: 1px solid #b2b039;
    color: #b2b039;
}

.acerca #sidebar-nav>ul.sub-nav li li a:hover,
.acerca #sidebar-nav>ul.sub-nav li li a.selected {
    color: #fff;
    background-color: #b2b039;
}

.acerca #sidebar-nav>ul.sub-nav li li li a {
    border-left: 0;
    border-bottom: 1px solid #c5c475;
    color: #6b6b6b;
}

.acerca #sidebar-nav>ul.sub-nav li li li a:hover,
.acerca #sidebar-nav>ul.sub-nav li li li a.selected {
    background-color: #c5c475;
}

.acerca #sidebar-nav>ul.sub-nav li li li li a {
    border-left: 0;
    border-bottom: 1px solid #dfdfbd;
    color: #6b6b6b;
}

.acerca #sidebar-nav>ul.sub-nav li li li li a:hover,
.acerca #sidebar-nav>ul.sub-nav li li li li a.selected {
    background-color: #dfdfbd;
}

.areas .nota {
    border-bottom-color: #f94b4b;
}

.areas .nota h1 {
    border-bottom-color: #f94b4b;
}

.areas .nota ul {
    list-style: none;
}

.areas .nota ul li {
    position: relative;
}

.areas .nota ul li:before {
    position: absolute;
    top: 3px;
    margin: 3px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #f94b4b;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.areas .nota .meta {
    background: #e16767;
}

.areas ul.sitemap-list {
    background-color: #fef2f2;
    min-height: 1008px;
}

.areas ul.sitemap-list li a {
    background-color: #fc9a9a;
    color: #f0f0f0;
}

.areas ul.sitemap-list li li a {
    background-color: #fdbfbf;
    color: #6b6b6b;
}

.areas ul.sitemap-list li li li a {
    background-color: #fed9d9;
}

.areas ul.sitemap-list li li li li a {
    background-color: #fef2f2;
}

.areas #sidebar-nav>ul.sub-nav li a {
    border-left: 16px solid #d54848;
    border-bottom: 1px solid #d54848;
    color: #d54848;
}

.areas #sidebar-nav>ul.sub-nav li a:hover,
.areas #sidebar-nav>ul.sub-nav li a.selected {
    color: #fff;
    background-color: #d54848;
}

.areas #sidebar-nav>ul.sub-nav li li a {
    border-left: 16px solid #e16767;
    border-bottom: 1px solid #e16767;
    color: #e16767;
}

.areas #sidebar-nav>ul.sub-nav li li a:hover,
.areas #sidebar-nav>ul.sub-nav li li a.selected {
    color: #fff;
    background-color: #e16767;
}

.areas #sidebar-nav>ul.sub-nav li li li a {
    border-left: 0;
    border-bottom: 1px solid #f6c3c3;
    color: #6b6b6b;
}

.areas #sidebar-nav>ul.sub-nav li li li a:hover,
.areas #sidebar-nav>ul.sub-nav li li li a.selected {
    background-color: #f6c3c3;
}

.areas #sidebar-nav>ul.sub-nav li li li li a {
    border-left: 0;
    border-bottom: 1px solid #fce9e9;
    color: #6b6b6b;
}

.areas #sidebar-nav>ul.sub-nav li li li li a:hover,
.areas #sidebar-nav>ul.sub-nav li li li li a.selected {
    background-color: #fce9e9;
}

.documentos .nota {
    border-bottom-color: #ffb300;
}

.documentos .nota h1 {
    border-bottom-color: #ffb300;
}

.documentos .nota ul {
    list-style: none;
}

.documentos .nota ul li {
    position: relative;
}

.documentos .nota ul li:before {
    position: absolute;
    top: 3px;
    margin: 3px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ffb300;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.documentos .nota .meta {
    background: #ffe2a3;
}

.documentos .nota .meta p {
    color: #735001;
}

.documentos ul.sitemap-list {
    background-color: #fef3d8;
    min-height: 1008px;
}

.documentos ul.sitemap-list li a {
    background-color: #ffc845;
    color: #fff;
}

.documentos ul.sitemap-list li li a {
    background-color: #ffc868;
}

.documentos ul.sitemap-list li li li a {
    background-color: #ffe2a3;
}

.documentos ul.sitemap-list li li li li a {
    background-color: #fff0cc;
}

.eventos .nota {
    border-bottom-color: #32499C;
}

.eventos .nota h1 {
    border-bottom-color: #32499C;
}

.eventos .nota ul {
    list-style: none;
}

.eventos .nota ul li {
    position: relative;
}

.eventos .nota ul li:before {
    position: absolute;
    top: 3px;
    margin: 3px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #32499C;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.eventos .nota .fecha {
    height: 20px;
    color: #666;
    font-weight: bold;
}

.eventos .nota .fecha span {
    padding: 0 5px;
    float: right;
    position: relative;
    top: -34px;
    background: #daf1f5;
    font-size: 11px;
}

.eventos .nota .meta {
    background: #32499C;
}

.eventos .noticia {
    border-bottom-color: #b5e4eb;
}

.eventos ul.sitemap-list {
    background-color: #eef7f8;
    min-height: 1008px;
}

.eventos ul.sitemap-list li a {
    background-color: #9fceda;
    color: #fff;
}

.eventos ul.sitemap-list li li a {
    background-color: #8bd2dd;
}

.eventos ul.sitemap-list li li li a {
    background-color: #b5e4eb;
}

.eventos ul.sitemap-list li li li li a {
    background-color: #d7f1f5;
}

.opcion2 .nota {
    padding-bottom: 15px;
    margin-bottom: 26px;
}

.opcion2 .box h5 {
    background-color: #ededed;
    text-transform: uppercase;
    padding: 15px 0 0 20px;
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    background-position: 9px 22px;
}

.opcion2 .box-eventos-content .box-content {
    padding-bottom: 9px;
}

.opcion2 .box-eventos-content .box-content ul {
    padding: 0;
}

.opcion2 .box-eventos-content .box-content ul li {
    border-bottom: none;
    padding: 3px 6px 9px;
    margin: 0;
}

.opcion2 .box-eventos-content .box-content ul li:nth-child(even) {
    background-color: #ededed;
}

.opcion2 .box-eventos-content .box-content ul li h4 {
    height: 37px;
}

.opcion2 #sidebar-nav ul li a {
    background-color: #adadad;
}

.opcion2 #sidebar-nav ul li li a {
    background-color: #cccccc;
}

.opcion2 #sidebar-nav ul li li li a {
    background-color: #dfdfdf;
}

.opcion2 #sidebar-nav ul li li li li a {
    background-color: #f3f3f3;
}

.home #content h1 {
    font-size: 20px;
    color: #32499C;
    border-bottom: 4px solid #32499C;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-bottom: 5px;
    margin-bottom: 19px;
}

.home #content .box-home {
    border-bottom: 1px solid #ddd;
    min-height: 146px;
    padding-bottom: 3px;
    position: relative;
    margin-bottom: 9px;
}

.home #content .box-home img {
    float: left;
    border: 1px solid #999;
    margin: 5px 16px 0 0;
}

.home #content .box-home h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #32499C;
    font-weight: 600;
    line-height: 19px;
    height: 44px;
    margin-bottom: 0;
}

.home #content .box-home p {
    font: 12px/18px Arial, sans-serif;
    color: #484848;
    padding-bottom: 0;
}

.home #content .box-home a.vermas {
    float: right;
    display: block;
    text-transform: uppercase;
    background: #ddd;
    color: #666;
    padding: 2px 4px 1px;
    font: bold 11px Arial, sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home #sidebar .banner {
    margin-bottom: 5px;
}

.home #sidebar .banner a {
    display: block;
    margin-bottom: 13px;
}

.home #sidebar .banner a.seccion {
    position: relative;
    left: -4px;
    margin-top: -3px;
}

.home #sidebar .box-eventos h3 {
    background-image: none;
    line-height: 30px;
}

.home #sidebar .box-eventos2 h3 {
    background-image: none;
    line-height: 30px;
}

.home #sidebar .box-eventos .box-content ul li {
    padding-bottom: 3px;
}

.home #sidebar .box-eventos .box-content ul li h4 {
    margin-bottom: 3px;
}

.home #sidebar .box-eventos h5 {
    background: none;
    padding: 0;
    font-size: 0;
    background-color: #EDEDED;
}

.home #sidebar .box-eventos h5 a {
    position: relative;
    font-size: 13px;
    color: #11586a;
    font-weight: bold;
    text-transform: uppercase;
    width: 113px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #bebebe;
    background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #ffffff, #bfbfbf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#bfbfbf));
    background-image: -webkit-linear-gradient(top, #ffffff, #bfbfbf);
    background-image: -o-linear-gradient(top, #ffffff, #bfbfbf);
    background-image: linear-gradient(to bottom, #ffffff, #bfbfbf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffbfbfbf', GradientType=0);
}

.home #sidebar .box-eventos h5 a.active {
    font-weight: normal;
    border: 0;
    width: 115px;
    background: none;
    line-height: 30px;
    height: 30px;
    background-color: #EDEDED;
}

.home #sidebar .box-eventos h5 a .icon {
    width: 4px;
    height: 5px;
    position: absolute;
    background: url(../Images/box-eventos-blt2.png) no-repeat top left;
    left: 5px;
    top: 12px;
}

.home #sidebar .box-eventos .box-content {
    padding: 5px;
    background: #ededed;
    padding-top: 0;
}

.home #sidebar .box-eventos .next-events {
    display: none;
}

.home .iconos {
    height: 220px;
    padding-top: 20px;
}

.home .iconos .ico {
    width: 188px;
    height: 149px;
    float: left;
    margin: 0 9px;
}

.home .iconos .ico a {
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 188px;
    height: 149px;
}

.language-es .home .ico-base a {
    background: url(../Images/es/ico-base.png);
}

.language-es .home .ico-cartera a {
    background: url(../Images/es/ico-cartera.png);
}

.language-es .home .ico-agenda a {
    background: url(../Images/es/ico-agenda.png);
}

.language-en .home .ico-base a {
    background: url(../Images/en/ico-base.png);
}

.language-en .home .ico-cartera a {
    background: url(../Images/en/ico-cartera.png);
}

.language-en .home .ico-agenda a {
    background: url(../Images/en/ico-agenda.png);
}

.home-banner {
	width: 100%;
    /* overflow: hidden; */
    height: 210px;
}

.home-banner .slide {
    height: 210px;
    width: 100%;
}

.banner-interna {
    height: 210px;
    width: 100%;
    overflow: hidden;
}

#sidebar #jscoll {
    width: 208px;
}

#jscoll .jspArrowDown {
    background-position: center bottom;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #fff0cc;
    position: relative;
}

.jspDrag {
    background: #ffc868;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #ffb300 url(../Images/arrow.png) no-repeat center top;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 17px;
}

.jspHorizontalBar .jspArrow {
    width: 17px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.wrapper {
    width: 950px;
    margin: 0 auto;
}

.container {
    margin-top: 50px;
}

#content {
    float: left;
    width: 621px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 25px;
}

#content2 {
    float: left;
    width: 700px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 25px;
}

#content.wide {
    float: left;
    width: 687px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 25px;
}

.novedades {
    float: left;
    width: 680px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.novedades2 {
    float: left;
    width: 680px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.banners2 {
padding-top: 50px;
}

#sidebar-nav {
    float: left;
    width: 231px;
    margin-right: 70px;
}

#sidebar {
    float: right;
    width: 231px;
}

#sidebar .box {
    background: none;
	padding-top: 50px !important;
}

#sidebar .box h3 {
    line-height: 15px;
    height: 30px;
    font-size: 14px;
    padding: 2px 30px 2px 7px;
}

#sidebar .box h3 a {
    color: #333;
}

#sidebar .box h5 {
    background-color: #f5f5f5;
    text-transform: uppercase;
    padding: 8px 0 2px 15px;
    line-height: 20px;
    font-size: 12px;
    margin: 0;
}

#sidebar .box .box-content {
    padding: 0;
}

#sidebar .box .box-content ul li h4 {
    font-size: 11px;
    line-height: 12px;
    height: 25px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

#sidebar .box .box-content ul li p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
}

#sidebar .box-documentos .ver-todos a {
    font-size: 10px;
}

#sidebar .box-noticias h3 {
    background: #e6e5e5;
    border-left-color: #32499C;
    line-height: 34px;
}

#sidebar .box-noticias img {
    float: left;
    border: 1px solid #cccccc;
    margin-right: 5px;
}

#sidebar .box-noticias .box-content ul {
    padding: 7px;
    background: #ededed;
}

#sidebar .box-noticias .box-content ul li {
    border-bottom: none;
    background: #fff;
    padding: 5px;
    min-height: 51px;
    margin-bottom: 0;
}

#sidebar .box-noticias .box-content ul li h4 {
    margin-bottom: 0;
    height: 12px;
    overflow: hidden;
}

#sidebar .box-noticias .box-content ul li a {
    color: #358da3;
}

#sidebar .box-noticias .box-content ul li p {
    margin-bottom: 0;
}

#sidebar .box-noticias .box-content ul li.odd {
    background: #ededed;
}

#sidebar .box-noticias .paginador {
    border-top: none;
    background: none;
}

#sidebar .box-documentos-intal {
    background: #ededed;
}

#sidebar .box-documentos-intal h3 {
    line-height: 30px;
}

#sidebar .box-documentos-intal h5 {
    background: none;
    text-transform: none;
    padding: 5px;
    color: #484848;
    font: 12px/18px Arial, sans-serif;
}

#sidebar .box-documentos-intal .box-content {
    padding: 5px;
}

#sidebar .box-documentos-intal .box-content ul {
    height: 300px;
    overflow: auto;
    padding-top: 6px;
}

#sidebar .box-documentos-intal .box-content ul li {
    margin-bottom: 5px;
    padding-bottom: 7px;
}

#sidebar .box-documentos-intal .box-content ul li h4 {
    font-size: 11px;
    line-height: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

#sidebar .box-documentos-intal .box-content ul li h4 a {
    color: #ff6600;
}

.nota {
    padding-bottom: 30px;
    margin-bottom: 23px;
    overflow: hidden;
}

.nota img {
    border: 1px solid #cccccc;
}

.nota p {
    margin-bottom: 12px;
}

.nota h1 {
    border-bottom: 4px solid #c2c2c2;
    padding: 2px 0 4px;
    margin-bottom: 34px;
}

.nota ul {
    list-style: none;
    padding-top: 6px;
    padding-left: 13px;
    padding-bottom: 11px;
}

.nota ul li {
    position: relative;
}

.nota ul li:before {
    position: absolute;
    top: 3px;
    margin: 3px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #c2c2c2;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.nota .meta {
    padding: 3px 8px 6px 6px;
    background: #c2c2c2;
    margin-bottom: -27px;
}

.nota .meta p {
    color: #fff;
    margin-bottom: 7px;
}

.nota .meta p:last-child {
    margin-bottom: 0;
}

.nota a {
    color: #484848;
    text-decoration: underline;
}

.paneles {
    border: none;
}

.paneles h2 {
    background: #d1d1d1 url(../Images/panel-blt.png) no-repeat right bottom;
    border-bottom: 1px solid #f3f3f3;
    line-height: 28px;
    text-indent: 10px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 0;
    color: #666666;
}

.paneles h2.activo {
    color: #fff;
    background-color: #909090;
    background-position: right top;
}

.paneles .panel {
    background: #f3f3f3;
    padding: 25px 15px;
    display: none;
}

.paneles .panel.show {
    display: block;
}

.paneles .panel h3 {
    font: 15px Arial, sans-serif;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-weight: bold;
}

.paneles .panel h3 img {
    vertical-align: middle;
}

.paneles .panel .ver-mapa {
    margin: 30px 0 50px;
}

.paneles .panel .ver-mapa img {
    border: none;
    float: none;
    vertical-align: middle;
}

.paneles .panel .ver-mapa a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 8px;
    background: #d8d8d8;
    font-weight: bold;
    margin-left: 10px;
    font-size: 10px;
}

.lista-noticias .noticia {
    border-bottom-color: #b5e0e8;
    padding-bottom: 18px;
    margin-bottom: 19px;
}

.lista-noticias .noticia img {
    width: 263px;
}

.lista-noticias .noticia .fecha {
    color: #32499C;
}

.lista-noticias .noticia .fecha.imgleft {
    margin-left: 291px;
}

.lista-noticias .noticia h1 a {
    color: #333333;
}

.lista-noticias .paginador {
    padding-top: 0;
}

.noticia {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
    *zoom: 1;
}

.noticia:before,
.noticia:after {
    content: "";
    display: table;
}

.noticia:after {
    clear: both;
}

.noticia:before,
.noticia:after {
    content: "";
    display: table;
}

.noticia:after {
    clear: both;
}

.noticia h1 {
    margin-bottom: 12px;
}

.noticia img {
    border: 1px solid #cccccc;
}

.noticia p {
    font-size: 12px;
    line-height: 18px;
}

.noticia .fecha {
    border-bottom: 4px solid #32499C;
    padding-bottom: 5px;
    color: #358da3;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 11px;
    text-align: right;
    margin-bottom: 15px;
}

.noticia .fecha.imgleft {
    margin-left: 320px;
}

.noticia ul {
    list-style: none;
}

.noticia ul li {
    position: relative;
}

.noticia ul li:before {
    position: absolute;
    top: 3px;
    margin: 3px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #32499C;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.noticia .meta {
    padding: 6px;
    background: #32499C;
    margin-bottom: -24px;
}

.noticia .meta p {
    color: #fff;
}

.noticia .meta p:last-child {
    margin-bottom: 0;
}

.noticia .meta-resultado {
    float: right;
    width: 155px;
    height: 100px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #d9d9d9;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.noticia .meta-resultado dt {
    font-weight: normal;
}

.noticia .meta-resultado dd {
    margin: 0 0 15px;
}

.noticia .meta-resultado-areas {
    color: #f94b4b;
    border-left-color: #f94b4b;
}

.noticia .meta-resultado-acerca {
    color: #b2b039;
    border-left-color: #b2b039;
}

.noticia .meta-resultado-documentos {
    color: #ffb300;
    border-left-color: #ffb300;
}

.noticia .meta-resultado-eventos {
    color: #47abc5;
    border-left-color: #47abc5;
}

.box {
    background: #ededed;
    margin-bottom: 25px;
}

.box h3 {
    line-height: 34px;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    border-left: 7px solid #c2c2c2;
    background-color: #e6e5e5;
    padding: 0 30px 0 7px;
}

.box .box-content {
    padding: 7px;
}

.box .box-content ul {
    list-style: none;
    margin: 0;
    padding: 10px 6px 0 6px;
    background: #fff;
}

.box .box-content ul li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #c2c2c2;
}

.box .box-content ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.box .box-content ul li h4 {
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    margin: 0;
    overflow: hidden;
}

.box .box-content ul li .descargar {
    float: right;
    padding: 12px 34px 0 0;
    font-size: 11px;
    height: 19px;
    background: url(../Images/ico-pdf.png) no-repeat right center;
}

.box .box-content ul li .descargar-doc {
    background: url(../Images/ico-doc.png) no-repeat right center;
}

.box .box-content ul li .fecha {
    display: block;
    padding-top: 12px;
}

.box .ver-todos {
    margin-bottom: 0;
}

.box .ver-todos a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    background: #c2c2c2;
}

.box .paginador {
    background: #f5f5f5;
}

.box-documentos h3 {
    background: #e6e5e5 url(../Images/box-documentos-tit.png) no-repeat right center;
    border-left-color: #ffb300;
}

.box-documentos li h4 {
    color: #ff6600;
}

.box-documentos .eventos a {
    color: #358da3;
    text-decoration: underline;
    font-size: 11px;
}

.box-documentos .descargar a {
    color: #5b5b5b;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
}

.box-documentos .box-content ul {
    padding-top: 3px;
}

.box-documentos .box-content ul li {
    border-bottom-color: #ffd1b2;
    padding-bottom: 3px;
    min-height: 68px;
}

.box-documentos .box-content ul li h4 {
    height: 34px;
    overflow: hidden;
}

.box-documentos .ver-todos a {
    background: #ffa635;
}

.box-documentos .paginador {
    border-top: 1px solid #ffd1b2;
}

.box-eventos2 h3 {
    background: #e6e5e5;
    border-left-color: #374993;
}

.box-eventos h3 {
    background: #e6e5e5 url(../Images/box-eventos-tit.png) no-repeat right center;
    border-left-color: #84C1D1;
}

.box-eventos2 h5 {
    color: #11586a;
    background: #f5f5f5 url(../Images/box-eventos-blt.png) no-repeat 4px 17px;
}

.box-eventos h5 {
    color: #11586a;
    background: #f5f5f5 url(../Images/box-eventos-blt.png) no-repeat 4px 17px;
}

.box-eventos li h4 {
    color: #358da3;
}

.box-eventos2 li h4 {
    color: #358da3;
}

.box-eventos li a {
    color: #358DA3;
}

.box-eventos2 li a {
    color: #358DA3;
}

.box-eventos li.no-results {
    text-align: center;
    padding-bottom: 7px !important;
}

.box-eventos .box-content ul li {
    border-bottom-color: #9ac6d1;
}

.box-eventos .ver-todos a {
    background: #47abc5;
}

.box-eventos .paginador {
    border-top: 1px solid #9ac6d1;
}

.box-documentos-content {
    float: left;
    width: 295px;
    margin-left: 5px;
    margin-right: 20px;
}

.box-documentos-content .box-content ul {
    padding-top: 3px;
}

.box-documentos-content .box-content ul li {
    margin-bottom: 5px;
}

.box-documentos-content .box-content ul li h4 {
    height: 42px;
    line-height: 15px;
    overflow: hidden;
}

.box-documentos-content .box-content ul li .fecha {
    font-size: 11px;
}

.box-eventos-content {
    float: left;
    width: 295px;
    margin-left: 5px;
}

.box-eventos-content .box-content ul {
    padding-top: 3px;
    padding-bottom: 1px;
}

.box-eventos-content .box-content ul li {
    margin-bottom: 6px;
}

.box-eventos-content .box-content ul li p {
    line-height: 16px;
    font-size: 11px;
    margin: 2px 0 0;
}

.box-documentos-content .ver-todos,
.box-eventos-content .ver-todos,
.box-eventos-recientes .ver-todos,
.box-eventos-proximos .ver-todos {
    background: #545454 url(../Images/box-content-ver-todos-bg.png ) no-repeat center center;
    height: 30px;
    text-align: center;
}

.box-documentos-content .ver-todos a,
.box-eventos-content .ver-todos a,
.box-eventos-recientes .ver-todos a,
.box-eventos-proximos .ver-todos a {
    text-shadow: 0px 1px 1px #000000;
    padding-right: 13px;
    line-heightfooter: 20px;
    display: inline;
    font-size: 12px;
    background: url(../Images/box-content-ver-todos-blt.png) no-repeat right center;
}

.box-eventos-recientes {
    float: left;
    width: 460px;
}

.box-eventos-recientes h3 {
    background-color: #c0c0c0;
    background-image: url(../Images/box-eventos-recientes.png);
}

.box-eventos-recientes .box-content ul li {
    margin-bottom: 4px;
    padding-bottom: 9px;
}

.box-eventos-recientes .box-content ul li p {
    line-height: 13px;
    height: 26px;
    margin-bottom: 0;
}

.box-eventos-proximos {
    float: right;
    width: 460px;
}

.box-eventos-proximos h3 {
    background-color: #c0c0c0;
    background-image: url(../Images/box-eventos-proximos.png);
}

.box-eventos-proximos .box-content ul li {
    margin-bottom: 4px;
    padding-bottom: 9px;
}

.box-eventos-proximos .box-content ul li p {
    line-height: 13px;
    height: 26px;
    margin-bottom: 0;
}

.home-eventos .box-eventos-recientes .box-content ul {
    height: 291px;
}

.home-eventos .box-eventos-proximos .box-content ul {
    height: 291px;
}

.box-eventos-buscar {
    clear: both;
}

.box-eventos-buscar h3 {
    background-color: #d1d1d1;
    background-image: url(../Images/box-eventos-buscar.png);
}

.box-eventos-buscar form {
    background: #fff;
    padding: 6px 14px;
    height: 105px;
}

.box-eventos-buscar form p {
    float: left;
    width: 154px;
    margin: 0;
}

.box-eventos-buscar form p label {
    display: block;
    padding-top: 10px;
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #666;
    text-transform: uppercase;
}

.box-eventos-buscar form p select {
    width: 137px;
}

.box-eventos-buscar form .search-box {
    width: 225px;
    height: 75px;
    margin-top: 25px;
    background: url(../Images/submit-eventos.png) no-repeat 188px 4px;
}

.box-eventos-buscar form .search-box input {
    width: 182px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
    color: #999;
    text-indent: 5px;
    padding: 5px 0;
    background: none;
    padding-right: 30px;
}

.box-eventos-buscar form input[type=submit] {
    font: 12px/20px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer;
    background: #4F8F9D;
    color: #fff;
    margin-top: 72px;
    border: none;
    height: 26px;
    padding: 0 5px 2px;
}

.box-eventos-buscar form .ver-solo {
    float: right;
    width: 269px;
    height: 100px;
    padding-left: 14px;
    border-left: 1px solid #ddd;
    margin: 0;
}

.box-eventos-buscar form .ver-solo a {
    display: block;
    background: #4f8f9d;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font: 13px/30px 'Open Sans', Arial, sans-serif;
    color: #fff;
    margin-top: 41px;
    text-transform: uppercase;
}

.box-eventos-buscar #search_CategoryId .level-0 {
    font-weight: bold;
}

.box-eventos-resultado {
    margin-bottom: 0px;
}

.box-eventos-resultado h3 {
    background-color: #dcdcdc;
    background-image: url(../Images/box-eventos-resultado.png);
}

.box-eventos-resultado p {
    margin-bottom: 0;
}

.box-documentos-destacadas {
    margin-bottom: 16px;
}

.box-documentos-destacadas h3 {
    background-color: #c0c0c0;
    background-image: url(../Images/box-documentos-destacadas.png);
}

.box-documentos-destacadas img {
    float: left;
    margin-right: 13px;
    border: 1px solid #cacaca;
    margin-left: 5px;
}

.box-documentos-destacadas .box-content ul {
    *zoom: 1;
}

.box-documentos-destacadas .box-content ul:before,
.box-documentos-destacadas .box-content ul:after {
    content: "";
    display: table;
}

.box-documentos-destacadas .box-content ul:after {
    clear: both;
}

.box-documentos-destacadas .box-content ul:before,
.box-documentos-destacadas .box-content ul:after {
    content: "";
    display: table;
}

.box-documentos-destacadas .box-content ul:after {
    clear: both;
}

.box-documentos-destacadas .box-content ul li {
    float: left;
    width: 451px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 11px 0;
    height: 162px;
}

.box-documentos-destacadas .box-content ul li h4 {
    height: auto;
    font: bold 14px/17px Arial, sans-serif;
    margin-bottom: 8px;
}

.box-documentos-destacadas .box-content ul li p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}

.box-documentos-destacadas .box-content ul li a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ddd;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    padding: 2px 4px 0;
    display: block;
    text-transform: uppercase;
    line-height: 15px;
}

.box-documentos-destacadas .box-content ul li.last {
    border-bottom: 1px solid #ddd;
    margin-left: 21px;
}

.box-documentos-buscar {
    clear: both;
}

.box-documentos-buscar h3 {
    background-color: #d1d1d1;
    background-image: url(../Images/box-documentos-buscar.png);
}

.box-documentos-buscar form {
    background: #fff;
    padding: 6px 12px;
    height: 100px;
}

.box-documentos-buscar form p {
    float: left;
    width: 141px;
    margin: 0;
}

.box-documentos-buscar form p label {
    display: block;
    padding-top: 12px;
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #666;
    text-transform: uppercase;
}

.box-documentos-buscar form p select {
    width: 136px;
}

.box-documentos-buscar form .search-box {
    width: 225px;
    height: 35px;
    margin-top: 25px;
    background: url(../Images/submit-documentos.png) no-repeat 191px 5px;
}

.box-documentos-buscar form .search-box input {
    width: 182px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
    color: #999;
    text-indent: 5px;
    padding: 3px 0;
    background: none;
    padding-right: 30px;
}

.box-documentos-buscar form hr {
    clear: both;
}

.box-documentos-buscar form input[type=submit] {
    font: 12px/20px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer;
    float: right;
    background: #ffa635;
    color: #fff;
    border: none;
    height: 24px;
    padding: 0 10px 2px;
}

.box-documentos-buscar .only-events {
    float: left;
}

.box-documentos-ancho {
    margin-bottom: 0;
}

.box-documentos-ancho .box-content ul li {
    margin-bottom: 5px;
    padding-bottom: 1px;
}

.box-documentos-ancho .box-content ul li h4 {
    font-family: Arial, sans-serif;
    margin-bottom: 3px;
}

.box-documentos-ancho .box-content ul li .fecha {
    font-size: 11px;
}

.resultado ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.resultado li {
    padding: 0;
    width: 443px;
    float: left;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
}

.resultado li.even {
    width: 433px;
    padding-right: 10px;
    border-right: 1px solid #e6e5e5;
}

.resultado li img {
    float: left;
    margin-right: 10px;
    border: 1px solid #cccccc;
}

.resultado li h1 {
    font-size: 15px;
    margin-bottom: 4px;
}

.resultado li p {
    font-size: 12px;
    color: #484848;
}

.resultado li div {
    font-size: 12px;
    line-height: 16px;
}

.resultado li a.more {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    color: #666666;
}

.resultado li a.more.evento {
    color: #2ea4c2;
}

.resultado li a.more:hover {
    color: #666666;
}

.resultado li a.more:hover.evento {
    color: #2ea4c2;
}

.resultado li .descargar {
    float: right;
    padding: 12px 34px 0 0;
    font-size: 11px;
    height: 19px;
    background: url(../Images/ico-pdf.png) no-repeat right center;
}

.resultado li .descargar a {
    color: #5b5b5b;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
}

.resultado li .descargar-doc {
    background: url(../Images/ico-doc.png) no-repeat right center;
}

.resultado .tit-resultado {
    border-bottom: 4px solid #e6e5e5;
    padding-bottom: 20px;
    margin-bottom: 13px;
    color: #484848;
}

.resultado .tit-resultado span {
    line-height: 34px;
    background: #e6e5e5 url(../Images/ico-lupa.png) no-repeat right center;
    text-indent: 10px;
    font-size: 13px;
    display: block;
}

.resultado .noticia {
    padding-bottom: 0;
    border-bottom-color: #F2F2F2;
    margin-bottom: 14px;
}

.resultado .noticia img {
    margin-left: 5px;
    margin-right: 12px;
}

.resultado .noticia h1 {
    margin-bottom: 3px;
}

.ico {
    width: 231px;
    height: 131px;
    margin-bottom: 21px;
}

.ico a {
    display: block;
    padding-top: 110px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font: bold 12px/21px Arial, sans-serif;
}

.ico-repo {
    display: inline-block;
    background: url('../Images/es/ico-repo.png') no-repeat top left;
    text-indent: -9999px;
    text-align: left;
    outline: none;
    width: 231px;
    height: 150px;
    margin-bottom: 12px;
}

.ico-repo:hover {
    background-position: 0 -150px;
    outline: none;
}

.ico-repo:active,
.ico-repo:focus {
    outline: none;
}

.ico-cdi {
    background: url(../Images/ico-cdi.png);
    height: 150px;
}

.ico-cdi a {
    color: #ffa635;
    font-size: 11px;
    text-transform: none;
    line-height: 17px;
}

.ico-cdi a strong {
    font-size: 12px;
    text-transform: uppercase;
}

.ico-grupos {
    background: url(../Images/ico-grupos.png);
}

.iconos {
    height: 149px;
    padding-top: 20px;
}

.iconos .ico {
    width: 194px;
    height: 149px;
    float: left;
    margin-right: 19px;
}

.iconos .ico a {
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 194px;
    height: 149px;
}

.iconos .ico-mapa-area {
    margin-right: 0;
}

.iconos .ico-cartera a {
    background: url(../Images/ico-cartera.png);
}

.iconos .ico-mapa a {
    background: url(../Images/ico-mapa.png);
}

.iconos .ico-mapa-area a {
    background: url(../Images/ico-mapa-area.png);
}

.meta-option p {
    text-align: right;
    border-bottom: 1px solid #dc9496;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.meta-option p input[type=radio] {
    margin-left: 20px;
}

.meta-option p.cols {
    *zoom: 1;
}

.meta-option p.cols:before,
.meta-option p.cols:after {
    content: "";
    display: table;
}

.meta-option p.cols:after {
    clear: both;
}

.meta-option p.cols:before,
.meta-option p.cols:after {
    content: "";
    display: table;
}

.meta-option p.cols:after {
    clear: both;
}

.meta-option p.cols input {
    position: relative;
    top: 2px;
}

.meta-option p.cols label {
    float: left;
    width: 25%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: normal;
    height: 40px;
}

.buscar-proyectos p.bottom {
    border: 0;
}

.buscar-proyectos #searchButton {
    font: 12px/20px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer;
    background: #ED9595;
    color: #fff;
    border: none;
    height: 26px;
    padding: 0 5px 2px;
}

.cuerpo-pagina,
.cuerpo-documento,
.cuerpo-evento,
.cuerpo-noticia {
    overflow: hidden;
}

.cuerpo-pagina {
    padding-bottom: 30px;
}

.page-links .page-link {
    margin-bottom: 10px;
}

.acerca .paneles h2 {
    background-color: #b2b039;
    color: #ffffff;
}

.acerca .paneles .panel {
    background-color: #dfdfbd;
}

.areas .paneles h2 {
    background-color: #f94b4b;
    color: #ffffff;
}

.areas .paneles .panel {
    background-color: #fce9e9;
}

.documentos .paneles h2 {
    background-color: #ffb300;
    color: #ffffff;
}

.documentos .paneles .panel {
    background-color: #fff0cc;
}

.eventos .paneles h2 {
    background-color: #47abc5;
    color: #ffffff;
}

.eventos .paneles .panel {
    background-color: #d7f1f5;
}

.shortcuts-slider {
    width: 570px;
    margin: 0 auto;
}

#sitemap {
    overflow: hidden;
}

#sitemap .sitemap-section {
    width: 226px;
    float: left;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 30px;
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    list-style: none;
}

#sitemap .sitemap-section:last-child {
    margin-right: 0px;
}

#sitemap .sitemap-section h5 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#sitemap .sitemap-section li {
    float: none;
    margin: 0;
    height: auto;
    width: 226px;
}

#sitemap .sitemap-section li a {
    padding-left: 6px;
}

#sitemap .sitemap-section li li a {
    padding-left: 16px;
}

#sitemap .sitemap-section li li li a {
    padding-left: 26px;
}

#sitemap .sitemap-section li li li li a {
    padding-left: 36px;
}

#sitemap .sitemap-section a {
    display: block;
    margin-bottom: 2px;
}

#sitemap .acerca h5,
#sitemap .acerca h5 a {
    color: #989719;
}

#sitemap .areas h5,
#sitemap .areas h5 a {
    color: #d54848;
}

#sitemap .documentos h5,
#sitemap .documentos h5 a {
    color: #ffa635;
}

#sitemap .eventos h5,
#sitemap .eventos h5 a {
    color: #32499C;
}

.box-documentos.box-documentos-list h3 {
    background: none;
    background-color: #e6e5e5;
    padding-right: 10px;
}

.box-documentos h3 .document-order {
    float: right;
}

.box-documentos h3 .document-order span {
    font-size: 11px;
    color: #7f7f7f;
    text-transform: none;
    line-height: 13px;
    padding: 0;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.box-documentos h3 .document-order img {
    border: none;
}

.language-en .ico-repo {
    display: inline-block;
    background: url('../Images/en/ico-repo.png') no-repeat top left;
    text-indent: -9999px;
    text-align: left;
    outline: none;
    width: 250px;
    height: 150px;
}

.language-en .ico-repo:hover {
    background-position: 0 -150px;
    outline: none;
}

.language-en .ico-repo:active,
.language-en .ico-repo:focus {
    outline: none;
}

@media print {
    header {
        background: none;
        height: 70px;
    }
    header .logo {
        float: none;
    }
    header .idioma {
        display: none;
    }
    header #frmSearch {
        display: none;
    }
    header nav {
        display: none;
    }
    .top-border {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    footer {
        display: none;
    }
    #sidebar-nav {
        display: none;
    }
    #sidebar {
        display: none;
    }
    .container {
        margin: 0;
    }
    .home-banner,
    .banner-interna {
        display: none;
    }
    #content {
        float: none;
        margin: 0 auto;
    }
}

.vid-list-container {
    width: 105%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 2%;
    padding-bottom: 20px
}

.vid-list {
    width: 200%;
    position: relative;
    top: 0;
    left: 0;
	height: 200px;
	display: inline-block;
}


/*para evento http://iirsa.org/Event/Detail?id=xx  168px de width por cada video  */

.vid-list2 {
    width: 1750px;
    position: relative;
    top: 0;
    left: 0
}
.vid-list3 {
    width: 1350px;
    position: relative;
    top: 0;
    left: 0
}

.vid-list4 {
    width: 2688px;
    position: relative;
    top: 0;
    left: 0
}


/*para evento http://iirsa.org/Event/Detail?id=xxx*/

.vid-item {
    display: block;
    width: 148px;
    height: 148px;
    float: left;
    margin: 0;
    padding: 10px
}

.arrows,
.thumb img {
    position: relative;
    width: 100%
}

.thumb {
    overflow: hidden;
    height: 84px
}

.thumb img {
    top: -13px
}

.vid-item .desc {
    color: #21A1D2;
    font-size: 15px;
    margin-top: 5px
}

.vid-item .desc2 {
    color: #21A1D2;
    font-size: 12px;
    margin-top: 5px
}

.vid-item:hover {
    background: #eee;
    cursor: pointer
}

.arrow-left,
.arrow-right {
    color: #777;
    position: absolute;
    padding: 15px;
    top: -170px;
    cursor: pointer
}

.arrow-left {
    left: -30px;
    z-index: 99
}

.arrow-right {
    right: -95px;
    z-index: 100
}
.destacados a {
	text-decoration: none;
}
.destacados .informes:hover {
    background-color: white;
    opacity: 0.6;
}
#mc-embedded-subscribe:hover{
    background-color: white;
    opacity: 0.6;
	cursor: pointer;
}