/***********/
/*  Fonts  */
/***********/
@font-face {
  font-family: 'proxima_novasemibold';
  src: url('../fonts/proxima-nova/proximanova-semibold-webfont.eot');
  src: url('../fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proxima-nova/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novalight';
  src: url('../fonts/proxima-nova/proximanova-light-webfont.eot');
  src: url('../fonts/proxima-nova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/proximanova-light-webfont.woff') format('woff'), url('../fonts/proxima-nova/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proxima-nova/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('../fonts/proxima-nova/proximanova-bold-webfont.eot');
  src: url('../fonts/proxima-nova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proxima-nova/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proxima-nova/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novathin';
  src: url('../fonts/proxima-nova/proximanova-thin-webfont.eot');
  src: url('../fonts/proxima-nova/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova/proximanova-thin-webfont.woff') format('woff'), url('../fonts/proxima-nova/proximanova-thin-webfont.ttf') format('truetype'), url('../fonts/proxima-nova/proximanova-thin-webfont.svg#proxima_novathin') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*************/
/*  General  */
/*************/
* {
  margin: 0;
  padding: 0;
  border: 0 none;
}
body {
  font-family: 'Roboto', Verdana, Arial, sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
address {
  font-style: normal;
}
textarea,
input[type="text"] {
  -webkit-appearance: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
textarea {
  resize: vertical;
}
/**********************/
/*  Sections' colors  */
/**********************/
body.introduccion {
  color: #67c5ff;
}
body.introduccion h2 {
  color: #67c5ff;
}
body.introduccion table td {
  border-color: #a8e4ff;
}
body.introduccion table .title-row {
  background-color: #67c5ff;
}
body.introduccion table .subtitle-row {
  background-color: #4dbbff;
}
body.introduccion table .total-row,
body.introduccion table .total-col {
  background-color: #1aa8ff;
}
body.introduccion #sidebar-menu > ul li a.active,
body.introduccion #sidebar-menu > ul li a:hover {
  color: #67c5ff;
  border-color: #67c5ff;
}
body.introduccion .definition-list-publication {
  border-color: #1aa8ff;
}
body.introduccion #main-title {
  background: url('../img/introduccion-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/introduccion-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/introduccion-bg.jpg',sizingMethod='scale')";
}
body.organigrama {
  color: #0089d8;
}
body.organigrama h2 {
  color: #0089d8;
}
body.organigrama table td {
  border-color: #d5eeff;
}
body.organigrama table .title-row {
  background-color: #0089d8;
}
body.organigrama table .subtitle-row {
  background-color: #0079bf;
}
body.organigrama table .total-row,
body.organigrama table .total-col {
  background-color: #00588c;
}
body.organigrama #sidebar-menu > ul li a.active,
body.organigrama #sidebar-menu > ul li a:hover {
  color: #0089d8;
  border-color: #0089d8;
}
body.organigrama .definition-list-publication {
  border-color: #00588c;
}
body.organigrama #main-title {
  background: url('../img/organigrama-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/organigrama-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/organigrama-bg.jpg',sizingMethod='scale')";
}
body.actividad-asistencial {
  color: #11c6b3;
}
body.actividad-asistencial h2 {
  color: #11c6b3;
}
body.actividad-asistencial table td {
  border-color: #a0f2e8;
}
body.actividad-asistencial table .title-row {
  background-color: #11c6b3;
}
body.actividad-asistencial table .subtitle-row {
  background-color: #0faf9e;
}
body.actividad-asistencial table .total-row,
body.actividad-asistencial table .total-col {
  background-color: #0b8073;
}
body.actividad-asistencial #sidebar-menu > ul li a.active,
body.actividad-asistencial #sidebar-menu > ul li a:hover {
  color: #11c6b3;
  border-color: #11c6b3;
}
body.actividad-asistencial .definition-list-publication {
  border-color: #0b8073;
}
body.actividad-asistencial #main-title {
  background: url('../img/asistencial-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/asistencial-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/asistencial-bg.jpg',sizingMethod='scale')";
}
body.gestion-economica {
  color: #9a6ab8;
}
body.gestion-economica h2 {
  color: #9a6ab8;
}
body.gestion-economica table td {
  border-color: #edcaff;
}
body.gestion-economica table .title-row {
  background-color: #9a6ab8;
}
body.gestion-economica table .subtitle-row {
  background-color: #8e59b0;
}
body.gestion-economica table .total-row,
body.gestion-economica table .total-col {
  background-color: #734591;
}
body.gestion-economica #sidebar-menu > ul li a.active,
body.gestion-economica #sidebar-menu > ul li a:hover {
  color: #9a6ab8;
  border-color: #9a6ab8;
}
body.gestion-economica .definition-list-publication {
  border-color: #734591;
}
body.gestion-economica #main-title {
  background: url('../img/gestion-economica-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/gestion-economica-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/gestion-economica-bg.jpg',sizingMethod='scale')";
}
body.rrhh {
  color: #ed542f;
}
body.rrhh h2 {
  color: #ed542f;
}
body.rrhh table td {
  border-color: #ebc4b8;
}
body.rrhh table .title-row {
  background-color: #ed542f;
}
body.rrhh table .subtitle-row {
  background-color: #eb4118;
}
body.rrhh table .total-row,
body.rrhh table .total-col {
  background-color: #bf3211;
}
body.rrhh #sidebar-menu > ul li a.active,
body.rrhh #sidebar-menu > ul li a:hover {
  color: #ed542f;
  border-color: #ed542f;
}
body.rrhh .definition-list-publication {
  border-color: #bf3211;
}
body.rrhh #main-title {
  background: url('../img/rrhh-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/rrhh-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/rrhh-bg.jpg',sizingMethod='scale')";
}
body.docencia {
  color: #e0bca0;
}
body.docencia h2 {
  color: #e0bca0;
}
body.docencia table td {
  border-color: #dacfc5;
}
body.docencia table .title-row {
  background-color: #e0bca0;
}
body.docencia table .subtitle-row {
  background-color: #daae8d;
}
body.docencia table .total-row,
body.docencia table .total-col {
  background-color: #cd9366;
}
body.docencia #sidebar-menu > ul li a.active,
body.docencia #sidebar-menu > ul li a:hover {
  color: #e0bca0;
  border-color: #e0bca0;
}
body.docencia .definition-list-publication {
  border-color: #cd9366;
}
body.docencia #main-title {
  background: url('../img/docencia-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/docencia-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/docencia-bg.jpg',sizingMethod='scale')";
}
body.investigacion {
  color: #ca814e;
}
body.investigacion h2 {
  color: #ca814e;
}
body.investigacion table td {
  border-color: #e6d2cc;
}
body.investigacion table .title-row {
  background-color: #ca814e;
}
body.investigacion table .subtitle-row {
  background-color: #c4733b;
}
body.investigacion table .total-row,
body.investigacion table .total-col {
  background-color: #9d5c2f;
}
body.investigacion #sidebar-menu > ul li a.active,
body.investigacion #sidebar-menu > ul li a:hover {
  color: #ca814e;
  border-color: #ca814e;
}
body.investigacion .definition-list-publication {
  border-color: #9d5c2f;
}
body.investigacion #main-title {
  background: url('../img/investigacion-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/investigacion-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/investigacion-bg.jpg',sizingMethod='scale')";
}
body.memoria-cientifica {
  color: #d1d28e;
}
body.memoria-cientifica h2 {
  color: #d1d28e;
}
body.memoria-cientifica table td {
  border-color: #dadd9f;
}
body.memoria-cientifica table .title-row {
  background-color: #d1d28e;
}
body.memoria-cientifica table .subtitle-row {
  background-color: #cacb7c;
}
body.memoria-cientifica table .total-row,
body.memoria-cientifica table .total-col {
  background-color: #bbbc57;
}
body.memoria-cientifica #sidebar-menu > ul li a.active,
body.memoria-cientifica #sidebar-menu > ul li a:hover {
  color: #d1d28e;
  border-color: #d1d28e;
}
body.memoria-cientifica .definition-list-publication {
  border-color: #bbbc57;
}
body.memoria-cientifica #main-title {
  background: url('../img/memoria-cientifica-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/memoria-cientifica-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/memoria-cientifica-bg.jpg',sizingMethod='scale')";
}
body.cartera {
  color: #84d5be;
}
body.cartera h2 {
  color: #84d5be;
}
body.cartera table td {
  border-color: #b4e6d6;
}
body.cartera table .title-row {
  background-color: #84d5be;
}
body.cartera table .subtitle-row {
  background-color: #71cfb4;
}
body.cartera table .total-row,
body.cartera table .total-col {
  background-color: #4bc2a0;
}
body.cartera #sidebar-menu > ul li a.active,
body.cartera #sidebar-menu > ul li a:hover {
  color: #84d5be;
  border-color: #84d5be;
}
body.cartera .definition-list-publication {
  border-color: #4bc2a0;
}
body.cartera #main-title {
  background: url('../img/cartera-servicios-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/cartera-servicios-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/cartera-servicios-bg.jpg',sizingMethod='scale')";
}
body.equipamiento {
  color: #797969;
}
body.equipamiento h2 {
  color: #797969;
}
body.equipamiento table td {
  border-color: #cacabe;
}
body.equipamiento table .title-row {
  background-color: #797969;
}
body.equipamiento table .subtitle-row {
  background-color: #6b6b5d;
}
body.equipamiento table .total-row,
body.equipamiento table .total-col {
  background-color: #505045;
}
body.equipamiento #sidebar-menu > ul li a.active,
body.equipamiento #sidebar-menu > ul li a:hover {
  color: #797969;
  border-color: #797969;
}
body.equipamiento .definition-list-publication {
  border-color: #505045;
}
body.equipamiento #main-title {
  background: url('../img/equipamientos-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/equipamientos-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/equipamientos-bg.jpg',sizingMethod='scale')";
}


