@charset "UTF-8";

/*Tipografias*/
@import url(http://fonts.googleapis.com/css?family=Lato:400, 700, 900);

/* CSS Document */
html {
  background-color: #ededed;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li,
ol {
  margin: 0px;
  padding: 0px;
}
body {
  text-align: center;
  margin: 0px;
  color: #063b65;
  font: 1em Verdana, Arial;
  -webkit-font-smoothing: antialiased;
}
body.small {
  font-size: 0.813em;
}
body.medium {
  font-size: 1em;
}
body.large {
  font-size: 1.25em;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 2px;
}
ul,
li {
  list-style-image: none;
  list-style-type: none;
}
a img {
  border: none 0px;
}

/*------- CLEAR -------*/
/* IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}
/* IE7 */
* + html .clearfix {
  min-height: 1%;
}
/* Los otros */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.clear {
  clear: both;
}
blockquote.g {
  margin: 0;
}

/*Clases Útiles*/
.ultimo {
  margin-right: 0px !important;
  padding-right: 0px !important;
  border: none !important;
}
.primero {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

#direccion {
  background-color: #00a4da;
  line-height: 31px;
  height: 31px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
#direccion .cyber {
  position: absolute;
  top: 0px;
  right: 15px;
  text-transform: uppercase;
}
#direccion .cyber a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#direccion .cyber a:hover {
  color: #063b65;
  text-decoration: none;
}
#todo {
  width: 931px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  text-align: left;
  background: #fff;
}
#header {
  height: 180px;
  position: relative;
  z-index: 99999;
  border-top: 5px solid #00a4da;
}
#header h1 {
  position: absolute;
  left: 18px;
  top: 30px;
}
#header h1 a {
  display: block;
  height: 88px;
  width: 234px;
  background: url(../images/portada/logo_dpp.gif) no-repeat;
}
#header #buscador {
  position: absolute;
  top: 17px;
  right: 10px;
  z-index: 9999;
}
#header #buscador form {
  z-index: 9999;
}
#header #buscador form input[type="text"] {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #597891;
  background: #e0e6eb;
  border: none;
  height: 31px;
  width: 120px;
  margin: 0px;
  line-height: 21px;
  padding: 0px 3px 0px 4px;
  position: absolute;
  top: 10px;
  right: 517px;
  font-size: 12px;
}

#header #buscador form select {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #597891;
  background: #e0e6eb;
  border: none;
  height: 31px;
  width: 100px;
  margin: 0px;
  line-height: 21px;
  padding: 0px 3px 0px 4px;
  position: absolute;
  top: 10px;
  right: 417px;
  font-size: 12px;
}

#header #buscador form input[type="submit"] {
  background-image: url(/resources/images/general/bot_buscar.gif);
  background-position: top center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  height: 31px;
  width: 31px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 10px;
  right: 386px;
}
#header #nav {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 65px;
  right: 0px;
  width: 654px;
  z-index: 99999; /*z-index: 99999;*/
}
#header #nav ul {
  width: 654px;
  clear: both;
  display: block;
}
#header #nav ul li {
  float: left;
  font-size: 13px;
  position: relative;
}
#header #nav li a {
  display: block;
  text-decoration: none;
  line-height: 31px;
  height: 31px;
}
#header #nav #menu_princ {
  background-color: #00a4da;
  position: relative;
  z-index: 99999;
}
#header #nav #menu_princ,
#header #nav #menu_sec {
  height: 31px;
}
#header #nav #menu_princ li a {
  color: #fff;
  padding: 0 0.75em;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
}
#header #nav #menu_princ li a:hover {
}

#header #nav #menu_princ li.selec a {
}

