/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  TABLAS                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
table{
    margin: 30px 0;
}
table caption{
    background: #C13832;
    padding: 8px;
    border-top: 1px solid #992C28;
    border-left: 1px solid #992C28;
    border-right: 1px solid #992C28;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-shadow: none !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #B3B3B3 !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  PAGINADOR                                                                                                                            */
/*---------------------------------------------------------------------------------------------------------------------------------------*/

.paginator-wrapper {
    margin-top: 15px;
}
.paginator-jump {
    display: none;
}
.paginator {
    text-align: center;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #eee;
    text-decoration: none;
    background-color: #999;
    border: none;
    margin-right: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-right: 0;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled>a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #ccc;
    border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #1e2019;
    border-color: #1e2019;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:focus{
    color: #fff;
    background-color: #006FB3;
    border-color: #006FB3;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  CONTENIDOS DINAMICOS                                                                                                                 */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.cda {
    font-size: 16px;
    line-height: 1.5;
}

.cda h2,
.cda h3,
.cda h4,
.cda h5{
    margin-top: 25px;
}

.cda p {
    margin-bottom: 20px;
}

.cda p,
.cda ul li,
.cda ol li{
    text-align: justify;
}

.cda .label-default{
    text-shadow: none;
}

.cda .img-mask-16x9{
    margin-bottom: 30px;
}
.cda blockquote,
.cda iframe{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {

.cda .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.cda * html .cf { zoom: 1; }
.cda *:first-child+html .cf { zoom: 1; }
.cda table { width: 100%; border-collapse: collapse; border-spacing: 0; }

.cda th,
.cda td { margin: 0; vertical-align: top; }
.cda th { text-align: left; }
.cda table { display: block; position: relative; width: 100%; }
.cda thead { display: block; float: left; }
.cda tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
.cda thead tr { display: block; }
.cda th { display: block; text-align: right; }
.cda tbody tr { display: inline-block; vertical-align: top; }
.cda td { display: block; min-height: 1.25em; text-align: left; }

.cda th { border-bottom: 0; border-left: 0; }
.cda td { border-left: 0; border-right: 0; border-bottom: 0; }
.cda tbody tr { border-left: 1px solid #babcbf; }
.cda th:last-child,
.cda td:last-child { border-bottom: 1px solid #babcbf; }
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  GALERIAS Y FOTOS                                                                                                                     */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.gallery img{
    /*width: 100%;*/
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gallery img:hover{
    /*width: 100%;*/
    opacity: 1;
}
.img-mask{position:relative;display:block;height:0;padding:0;overflow:hidden;}
.img-mask-16x9{padding-bottom:56.25%;}
.img-mask-4x3{padding-bottom:75%;}
.img-mask-1x1{padding-bottom:99.9%;}
.img-mask img{position:absolute;top:0;bottom:0;left:0;width:100%;height:auto;border:0;}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FORMULARIOS                                                                                                                          */
/*---------------------------------------------------------------------------------------------------------------------------------------*/

#form_contacto textarea {
    height: 182px;
}
.contacto .form-control{
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
}
.contacto label{
    background: transparent;
    color: rgba(255,255,255,0.8);
}

.contacto h1{
    background: transparent;
    color: rgba(255,255,255);
}
.contacto p{
    background: transparent;
    color: rgba(255,255,255,0.8);
}
.label{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}
label.required:after {
    content: ' *';
    color: #f00;
}
label.error {
    font-weight: normal;
    color: #c00;
}
.required-fields {
    color: #f00;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  PUBLICIDAD                                                                                                                           */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.btn-code-dimension,
.btn-code-dimension:visited{
position: relative;
display: block;
width: 220px;
height: 26px;
background: url("../images/codedimension.png") 0 0 no-repeat;
color: #cccccc;
font-weight: bolder;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 0 5px 30px;
margin: 30px auto 40px;
text-decoration: none;
text-align: left;
overflow: hidden;
}
.btn-code-dimension:hover{
background: url("../images/codedimension.png") 0 -26px no-repeat;
color: #ffffff;
text-decoration: underline;
}
