body, html {
  margin: 0;
  padding: 0;
  font-family: 'arial';
  font-size: 14px;
}
.nodecoration a {
  text-decoration: none;
  color: #000;
}
#content p a {
  text-decoration: underline;
}
.alert {
  padding: 15px;
  background: #fcf8e3;
  margin: 10px;
}
.alert-success {
  background: #428bca;
}
.alert-info {
  background: #d9edf7;
}
.alert-error {
  background: #f2dede;
}
.clearfix {
  clear: both;
}
#container {
  background: #0f3175 url(../images/gradient.png) no-repeat top left;
  width: 900px;
  margin: 0 auto;
  padding: 4px 0px 19px;
}
.content {
  width: 877px;
  margin: 0 auto;
}
#header {
  width: 889px;
  height: 214px;
  margin: 0 auto;
  background: url(../images/headerbkg2.png);
  font-family: 'Ubuntu', sans-serif;
  position: relative;
}
.home #header, .login #header {
  background: url(../images/headerbkg.png);
}
#header .right {
  float: right;
}
#header .above_bar {
  width: 645px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
}
#header .menu-item {
  display: inline-block;
  position: relative;
}
#header .above_bar .menu-item {
  padding-bottom: 6px;
}
#header .above_bar .menu-item:hover,
#header .above_bar .menu-item.current {
  padding-bottom: 0px;
  border-bottom: 6px solid #f8ce6c;
}
#header .menu-item .popup {
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding-top: 5px;
}
#header .below_bar .menu-item .popup {
  top: 100%;
  left: 10px;
}
#header .menu-item:hover .popup,
#header .menu-item.current .popup {
  display: block;
}
#header .above_bar a {
  color: #000;
  display: inline-block;
  margin-right: 4px;
}
#header .above_bar a::first-letter {
  font-size: 18px;
}
#header .popup a {
  border: 2px solid #f8ce6c;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
