﻿#unlicensed {
  display: none !important;
  visibility: hidden !important;
}

.campoRequired {
  color: red;
  font-weight: bold;
}
.white {
    color: white;
    font-weight: bold;
}
.subtitle {
    color: white;
    font-weight: bold;
    font-size:18px;
}

.container {
  margin-left: 10px;
  width: 200px;
  padding-left: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}

  .container span {
    font-size: 14px;
    font-family: tahoma,arial,verdana,sans-serif;
    margin-left: 5px;
    text-align: center;
  }

  .container .span_px {
    color: #15428b;
    margin-left: 18px;
    margin-bottom: 5px;
    font-family: tahoma,arial,verdana,sans-serif;
  }

/*CSS para imágenes*/
.img_container ul {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}

.img_container .img_list {
  list-style-type: none;
  margin: 0px;
}

  .img_container .img_list li {
    padding: 5px;
    float: left;
  }

  .img_container .img_list div {
    width: 120px;
    height: 90px;
    border: solid 1px #CCD8E7;
    text-align: center;
  }

.img_container .placeHolder div {
  background-color: whitesmoke !important;
  border: dashed 1px #3892d3 !important;
}

.img_container fieldset {
  padding: 1em;
  font: 90%/1 sans-serif;
  border: 1px solid #3892d3;
}

.img_container legend {
  padding: 0.2em 0.5em;
  border: 1px solid #3892d3;
  color: white !important;
  font-size: 95%;
  background-color: #3892d3;
  font-weight: bolder;
}

.img_container {
  margin-top: 13px;
  margin-bottom: 20px;
}

  .img_container .mosaic-block {
    width: 120px !important;
    height: 90px !important;
  }

.bar2 h4 {
  color: #fff;
  font-size: 12px;
  font-family: tahoma,arial,verdana,sans-serif;
  font-weight: lighter;
}

.bar2 p {
  font-size: 9px;
  color: #aaa;
  font-family: tahoma,arial,verdana,sans-serif;
  font-weight: lighter;
}

.bar2 a {
  text-decoration: none;
}

.btn_share_facebook {
  display: block;
  background-image: url(../Images/RedesSociales/fb_share.png);
  background-repeat: no-repeat;
  width: 92px;
  height: 22px;
  text-indent: -9999px;
}

.btn_share_twitter {
  display: block;
  background-image: url(../Images/RedesSociales/btn_twitter.png);
  background-repeat: no-repeat;
  width: 92px;
  height: 30px;
  text-indent: -9999px;
}

a.a-icon-facebook {
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #3364A3;
  border-radius: 0;
  font-size: 1.250em;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 34px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
}

a.a-icon-twitter {
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33BDFD;
  border-radius: 0;
  font-size: 1.250em;
  color: #FFFFFF !important;
  text-align: center;
  line-height: 34px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
}

a.a-icon-linkedin {
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #0071AD;
  border-radius: 0;
  font-size: 1.250em;
  color: #ffffff !important;
  text-align: center;
  line-height: 34px;
  margin-right: 3px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?98v1im');
  src: url('../fonts/icomoon.eot?98v1im#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?98v1im') format('truetype'), url('../fonts/icomoon.woff?98v1im') format('woff'), url('../fonts/icomoon.svg?98v1im#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-youtube:before {
  content: "\e902";
}