/* MENU DESPLEGABLE */
#header #nav #menu_princ li .sub,
#header #nav #menu_sec li .sub {
  display: none;
  position: absolute; /*--Important--*/
  top: 31px;
  left: 0px;
  z-index: 9999 !important;
  background: #00a4da; /*--Background gradient--*/
  float: left;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  box-shadow: 1px 1px 3px #666;
}
#header #nav #menu_princ li#princOficinas .sub {
  right: 0px;
  left: auto;
}
#header #nav #menu_sec li .sub {
  background: #fff;
}
#header #nav #menu_princ li .sub ul,
#header #nav #menu_sec li .sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px; /*float: left;*/
}
#header #nav #menu_princ .sub ul li,
#header #nav #menu_sec .sub ul li {
  width: 100%; /*--Override parent list item--*/
  color: #fff;
  text-transform: none;
  line-height: 20px;
  margin-left: 0px;
}
#header #nav #menu_princ .sub ul li a,
#header #nav #menu_sec .sub ul li a {
  font-weight: 700 !important;
  float: none;
  text-indent: 0; /*--Override text-indent from parent list item--*/
  height: auto; /*--Override height from parent list item--*/
  padding: 7px 5px;
  display: block;
  text-decoration: none;
  color: #fff;
  background-image: none;
  line-height: 13px;
  border-bottom: 1px dotted #5297cd;
}
#header #nav #menu_sec .sub ul li a {
  color: #063b65;
  background: #fff;
  border-bottom: 1px dotted #ccc;
}
#header #nav #menu_princ .sub ul li a:hover {
  color: #fff;
  background: #1ab2e4;
}
#header #nav #menu_sec .sub ul li a:hover {
  color: #0c4f83;
  background: #e6e6e6;
}
/* FIN MENU DESPLEGABLE */
#header #nav #menu_sec {
  position: relative;
  z-index: 9997;
}
#header #nav #menu_sec li {
  margin-left: 12px;
  margin-right: 15px;
}
#header #nav #menu_sec li a {
  color: #2e2e2e;
  text-decoration: none;
  /*padding-right: 1em;*/
  text-transform: uppercase;
  font-size: 11px;
}
#header #nav #menu_sec li a:hover {
  color: #025ea3;
}
#header #nav #menu_sec li.selec a {
  color: #2e2e2e;
}
#footer {
  background: #efefef;
  height: 160px;
  position: relative;
}
#footer ul {
  margin: 25px;
  float: left;
  font-size: 11px;
}
#footer ul li {
  background: url(/resources/images/general/bullet_footer.gif) no-repeat 0px 5px;
  padding-left: 10px;
  padding-bottom: 15px;
}
#footer ul li a {
  font-family: "Lato", sans-serif;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}
#footer ul li a:hover {
  color: #000;
}
#footer #valida {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#footer #valida a img {
  margin-left: 10px;
}
.clear {
  clear: both;
}
.error {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1em !important;
  font-style: italic;
  text-align: center;
}
.boton {
  background: #ebebeb;
  padding: 3px 6px;
  border: 0px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -ms-border-radius: 4px;
  font: normal 9px Verdana, Arial;
  color: #597891 !important;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
  margin: 0px;
}
.boton:hover {
  background: #d4d4d4;
  color: #6e92af !important;
  text-decoration: none !important;
}
.boton .mas {
  background: url(/resources/images/general/bot_mas.gif) no-repeat right;
  padding-right: 17px;
}
.boton2 {
  background: #b0c3d5;
  padding: 3px 6px;
  border: 0px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -ms-border-radius: 4px;
  font: normal 9px Verdana, Arial;
  color: #284f71 !important;
  text-decoration: none !important;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
}
.boton2:hover {
  background: #6e97be;
  color: #fff !important;
  text-decoration: none !important;
}
.nuevo {
  background: #da223e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  padding-bottom: 2px;
  padding-right: 3px;
  padding-left: 3px;
  margin-left: 5px;
}

.air {
  padding-top: 30px;
  padding-bottom: 30px;
}

.air + .air {
  padding-top: 0;
}

.air-top {
  padding-top: 30px;
}

.air-bottom {
  padding-bottom: 30px;
}
#contenido .etapa.hidden {
  display: none !important;
}
#contenido .etapa.hidden:last-child {
  display: block !important;
}
.laTabla tr td span span {
  display: block !important;
  position: relative !important;
  margin: 20px !important;
}
#contenido .sourtainer p {
  font-size: 13px !important;
}
#contenido .sourtainer ul li p {
  margin-bottom: 0;
}

#contenido table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#contenido table > thead > tr > th,
#contenido table > tbody > tr > th,
#contenido table > tfoot > tr > th,
#contenido table > thead > tr > td,
#contenido table > tbody > tr > td,
#contenido table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#contenido table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#contenido table > caption + thead > tr:first-child > th,
#contenido table > colgroup + thead > tr:first-child > th,
#contenido table > thead:first-child > tr:first-child > th,
#contenido table > caption + thead > tr:first-child > td,
#contenido table > colgroup + thead > tr:first-child > td,
#contenido table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#contenido table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#contenido table #contenido table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
#contenido table > thead > tr > td.active,
#contenido table > tbody > tr > td.active,
#contenido table > tfoot > tr > td.active,
#contenido table > thead > tr > th.active,
#contenido table > tbody > tr > th.active,
#contenido table > tfoot > tr > th.active,
#contenido table > thead > tr.active > td,
#contenido table > tbody > tr.active > td,
#contenido table > tfoot > tr.active > td,
#contenido table > thead > tr.active > th,
#contenido table > tbody > tr.active > th,
#contenido table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
#contenido table > thead > tr > td.success,
#contenido table > tbody > tr > td.success,
#contenido table > tfoot > tr > td.success,
#contenido table > thead > tr > th.success,
#contenido table > tbody > tr > th.success,
#contenido table > tfoot > tr > th.success,
#contenido table > thead > tr.success > td,
#contenido table > tbody > tr.success > td,
#contenido table > tfoot > tr.success > td,
#contenido table > thead > tr.success > th,
#contenido table > tbody > tr.success > th,
#contenido table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