#header .popup a.current,
#header .popup a:hover {
  background: #f8ce6c;
}
#header .below_bar {
  width: 400px;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
}
#header .below_bar a {
  display: inline-block;
  font-size: 11px;
  color: #52658c;
  vertical-align: top;
  text-align: left;
  margin-left: 10px;
}
#header .below_bar .popup a {
  margin-left: 2px;
}
#header .left {
  float: left;
}
#header .top {
  padding: 23px 0px 15px 28px;
}
#header .subtitle {
  width: 175px;
  border-left: 15px solid #f8ce6c;
  padding: 0px 25px 0px 15px;
  margin-left: 25px;
  background: url(../images/flecha.png) no-repeat 100% 50%;
  font-size: 14px;
  margin-bottom: 20px;
  float: left;
}
#header .bottom .left {
  display: none;
}
.home #header .bottom .left {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-left: 10px;
  margin-top: 6px;
  display: block;
}
#header .bottom .left .dotted {
  border-top: 2px dotted #52658c;
  width: 328px
}
#header .middle .page_title {
  background: url(../images/title_underline.png) no-repeat 0% 100%;
  margin-left: 32px;
  padding: 0px 15px 8px 40px;
  float: left;
  text-align: right;
  min-width: 170px;
}
.home #header .middle .page_title {
  display: none;
}
#header .bottom .links {
  text-align: right;
  display: block;
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 500px;
}
#header .bottom .links a {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-family: 14px;
  color: #000;
  display: inline-block;
  background: url(../images/triangulo.png) no-repeat 0px 0px;
  padding-left: 15px;
  vertical-align: top;
  text-align: left;
  margin-right: 5px;
  margin-top: 4px;
  line-height: 14px;
  height: 2em;
}
.login #header .bottom .links a.login_link {
  border-bottom: 3px solid #50668d;
}
.redes {
  color: #55709f;
}
#header .bottom .links a .small {
  font-size: 12px;
}
#login_form_popup {
  position: absolute;
  top: 100%;
  left: 40px;
  display: none;
  background: #fff;
  padding: 5px;
  z-index: 1000;
}
#content {
  background: #fff;
  padding-top: 15px;
}
#footer .herramientas {
  text-align: center;
  padding: 5px;
}
#footer .herramientas a {
  font-size: 10px;
  color: #000;
  font-weight: bold;
  text-align: left;
}
#footer .herramientas a, #footer .herramientas a img,
#footer .herramientas a span {
  display: inline-block;
  vertical-align: middle;
}
#footer .herramientas a span {
  width: 95px;
}
#footer .copyright {
  background: url(../images/footer/footerbkg.png) no-repeat;
  height: 33px;
  margin-top: 8px;
  font-size: 10px;
  font-family: Ubuntu Condensed;
  padding-left: 25px;
  line-height: 10px;
  padding-top: 3px;
  color: #555;
  position: relative;
}
#footer .auspiciantes {
  background: #fff;
  margin-top: 11px;
  padding: 3px;
  text-align: center;
  word-spacing: 10px;
}
#footer .herramientas {
  background: #fff;
  padding: 3px;
  margin-top: 18px;
}
#qr_code {
  display: none;
}
body.home #qr_code {
  position: absolute;
  right: 4px;
  top: -12px;
  width: 43px;
  height: 56px;
  display: block;
}
#qr_code img {
  width: 43px;
  height: 56px;
}
#sidebar {
  float: left;
  width: 285px;
}
#normativas_acc {
  margin: 0px 38px;
  border-top: 14px solid #96d7e3;
  padding-top: 10px;
}
#normativas_acc .title {
  font-size: 14px;
  color: #55709f;
  font-weight: bold;
}
#normativas_acc .subtitle {
  text-align: right;
  float: right;
  font-style: italic;
  color: #52658c;
  font-size: 12px;
  background: url(../images/triangulo_small.png) no-repeat 0px 50%;
  padding-left: 10px;
  line-height: 10px;
}
#normativas_acc h4 {
  margin: 0px;
  padding: 6px 0px 8px;
  cursor: pointer;
}
#normativas_nacion h4 {
  border-top: 6px solid #e89418;
}
#normativas_pba h4 {
  border-top: 6px solid #0a217e;
}
#normativas_caba h4 {
  border-top: 6px solid #2e731a;
}
#normativas_acc ul {
  padding-left: 15px;
}
#normativas_acc li {
  margin-bottom: 3px;
}
.accordion-item {
  float: left;
  width: 215px;
  margin-right: 50px;
  margin-top: 20px;
}
.accordion-item-data {
  font-size: 13px;
  font-family: 'Ubuntu Condensed';
}
#encuestas {
  width: 200px;
  padding: 3px 26px 19px 21px;
  background: #e6e7e9;
  margin: 0px 18px 0px 0px;
  float: right;
}
#encuestas .title {
  padding-left: 10px;
  background: url(../images/triangulo_small.png) no-repeat 0px 0px;
  border-bottom: 2px dotted #55709f;
  font-size: 14px;
  display: block;
}
#ultimas_noticias {
  border-top: 14px solid #52658d;
  margin-right: 15px;
  padding-top: 10px;
  margin-right: 350px;
  margin-left: 25px;
}
#ultimas_noticias .title {
  font-size: 14px;
  color: #55709f;
  font-weight: bold;
}
#ultimas_noticias ul {
  padding-left: 10px;
}
#ultimas_noticias li {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
  list-style: disc inside url(../images/bullet.jpg);
}
#ultimas_noticias li a {
  color: #000;
}
#ultimas_noticias .all_news {
  text-align: right;
  float: right;
  font-style: italic;
  color: #52658c;
  font-size: 12px;
  background: url(../images/triangulo_small.png) no-repeat 0px 50%;
  padding-left: 10px;
  line-height: 10px;
}
#carrousel .viewport {
  background: #e6e7e8;
  font-family: 'Ubuntu';
}
#carrousel h3 {
  height: 23px;
  font-size: 14px;
  font-family: 'Arial';
  padding-left: 4px;
}
#carrousel h3.eventos {
  color: #996699;
  border-left: 8px solid #996699;
}
#carrousel h3.noticias {
  color: #669999;
  border-left: 8px solid #669999;
}
#carrousel h3.normativas {
  color: #ff6633;
  border-left: 8px solid #ff6633;
}
.viewport li ul {
  list-style: initial;
  padding: 15px;
}
.tinycarousel .overview li ul li {
  height: auto;
  margin: 0px 0px 3px 0px;
  padding: 0px !important;
}
#instructivos {
  margin-top: 18px;
  background: #e5e6e8;
  text-align: center;
  padding: 8px 40px 0px;
}
#instructivos a {
  background: url(../images/home-link/bkg.png) no-repeat;
  width: 120px;
  height: 125px;
  display: inline-block;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  vertical-align: top;
  text-align: center;
  padding: 0px 10px;
  word-spacing: 0.1em;
  margin-left: 15px;
  margin-bottom: 8px;
}
#instructivos a.first, #instructivos a.sixth {
  margin-left: 0px;
}
#instructivos a img {
  display: block;
  margin: 10px auto 0px;
}
#right_content {
  margin-left: 290px;
}
.line {
  width: 440px;
  margin: 0 auto;
  height: 2px;
  background: #1f9e46;
}
.normativas_month, .eventos_month {
  width: 90%;
  margin: 0 auto;
  border-spacing: 15px 10px;
}
.eventos_month {
  width: 90%;
  margin: 0 auto;
  border-spacing: 0px 10px;
}
.normativas_month th, .eventos_month th {
  background: #52658d;
  color: #fff;
  padding: 5px;
}
.normativas_month td, .eventos_month td {
  vertical-align: middle;
  background: #e9eaea;
}
.normativas_month .date, .eventos_month .date {
  width: 120px;
  text-align: center;
  line-height: 66px;
}
.normativas_month .description {
  padding: 10px 100px;
}
.eventos_month .description {
  padding: 10px 20px;
}
.eventos_month .expo {
  width: 180px;
}
.eventos_month .time {
  width: 120px;
}
.eventos_month .date {
  line-height: 1em;
  width: 155px;
}
.eventos_month .date div {
  margin-left: 10px;
  padding-left: 12px;
}
.eventos_month .date.enredes div {
  background: url(../images/evento_enredes.png) no-repeat 0% 50%;
}
.eventos_month .date.auditorio div {
  background: url(../images/evento_auditorio.png) no-repeat 0% 50%;
}
.eventos_month .date.online div {
  background: url(../images/evento_online.png) no-repeat 0% 50%;
}
.eventos_month .date div span.ubicacion {
  font-size: 12px;
  font-style: italic;
}
#buscador_link {
  margin-left: 120px;
  font-family: 'Ubuntu Condensed', sans-serif;
}
#buscador {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
#form_buscador {
  margin: 10px 40px;
}
#form_buscador label {
  display: block;
}
#form_buscador .field {
  width: 45%;
  float: left;
  margin: 0px 2.5% 10px;
  text-align: left;
}
#form_buscador input[type=text] {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;

  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;

  border-radius: 4px;

  background-clip: padding-box;

  -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
  width: 97%;
}
.pagination {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}
.pagination span, .pagination a {
  margin: 0px 3px;
}
.pagination span.current {
  font-weight: bold;
  font-size: 1.2em;
}
.pagination a.first, .pagination a.prev, .pagination a.next,
.pagination a.last {
  font-size: 1.3em;
}
.capacitaciones_title {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  margin-left: 10px;
  margin-top: 6px;
  display: block;
}
.capacitaciones_title .dotted {
  border-top: 2px dotted #52658c;
  height: 0px;
  width: 328px
}
.legends {
  float: right;
  width: 470px;
  padding-top: 10px;
}
.legends div {
  float: left;
}
.legends div img {
  float: left;
  margin-right: 3px;
}
.legends div.enredes {
  width: 140px;
}
.legends div.auditorio {
  width: 180px;
}
.legends div.online {
  width: 130px;
}
.expositor {
  padding: 19px 23px;
  width: 750px;
  margin: 0 auto 58px;
  background: #e5e6e8;
}
.expositor > img {
  float: left;
  margin-top: -22px;
  width: 144px;
}
.expositor h3 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: #52658d;
  padding: 3px 10px 3px;
  margin: 0px 0px 0px 150px;
  width: 320px;
  text-align: right;
}
.expositores {
  padding-bottom: 1px;
}
.expositor a img {
  display: none;
}
.expositor a[href='#redes'] {
  background: #52658d;
  display: block;
  margin: 0px 20px 0px 150px;
  height: 3px;
}
.expositor p {
  margin-right: 20px;
  margin-left: 160px;
  display: list-item;
  list-style: disc inside url(../images/bullet.jpg);
}
a.aranceles, a.como-llegar {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-family: 14px;
  color: #000;
  display: inline-block;
  background: url(../images/triangulo.png) no-repeat 0px 0px;
  padding-left: 15px;
  vertical-align: top;
  text-align: center;
  margin-right: 5px;
  margin-top: 15px;
  line-height: 14px;
  height: 2em;
}
a.aranceles {
  margin-left: 50px;
}
#evento {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 15px;
}
#evento label {
  display: block;
  margin: 10px 0px 2px 0px;
  font-weight: bold;
  color: #0a217e;
}
#evento .desc {
  padding-left: 10px;
}
#evento .temario {
  border: 1px solid #555;
  padding: 5px;
}
#evento .inscription_link {
  text-align: center;
}
#evento .inscription_link a {
  padding: 4px 10px;
  border: 1px solid #aaa;
  background: #0a217e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