body.iniciativas {
  color: #ffc107;
}
body.iniciativas h2 {
  color: #ffc107;
}
body.iniciativas table td {
  border-color: #FFCC22;
}
body.iniciativas table .title-row {
  background-color: #ffc107;
}
body.iniciativas table .subtitle-row {
  background-color: #FFCC22;
}
body.iniciativas table .total-row,
body.iniciativas table .total-col {
  background-color: #FFCC22;
}
body.iniciativas #sidebar-menu > ul li a.active,
body.iniciativas #sidebar-menu > ul li a:hover {
  color: #ffc107;
  border-color: #ffc107;
}
body.iniciativas .definition-list-publication {
  border-color: #FFCC22;
}
body.iniciativas #main-title {
  background: url('../img/iniciativas-bg.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/iniciativas-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/iniciativas-bg.jpg',sizingMethod='scale')";
}


/*********************/
/*  General Classes  */
/*********************/
.center-text {
  text-align: center;
}
.no-border {
  border: 0 none !important;
}
.container {
  width: 990px !important;
}
.container figure {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.container figure img {
  max-width: 100%;
  margin: 15px 0;
}
.container figure.color-padding {
  margin: 15px 0;
  padding: 15px;
  background-color: #D9D9D9;
}
.container figure.image-padding {
  margin: 15px 0;
  padding: 15px;
}
.container .border-image {
  border: 1px solid #000;
}
.definition-list {
  margin-bottom: 30px;
}
.definition-list dt {
  float: left;
  width: 40%;
  padding-right: 30px;
  margin: 5px 0;
}
.definition-list dd {
  float: left;
  width: 60%;
  margin: 5px 0;
}
.especial-df-list dt {
  margin: 10px 0;
}
.especial-df-list dd {
  margin: 10px 0;
}
.definition-list-publication {
  padding: 25px 30px;
  border-left: 3px solid;
  margin-bottom: 30px;
  background-color: #FAFAF6;
}
.definition-list-publication dt {
  float: left;
  width: 30%;
  padding-right: 15px;
  margin: 5px 0;
}
.definition-list-publication dd {
  float: left;
  width: 70%;
  margin: 5px 0;
}
.definition-list-publication dd.publication-title {
  color: #333;
  font-weight: 700;
  font-style: italic;
}
.data-table {
  width: 100%;
  margin: 30px 0;
}
.data-table td {
  padding: 9px 3px;
  border-bottom: 1px solid;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  line-height: 13px;
  line-height: 1.3rem;
  font-weight: 400;
  color: #333;
}
.data-table td.total-col {
  border: 0 none;
  padding: 16px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.data-table td:first-child {
  padding-left: 10px;
  text-align: left;
}
.data-table td.left-align {
  text-align: left;
}
.data-table td.center-align {
  text-align: center !important;
}
.data-table strong {
  text-transform: uppercase;
  color: #fff;
}
.data-table .title-row td,
.data-table .subtitle-row td,
.data-table .total-row td {
  padding: 16px 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.data-table .title-row td:first-child,
.data-table .subtitle-row td:first-child,
.data-table .total-row td:first-child {
  padding-left: 10px;
}
.data-table.variation-table td:first-child {
  width: 70%;
}
.data-table.staff-table td:first-child {
  width: 30%;
}
.data-table.staff-table td:nth-child(2) {
  width: 35%;
  text-align: left;
}
.data-table.finance-table td:first-child {
  width: 25%;
}
.data-table.concerted-activity td:nth-child(2) {
  text-align: left;
}
.data-table.grds-table td:first-child {
  width: 14%;
}
.data-table.grds-table td:nth-child(2) {
  width: 55%;
  text-align: left;
}
.data-table.basic-services td:first-child {
  width: 70%;
}
.data-table + .data-table {
  margin-top: 60px;
}
.list {
  padding-left: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
  list-style-type: disc;
}
.list li {
  margin-bottom: 25px;
  padding-left: 5px;
}
.bottom-margin-sm {
  margin-bottom: 20px !important;
}
/***********************/
/*  Headings and text  */
/***********************/
h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  line-height: 38px;
  line-height: 3.8rem;
  font-weight: 300;
}
h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 300;
}
h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 500;
}
div,
li,
p,
dt,
dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  color: #666;
}
strong {
  color: #333;
  font-weight: 700;
}
.footnote {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: center !important;
}
.footnote i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: top;
  background: url('../img/bg_footnote.png') center center no-repeat;
}
/************/
/*  Header  */
/************/
#header #main-title {
  height: 208px;
}
#header #main-title h1 {
  margin-top: 65px;
  font-size: 60px;
  font-size: 6rem;
  font-family: 'proxima_novalight', Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
}
#menu {
  background-color: #2B53A0;
}
#menu nav > ul {
  margin: 0;
}
#menu nav > ul li {
  float: left;
  height: 60px;
}
#menu nav > ul li a {
  display: inline-block;
  padding-top: 22px;
  border-bottom: 7px solid #2B53A0;
  width: 98px;
  height: 100%;
  vertical-align: middle;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'proxima_novasemibold', Verdana, Arial, sans-serif;
  line-height: 14px;
  line-height: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  color: #B9CADC;
}
#menu nav > ul li a.selected-item,
#menu nav > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
#menu nav > ul li a.twolines-item {
  padding: 15px 0 0 20px;
  text-align: left;
}
#menu #introduccion-item.selected-item,
#menu #introduccion-item:hover {
  border-color: #67C5FF;
}
#menu #organigrama-item.selected-item,
#menu #organigrama-item:hover {
  border-color: #0089D8;
}
#menu #actividad-asistencial-item.selected-item,
#menu #actividad-asistencial-item:hover {
  border-color: #11C6B3;
}
#menu #gestion-economica-item.selected-item,
#menu #gestion-economica-item:hover {
  border-color: #9A6AB8;
}
#menu #rrhh-item {
  width: 75px;
}
#menu #rrhh-item.selected-item,
#menu #rrhh-item:hover {
  border-color: #ED542F;
}
#menu #docencia-item.selected-item,
#menu #docencia-item:hover {
  border-color: #E0BCA0;
}
#menu #investigacion-item.selected-item,
#menu #investigacion-item:hover {
  border-color: #CA814E;
}
#menu #memoria-cientifica-item.selected-item,
#menu #memoria-cientifica-item:hover {
  border-color: #D1D28E;
}
#menu #cartera-item.selected-item,
#menu #cartera-item:hover {
  border-color: #84D5BE;
}
#menu #equipamiento-item.selected-item,
#menu #equipamiento-item:hover {
  border-color: #797969;
}
#menu #iniciativas-item.selected-item,
#menu #iniciativas-item:hover {
  border-color: #ffc107;
}
/******************/
/*  Sidebar Menu  */
/******************/
#sidebar-menu {
  padding: 26px 0;
  margin-top: -10px;
  background-color: #fff;
}
#sidebar-menu > ul li a {
  display: block;
  padding: 7px  0 7px 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-weight: 500;
  color: #535353;
}
#sidebar-menu > ul li a.active,
#sidebar-menu > ul li a:hover {
  padding-left: 17px;
  border-left: 3px solid #0089D8;
  text-decoration: none;
  color: #0089D8;
  background-color: transparent;
}
#sidebar-menu > ul li > ul {
  padding-bottom: 10px;
}
#sidebar-menu > ul li > ul > li > a {
  padding: 4px 0 4px 30px;
  font-weight: 400;
}
#sidebar-menu > ul li > ul > li > a.active,
#sidebar-menu > ul li > ul > li > a:hover {
  padding-left: 27px;
  border-left: 3px solid #0089D8;
  color: #0089D8;
}
/*************/
/*  Content  */
/*************/
.content-wrapper {
  margin-top: 40px;
  padding-bottom: 60px;
}
/**********/
/*  Home  */
/**********/
#home-page {
  position: relative;
  width: 100%;
  height: 100%;
}
#home-page body {
  width: 100%;
  height: 100%;
  background: url('../img/home_background.jpg') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home_background.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home_background.jpg',sizingMethod='scale')";
}
#home-page #home-top {
  width: 100%;
  height: 30%;
}
#home-page #home-center {
  width: 100%;
  height: 20%;
}
#home-page #home-content {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  margin-top: -110px;
}
#home-page #home-content > div {
  height: 209px;
  background: url('../img/bg_home_title.png') center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_home_title.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg_home_title.png',sizingMethod='scale')";
}
#home-page #home-content h1 {
  margin: 35px 0 5px;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'proxima_novathin', Verdana, Arial, sans-serif;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
}
#home-page #home-content h1 > span {
  margin-left: 37px;
  font-weight: 900;
}
#home-page #home-content h2 {
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'proxima_nova_rgbold', Verdana, Arial, sans-serif;
  line-height: 25px;
  line-height: 2.5rem;
  color: #fff;
}
#home-page #home-content h3 {
  margin: 0;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'proxima_novasemibold', Verdana, Arial, sans-serif;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
}
#home-page #home-bottom {
  width: 100%;
  height: 50%;
}
#home-page .link-box {
  text-align: center;
}
#home-page .link-box > a {
  display: inline-block;
}
#home-page #salud-link {
  margin-top: 70px;
  width: 200px;
  height: 65px;
  background: url('../img/bg_salud.png') center center no-repeat;
}
#home-page #gobierno-link {
  margin-top: 60px;
  width: 150px;
  height: 86px;
  background: url('../img/bg_gobierno.png') center center no-repeat;
}