#contenido table > thead > tr > td.info,
#contenido table > tbody > tr > td.info,
#contenido table > tfoot > tr > td.info,
#contenido table > thead > tr > th.info,
#contenido table > tbody > tr > th.info,
#contenido table > tfoot > tr > th.info,
#contenido table > thead > tr.info > td,
#contenido table > tbody > tr.info > td,
#contenido table > tfoot > tr.info > td,
#contenido table > thead > tr.info > th,
#contenido table > tbody > tr.info > th,
#contenido table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

#contenido table > thead > tr > td.warning,
#contenido table > tbody > tr > td.warning,
#contenido table > tfoot > tr > td.warning,
#contenido table > thead > tr > th.warning,
#contenido table > tbody > tr > th.warning,
#contenido table > tfoot > tr > th.warning,
#contenido table > thead > tr.warning > td,
#contenido table > tbody > tr.warning > td,
#contenido table > tfoot > tr.warning > td,
#contenido table > thead > tr.warning > th,
#contenido table > tbody > tr.warning > th,
#contenido table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

#contenido table > thead > tr > td.danger,
#contenido table > tbody > tr > td.danger,
#contenido table > tfoot > tr > td.danger,
#contenido table > thead > tr > th.danger,
#contenido table > tbody > tr > th.danger,
#contenido table > tfoot > tr > th.danger,
#contenido table > thead > tr.danger > td,
#contenido table > tbody > tr.danger > td,
#contenido table > tfoot > tr.danger > td,
#contenido table > thead > tr.danger > th,
#contenido table > tbody > tr.danger > th,
#contenido table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > #contenido table {
    margin-bottom: 0;
  }
  .table-responsive > #contenido table > thead > tr > th,
  .table-responsive > #contenido table > tbody > tr > th,
  .table-responsive > #contenido table > tfoot > tr > th,
  .table-responsive > #contenido table > thead > tr > td,
  .table-responsive > #contenido table > tbody > tr > td,
  .table-responsive > #contenido table > tfoot > tr > td {
    white-space: nowrap;
  }
}

/*DIV ENCUESTAS HOME */

.streaming {
  position: relative;
  width: 600px;
  height: 338px;
  background-color: #00a4da;
  background-image: url(../images/portada/streaming.jpg);
  margin-bottom: 30px;
}

.encuestas {
  width: 600px;
  background-color: #e3f0fa;
  background-image: url(../images/portada/encuestas-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: -20px;
  padding-bottom: 15px;
}

.encuestas-content {
  padding: 5px;
}

.encuestas h2 {
  font-size: 15px !important;
  text-transform: uppercase;
}

.encuestas h3 {
  font-family: "lato", sans-serif;
  color: #00a4da;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.encuestas h5 {
  padding-left: 20px;
  margin-top: -10px;
}

.encuestas h1 {
  font-size: 28px;
  color: #00a6df;
  letter-spacing: 0px;
  padding-left: 20px;
  padding-top: 20px;
}

.encuestas span {
  color: #0062ad;
}

.columna {
  float: left;
  width: 43%;
  padding: 0px 15px;
  margin-top: 20px;
}

.encuestas input[type="radio"] {
  margin-top: 7px;
}

.encuestas span label {
  display: inline;
  font-size: 11px;
}

.encuestas textarea {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 150%;
  padding: 10px;
  font-family: "lato", sans-serif;
  color: #063b65;
  background: transparent;
  border: 1px solid #00a4da;
}

.btn-celeste {
  background-color: #00a4da;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  margin: 20px -20px 0px;
  border: none;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.border-left {
  border-left: 1px solid #fff;
}

/* encuestas interior */

.encuestas-int {
  width: 905px;
  background-color: #e3f0fa;
  background-image: url(../images/portada/encuestas-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: -20px;
  padding-bottom: 15px;
}

.encuestas-content {
  padding: 5px;
}

.encuestas-int h2 {
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 10px 0px 5px 20px;
}

.encuestas-int h3 {
  font-family: "lato", sans-serif;
  color: #00a4da;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.encuestas-int h5 {
  padding-left: 20px;
}

.encuestas-int h1 {
  font-size: 28px;
  color: #00a6df;
  letter-spacing: 0px;
  padding-left: 20px;
  padding-top: 20px;
}

.encuestas-int span {
  color: #0062ad;
}

.encuestas-int input[type="radio"] {
  margin-top: 7px;
}

.encuestas-int span label {
  display: inline;
  font-size: 12px;
  color: #0062ad;
}

.encuestas-int textarea {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 150%;
  padding: 10px;
  font-family: "lato", sans-serif;
  color: #00a6df;
  background: transparent;
  border: 1px solid #00a4da;
}

.img-responsive {
	max-width: 100%;
	display: block;
	height: auto;
}

/*UTILITIES*/
.mt-20	{
	margin-top: 20px ;
}
.mt-25	{
	margin-top: 25px ;
}
.mt-30	{
	margin-top: 3px ;
}
.mt-40	{
	margin-top: 40px ;
}
.mb-25 {
	margin-bottom: 25px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}