


.floatleft
{
float: left;
margin: 0 10px 10px 0px;
border: none;
padding: 2px;
}

.floatcenter
{
  clear: both;
  float: none;
  margin: 0 auto;
  border: none;
  padding: 2px;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: none;
padding: 2px;
}

.sidebarleft
{
float: left;
margin: 14px 14px 14px 4px;
padding: 10px;
}

.sidebarcenter
{
  clear: both;
  float: none;
  margin: 10px auto;
  border: none;
  padding: 10px;
}

.sidebarright
{
float: right;
margin: 14px 4px 14px 14px;
border: none;
padding: 10px;
}






h3.capnothumb {
   margin-top: 0 !important;
}
div.capnothumb {
   padding-top: 0 !important;
}
.img100pc {
  width: 100%;
}

.nota h1 {
    line-height: 1.6;
    margin-bottom: 20px;
}

.nota h1 span {
    border-bottom: 4px solid #ffe000;
}

.nota ul {
    color: #777;
    font-family: robotoregular,sans-serif;
    font-weight: 500;
    list-style: outside none none;
}



/*---- .im_nota ----*/
.container.im_nota {
    padding: 0 10px;
}
.im_nota img {
    max-width: 100%;
    padding: 0;
}
.im_nota a:hover {
    text-decoration: none;
    border-bottom: 1px solid #FFE000;
}
.im_nota h1 {
    margin-bottom: 20px;
    line-height: 1.6;
}
.im_nota h1 span {
    border-bottom: 4px solid #ffe000;
}
.im_nota ul {
    list-style: none;
    font-family: robotoregular, sans-serif;
    font-weight: 500;
    color: #777;
}
.im_nota ul li:before {
    font-family: "iconos";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 6px;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -20px;
    color: #edd000;
    position: relative;
}
.im_nota ul>li:before {
    content: '\e844';
}
.im_nota ul>li>ul>li:before {
    content: '\e879';
}
.im_nota ul>li>ul>li>ul>li:before {
    content: '\e8cf';
    font-size: 40%;
    top: -2px;
    margin-right: 15px;
}
.im_nota ol {
    list-style-type: none;
    list-style-type: decimal !ie;
    /*IE 7- hack*/
    counter-reset: li-counter;
    font-family: robotoregular, sans-serif;
    font-weight: 500;
    color: #777;
}
.im_nota ol > li:before {
    content: counter(li-counter)" .";
    counter-increment: li-counter;
    margin-left: -20px;
    color: #edd000;
    font-family: robotobold, sans-serif;
    font-weight: 700;
    margin-right: 6px;
}


#cc_masterhead .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: DINNextLTProBold, robotobold, sans-serif;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 11px;
    font-size: 16px;
}

#conterror div {
  overflow: hidden; 
  padding-bottom: 10px;
}

div#conterror h1{
  font-size: 1400%; 
  line-height: 40%; 
  text-align: center;
  text-transform: uppercase;
}

div#conterror h2{
 font-size: 300%;
 text-transform: uppercase;
}

div#conterror a.btn {
 text-transform: uppercase;
}
/*
div#conterror h1 {
    margin-bottom: 20px;
    line-height: 1.6;
}
div#conterror h1 span {
    border-bottom: 4px solid #ffe000;
}
*/
div.im_volver {
  margin: 20px 0;

}
/*---- fin .im_nota ----*/


.cc_well_yellow_demo {
    background: #eee;
    border: 4px solid #FFE000;
    font-family: DinNextLTProBold, robotobold, sans-serif;
    color: #777;
    padding: 9px 13px 5px;
    line-height: 1.5;
}
.im_text-center {
  text-align: center;
}

 
.imthumbcnt {
  max-width: 100%;
  text-align:center;
}


.imthumbcnt > img,
.imthumbcnt a > img
{
  NOdisplay: block;
  max-width: 100%;
  width:auto;
  height: auto;
}

.cc_im a#login_a 
, .cc_im a#iml_logout {
    border-radius: 0;
    /* border-right: 1px solid #a4951c; */
    color: #a4951c;
    font-family: sans-serif;
    font-size: 10px;
    padding: 4px 0 0 15px;
    text-transform: uppercase;
}

a#login_a i
, a#iml_logout i {
  font-size: 14px; 
}

@media (max-width: 767px) {

  .cc_im a#login_a
  , .cc_im a#iml_logout {
    font-size: 14px;
    margin-right: 14px; 
  } 
  
  .cc_im a#login_a i
  , .cc_im a#iml_logout i {
    font-size: 20px;
    NOmargin-left: 14px;
  }
}