#evento .inscription_link .full {
  color: red;
  font-weight: bold;
}

.evento-completo {
  color: red;
  font-weight: bold;
}

#normativa {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 15px;
}
#registration, #inscripcion {
  padding: 0px 10px 10px;
}
#registration .field, #inscripcion .field {
  margin-top: 3px;
}
#registration form, #inscripcion form {
  padding: 0px 100px;
}
#registration form label, #inscripcion form label {
  font-weight: bold;
  color: #0a217e;
  float: left;
  width: 120px;
}
#registration form input[type=text],
#registration form textarea,
#registration form #provincia,
#inscripcion form input[type=text],
#inscripcion form textarea,
#inscripcion form #provincia {
  padding: 2px 3px;
  width: 250px;
  border: 1px solid #aaa;
  margin-bottom: 3px;
}
#registration select, #inscripcion select {
  margin-bottom: 3px;
}
#registration form textarea, #inscripcion form textarea {
  height: 100px;
}
#registration form #provincia, #inscripcion form #provincia {
  width: 258px;
}
#registration form .captcha > div {
  padding-left: 120px;
}
#registration form .actions, #inscripcion form .actions {
  padding-left: 120px;
}
#registration form .actions input, #inscripcion form .actions input {
  padding: 4px 10px;
  border: 1px solid #aaa;
  background: #0a217e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
