html,
body {
    height: 100%;
    background-color: #fafafa;
    font-family:'Helvetica';
    font-color:#E6E4E8;
    /*
    background-image: url("../images/4.jpg");
    background-attachment: fixed;
    background-size: cover;v
   */
    
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li a img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li a p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li a p{
    text-decoration:none;
    color:#2C3539;
}
.sticky li a p:hover{
    text-decoration:none;
}

.wrap {
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    font-family: Arial;

}

.rowslide{
 padding: 1% 1% 1% 1%;
}

/*.linea{
  border-right:1px solid;
  border-color: #bbb;
}*/

.rowslide> button{
outline: none;
border:0;
}

.container{
  margin-top: 5px;
  min-height: 100%;
  max-width: 900px;
}

.containerucel{
  margin-top: 0px;
  height: 100%;
}

.wrap > .container {
    padding: 0px;
}

.navbar{
  margin: auto;
  padding: auto;
  border-color: #222;
  background-color: #222;
}
.navbar-nav > li > a {
  color: #f5f5f5;
}
.navbar-nav > li > a:hover {
  color: #000;
  background-color: #fff;
}

.navbar-nav > li.active{
  color: #fff;
  background-color: #000;
}
.novedades{
  height: 160 px;
  margin-top: 25px;
  margin-bottom: 3px;
  color: #555;
}
.card{
  min-height:200px;
  margin-bottom: 5px;
  color: #444;
  /*border-bottom:1px solid;
  border-color: #bbb;*/
}

.subart{
  padding: 3px 7px 5px 7px;
  width: 100%;
  height:300px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #444;
 }

 .subart > * > img{
    height:15vh;
    width:100%;
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
 }

.lista{
  text-align: justify;
}
 /*position: static;
  width: 100%;
  height:20vh;
  margin: 13px 13px 13px 13px;
}
.lista > * > img{
  position: static;
  float: left; 
  width: 20%; 
  height:20vh;
  padding: 0px 13px 13px 13px;
}*/

.subcard{
  padding: 3px 30px 3px 30px;
  width: 100%;
  min-height:600px;
}

.izq{
  text-align: left;
  background-color: rgba( 0,0, 0, 0.012);
  float: left;
  padding: 0 0 1% 0;
  width: 48%;
  clear: both;
  margin-bottom: 2%;
  /*border-radius: 2%;
  box-shadow: 0 6px 10px 0 rgba( 0,0, 0, 0.2), 0 6px 15px 0 rgba( 0,153, 255, 0.15);
  box-shadow: 0 6px 10px 0 rgba( 0,0, 0, 0.2), 0 6px 15px 0 rgba( 0,153, 255, 0.15);*/
}

.der{
  text-align: left;
  background-color: rgba( 0,0, 0, 0.012);
  float: right;
  padding: 0 0 1% 0;
  width: 48%;
  margin-bottom: 2%; 
  /*border-radius: 2%;
  box-shadow: 0 6px 10px 0 rgba( 0,0, 0, 0.2), 0 6px 15px 0 rgba( 0,153, 255, 0.15);
  box-shadow: 0 6px 10px 0 rgba( 0,0, 0, 0.2), 0 6px 15px 0 rgba( 0,153, 255, 0.15);*/
}


.der:hover , .izq:hover {
   box-shadow: 0 6px 10px 0 rgba( 0,0, 0, 0.2), 0 6px 15px 0 rgba( 0,153, 255, 0.15);
   margin-top: 10px;
}

.leer{
position: relative;
text-align: justify;
}

.leer > * > img{
  position: static;
  float: left; 
  width: 50%; 
  height:40vh;
  padding: 0px 13px 13px 13px;
 }

/*Botones superiores navBar*/
.super{
    padding: 10px 0 0 0;
}
.super > li{
     padding: 0 10px 0 0;
}
.btn-circle-small {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1.428571429;
  transition: all 0.35s, border-radius 0s;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}

.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 85px;
  height: 85px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 50%;
  /*background-color: #999999;*/
}

.footer {
    height: 60px;
    background-color: #222;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}

.contac{
margin-left: 30px;
font-size: 12.1599998474121px;
}
.contac > span{
color: #c01945;
line-height: 15.8079996109009px;
}

.contac > p{
line-height: 15.8079996109009px;
margin-left: 40px;
}


/*/aca*/
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
/* Style all font awesome icons */