#inscripcion .extra_participant {
  margin-left: 20px;
}
#inscripcion .extra_participant label {
  width: 150px;
}
#inscripcion .extra_participant input[type=text] {
  width: 200px;
}
#inscripcion form#confirmar .actions {
  padding-left: 0px;
  text-align: center;
  margin: 15px;
}
#confirmar table {
  width: 70%;
  margin: -10px auto 10px;
}
#confirmar .forma_de_pago {
  text-align: center;
}
#confirmar tr:nth-child(odd) {
   background-color: #eee;
}
#confirmar tr:nth-child(even) {
   background-color: #55709F;
   color: #fff;
}
#confirmar td {
  padding: 3px 6px;
}
#confirmar td.right {
  text-align: right;
}
#wrapper_quienes_somos, #wrapper_servicios, #wrapper_sistemas, #wrapper_consultoria {
  min-height: 400px;
  margin-left: 30px;
  padding-bottom: 10px;
}
#wrapper_servicios, #wrapper_consultoria {
  background: url(../images/bkg_servicios.jpg) no-repeat 100% -100px #fff;
}
#wrapper_quienes_somos {
  background: url(../images/bkg_quienes_somos.jpg) no-repeat 100% -109px #fff;
}
#wrapper_sistemas p {
  padding-right: 10px;
}
.tab {
  display: none;
  font-family: 'Ubuntu';
  font-size: 12px;
  padding-right: 15px;
  position: relative;
}
#quienes_somos {
  display: block;
}
#tabs, #tabs2 {
  margin-top: -15px;
  background: #52658d;
  text-align: right;
  height: 18px;
  padding: 4px 4px 0px;
  position: relative;
  z-index: 2;
}
#tabs2 {
  margin-top: 10px;
  float: right;
}
#tabs a, #tabs2 a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin: 0px 30px;
}
#tabs a.current {
  display: none;
}
#wrapper_consultoria #tabs a {
  margin: 0px 7px;
}
.tab .topleft {
  padding-top: 60px;
  width: 400px;
  padding-left: 5px;
  padding-bottom: 20px;
  min-height: 230px;
}
#wrapper_servicios .tab .topleft {
  padding-top: 60px;
  width: 400px;
  padding-left: 5px;
  padding-bottom: 20px;
  min-height: 240px;
}
#quienes_somos .redes {
  font-size: 25px;
  font-weight: normal;
}
.tab .title, #registration .title {
  font-weight: bold;
  display: block;
  background: url(../images/bkg_title_quienes_somos.jpg) repeat-x bottom;
  padding-bottom: 8px;
  margin-bottom: 10px;
  max-width: 500px;
  font-size: 20px;
  font-family: 'Ubuntu';
}
#registration .title {
  max-width: 100%;
}
#quienes_somos a {
  text-decoration: underline;
}
#servicio {
  display: block;
}
#servicio li {
  list-style: disc outside url(../images/bullet.jpg);
  font-size: 16px;
  float: left;
  width: 30%;
  margin-bottom: 20px;
  padding-right: 10px;
}
#faqs {
  position: absolute;
  top: 5px;
  left: 50px;
}
#faqs img {
  vertical-align: bottom;
}
#consultoria {
  display: block;
  font-size: 16px;
}
#consultoria li {
  list-style: disc outside url(../images/bullet.jpg);
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 10px;
}
#consultoria li a, #servicio li a {
  text-decoration: underline;
}
#consultoria li a:hover, #servicio li a:hover {
  text-decoration: none;
}
#beneficios_wrapper {
  padding: 10px 20px;
}
.noticias_month {
  width: 90%;
  margin: 0 auto;
  border-spacing: 15px 10px;
}
.noticias_month th {
  background: #52658d;
  color: #fff;
  padding: 5px;
}
.noticias_month td {
  vertical-align: middle;
  background: #e9eaea;
}
.noticias_month .date {
  width: 120px;
  text-align: center;
  line-height: 66px;
}
.noticias_month .description {
  padding: 10px 100px;
}
.padded {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.noticia small {
  float: right;
}
.form_libro input[type=submit], .form_libro a.tradicional {
  padding: 4px 10px;
  border: 1px solid #aaa;
  background: #0a217e;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.tit_agenda {
  width: 80%;
}
.tit_agenda img {
  float: right;
}
#agenda a {
  text-decoration: underline;
  margin-bottom: 10px;
}
#agenda span {
  font-weight: bold;
  display: block;
}
#video .swf {
  width: 550px;
  margin: 0 auto;
}
#videos span {
  font-weight: bold;
}
#videos li {
  margin-bottom: 8px;
}
#videos a {
  display: inline-block;
  margin-top: 5px;
}
#login_info {
  font-family: 'Ubuntu';
  float: right;
  width: 53%;
  margin-right: 15px;
  margin-top: 30px;
}
#login_info .title {
  border-top: 8px solid #52658d;
  color: #52658d;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding-top: 10px;
}
#login_info .info {
  background: #e3e4e6;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Ubuntu Condensed';
  font-size: 15px;
}
#login_form {
  margin-left: 45px;
  margin-top: 70px;
}
#login_form label {
  border-left: 8px solid #805aa3;
  color: #805aa3;
  font-size: 14px;
  font-family: 'Ubuntu';
  padding-left: 6px;
  padding-top: 4px;
  width: 80px;
  display: inline-block;
  font-weight: bold;
  vertical-align: bottom;
}
#login_form input[type=text], #login_form input[type=password] {
  width: 220px;
  border: 1px solid #999;
  padding: 3px;
}
#login_form input[type=submit] {
  margin-left: 190px;
}
.downloads_table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.downloads_table td.description {
  border-bottom: 1px solid #1f9e46;
  padding: 10px;
}
.downloads_table td.link {
  width: 12%;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.downloads_table span.soon {
  color: red;
}
.downloads_table h2 {
  text-align: right;
  background: url(../images/icono_descargas.png) no-repeat 5px 50%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
}
.models {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.models td {
  text-align: center;
}
#hagalo_ud_links {
  text-align: center;
}
#hagalo_ud_links a {
  line-height: 2em;
  display: inline-block;
  color: #52658C;
  text-decoration: underline;
  font-weight: bold;
}
#hagalo_ud_links a:hover {
  text-decoration: none;
}
#comunicados table {
  margin: 0 auto;
  width: 700px;
}
#comunicados table .jur,
#comunicados table th,
#comunicados table .date,
#comunicados table .download {
  text-align: center;
}
#comunicados table th {
  background: #52658d;
  color: #fff;
  padding: 5px;
}
#comunicados table .download {
  width: 30px;
}
#comunicados table td {
  vertical-align: middle;
  background: #e9eaea;
  padding: 0px 10px;
}
