body {
  font-family: 'Open Sans', sans-serif;

}
a, a:active, a:visited, a:focus  {
 text-decoration: none;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
input[type="checkbox"]{
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 border: 1px solid #2da3c8;
 width: 15px;
 height: 15px;
 border-radius: 0;
 background: #FFF;
}
input[type="checkbox"]:checked{
 background: #2da3c8;
}

input[type="checkbox"]:focus{
 outline: none;
}
option {
  color: #333;
}
option:disabled {
  color: #b0afb5;
}
header {
  display: block;
  background-color: rgba(95, 192, 223, 1);
  height: 100%;
  min-height:140px;
  background-image: url(../img/nubes.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #407890;
}
.topmenu {
  background-color: rgba(41, 171, 212, 0.5);
  height: 100%;
  min-height:80px;
  padding: 5px 25px;
}
.bottommenu {
  background: transparent;
  height: 100%;
  min-height: 60px;
  padding: 10px 25px 0 25px;
}
.buscador input {
  height: 60px;
  margin-top: -10px;
  margin-left: -40px;
  border: 0;
  width: 90%;
  padding: 0 20px;
  float: left;
  background: rgba(255,255,255,0.9);
}
.buscador .lupa {
  background: #407890;
  height: 60px;
  color: #FFF;
  padding: 20px;
  border: 0;
  margin: 0;
  margin-top: -10px;
  float: left;
}
.buscador .lupa i {
  margin-top: -3px;
}
.titulosecc {
  padding: 0;
  margin: 0 auto;
}
.titulosecc h1{
  margin-top: -10px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  padding: 10px;
  margin-bottom: -10px;
  font-weight: 300;
}
.volver {
  float: left;
  margin-top: -5px;
}
.botonsubir, .botonsubir:active, .botonsubir:focus, .botonsubir:visited  {
  float: right;
  color: #FFF;
  background: #407890;
  padding: 10px 15px;
  text-decoration: none;
}

.botonsubir:hover {
  color: #FFF;
  text-decoration: none;
  background: #2296c7;
}
.research, .research:active, .research:focus, .research:visited  {
  float: right;
  color: #FFF;
  background: #29ABD4;
  padding: 10px 15px;
  text-decoration: none;
  border: 0;
}

.research:hover {
  color: #FFF;
  text-decoration: none;
  background: #2296c7;
}
.menuitems {
  list-style: none;
  float: right;
  padding: 2px;
}
.menuitems li {
  float: left;
  padding: 10px 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.menuitems li a, .menuitems li a:active, .menuitems li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.menuitems li a:hover {
  color: #FFF000;
  text-decoration: none;
}
.menuitems li span {
  font-weight: 200;
}
.logo {
  float: right;
  margin-top: -5px;
}
.contenedor {
  padding: 10px 25px;
}
.titulo {
  background: #407890;
  color: #FFF;
  text-align: center;
}
.titulo h3 {
  font-size: 18px;
  padding: 15px 0;
  margin: 0;
}
.banner {
  margin-top: 2px;
  width: 100%;
  overflow: hidden;
}
.overlayer {
  width: 33%;
  color: #FFF;
  background-color: rgba(64, 120, 144, 0.4);
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.banner img {
 width: 100%;
}
.overlayer h5 {
  font-size: 22px;
  font-weight: 600;
}
.overlayer p {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
.space {
  width: 100%;
  height: 30px;
}
.seccion {
  padding: 0 15px;
}
.sidebar {
  margin-bottom: 15px;
}
.indice {
  background: #29abd4;
  color: #FFF;
  text-align: center;
  cursor: pointer;

}
.indice i {
  color: #FFF;
  float: right;
}
.avanzado {
  background: #29abd4;
  color: #FFF;
  text-align: center;
  padding: 7px;
}
.filtro {
  padding: 7px 25px;
  background: #709aac;
  color: #FFF;
  text-align: left;
  cursor: pointer;
}
.filtro i {
  color: #FFF;
  float: right;
}
.menulist {
  background: #f9f9fa;

}
.menulist p{
  padding: 10px;
  text-align: center;
  color: #29abd4;
  border-bottom: 2px solid #29abd4;
}
.menulist li {
  text-align: left;
  list-style: none;
  padding: 10px 0;
}
.menulist li a, .menulist li a:focus, .menulist li a:visited, .menulist li a:active {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.menulist li a:hover {
  color: #29abd4;
}

.producto .tituloprod {
  width: 100%;
  background: #79a0b1;
  text-align: center;
  color: #FFF;
}
.producto .tituloprod h5 {
  padding: 10px;
  margin-top: 0;
}
.actualiz {

}
.actualscroll {
  height: 507px;
  overflow-y:scroll;
}
.actualizacion {
  padding: 10px;
  width: 100%;
  background: #f9f9fa;
  margin-bottom: 2px;
  cursor: pointer;
}
.icono {
  text-align: center;
  margin: 0 auto;
}
.icono img {
  margin-top: 8px;
}
.archivo p {
  margin: 0 auto;
}
.producto .tituloactu {
  width: 100%;
  background: #29abd4;
  text-align: center;
  color: #FFF;
}
.producto .tituloactu h5 {
  padding: 10px;
  margin-top: 0;
}
.dropcateg, .dropmater, .dropagen, .dropfech, .dropcod {
  background: #94b3c1;
  color: #FFF;
  margin: 0 auto;
  padding: 10px;
}
.dropcateg input {
  margin-top: 10px;
  border-color: #709AAC;
}
.dropcateg input:checked {
  background: #709AAC;
}
.btnfiltro {
  width: 45%;
  margin: 8px;
  background: #407890;
  color: #FFF;
  padding: 10px;
  border: 0;
}
.btnfiltro i {
  padding: 3px 10px;
}
.descargado {
  padding-top: 20px;
}
.greycont {
  background: #dcdee0;
}
.padeo {
  margin: 20px 10px;
}
.greycont .itemdesc .titulodesc {
  background: #f0f1f2;
  padding: 8px 15px;
}
.greycont .itemdesc .titulodesc p {
  margin-top: 5px;
}
.greycont .itemdesc .contdesc {
  padding: 8px;
  background: #FFF;
}
.greycont .itemdesc .contdesc .ajust {
  margin-top: 15px;
}
.greycont .itemdesc .contdesc i {
  float: right;
  color:#29abd4;
  font-size: 20px;
}
.table {
  border-spacing: 10px;
  border-collapse: separate;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
  text-align: left;
  border:0;
}
.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
  background: #f9f9fa;
}
.table>tbody>tr>th, .table>tfoot>tr>th,  .table>thead>tr>th {
  cursor: pointer;
}
.table i {
  color:#29abd4;
}
td button {
  padding: 0;
  border: 0;
}
.rolling {

}
.btnfilter {
  padding: 5px 15px;
  margin: 5px 2px;
}
footer {
  background: #29abd4;
  display: block;
  height: 140px;
}
footer .logofoot {
  width: 100%;
  background: #29abd4;
}
footer .logofoot img {
  float: right;
  padding: 25px;
}
.table-responsive>.table>thead>tr>th:nth-child(8), .table-responsive>.table>tbody>tr>td:nth-child(8){
  display: none;
}
.dropdown-menu {
  top: inherit;
  left: 50%;
}
.table-responsive>.table>tbody>tr>td>button>i {
  color: #FFF;
}
.modal .modal-header, .modal .modal-footer {
  border: 0;
}
.modal .modal-header h4{
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  color: #FFF;
  background: #407890;
}
.modal .modal-header h5{
  text-align: left;
  padding: 15px 15px;
  margin:0;
  font-size: 14px;
  color: #565f68;
  background: #f0f1f3;
  font-weight: bold;
}
.modal-header .close {
  margin-top: -32px;
  margin-right: -32px;
  opacity: 1;
}
.modal .modal-body .m-imagen{
  padding: 0 20px;
  width:10%;
  float: left;
}
.modal .modal-body .m-contenido{
  width:90%;
  float: left;
  line-height: 1.8;
}
.modal .modal-body .m-contenido span{
  font-weight: bold;
}
.modal .modal-footer button {
  border: 0;
  background: transparent;
}
.modal .modal-footer button:focus {
  outline: none;
}
.bgcontent {
  background: url(../img/bg_content.png);
  background-size: cover;
  background-position: center;
}

.subir h4 {
  text-align: center;
  background: #407890;
  color: #FFF;
  padding: 10px;
  margin: 0;
}
.subir .uploader-box {
  padding: 15px;
  background: #2da3c8;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin: 0;
}
.subir .uploader {
  background: #FFF;
  text-align: center;
  color: #b0afb5;
  padding: 10px;
  cursor: pointer;
}
.subir .uploader-box label {
  min-width: 100%;
}
.subir .uploader i{
  color: #00aed6;
}
.subir .uploader span {
  vertical-align: super;
  margin-left: 10px;
}
.tit_sub {
  padding: 5px 15px;
  background: #2da3c8;
  color: #FFF;
}
.drop_sub {
  padding: 15px;
  background: #62bad6;
  border-left: 2px solid #2da3c8;
  border-right: 2px solid #2da3c8;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  color: #FFF;
}
.drop_sub p {
  margin-left: 15px;
}
.drop_sub input[type=checkbox] {
  margin-left: 25px;
  margin-top: 15px;
  vertical-align: sub;
}
.form-control {
  border-radius: 0;
  width: 70%;
}
.stylo {
  font:12px sans-serif;
  border:1px solid #2da3c8;
  color:#b0afb5;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:70%;
}
.styletextbox {
  font:12px sans-serif;
  border:1px solid #2da3c8;
  color:#b0afb5;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:100%;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #b0afb5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #b0afb5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #b0afb5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #b0afb5;
}

.btnsubir {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 40px;
}
.btnsubir button {
  background: transparent;
  border:0;
}
.btnsubir button:focus {
  outline: 0;
}
.login {
  width: 100%;
  height: 100%;
  background: url(../img/fondo_login.png);
  background-color: #27AAD4;
  background-size: cover;
  background-repeat: no-repeat;
  color:#FFF;
}
.login .acceso {
  width: 300px;
  max-width: 300px;
  position: absolute;
  top: 40%;
  left: 50%;
}
.login .form-control {
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
.login .acceso a {
  color: #FFF;
}
.login form p {
  margin: 0 25px 2px;
}
/* Custom Select */
span.customSelect {
    font:12px sans-serif;
    background:#fff url(../img/drop.png) right center no-repeat;
    border:1px solid #2da3c8;
    color:#b0afb5;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:70%;
}
.customSelect.customSelectHover {
    border-color:#2da3c8;
    background-color:#f5f5f5;
}


.customSelect.customSelectChanged {
	-webkit-animation: changed 0.5s;
	-moz-animation: changed 0.5s;
	-ms-animation: changed 0.5s;
	animation: changed 0.5s;
}

@-webkit-keyframes changed {
	0%, 100%{
		-webkit-box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0);
		box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0);
	}
	50%{
		-webkit-box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0.5);
		box-shadow: 0px 0px 14px 5px rgba(145, 163, 200, 0.5);
	}
}

@-moz-keyframes changed {
	0%, 100%{
		-moz-box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0);
		box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0);
	}
	50%{
		-moz-box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0.5);
		box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0.5);
	}
}

@keyframes changed {
	0%, 100%{
		box-shadow:0px 0px 14px 5px rgba(45, 163, 200, 0);
	}
	50% {
		box-shadow:0px 0px 14px 5px rgba(45, 163, 200, 0.5);
	}
}
@-ms-keyframes changed {
	0%, 100%{
		-ms-box-shadow:0px 0px 14px 5px rgba(45, 163, 200, 0);
		box-shadow:0px 0px 14px 5px rgba(45, 163, 200, 0);
	}
	50% {
		-ms-box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0);
		box-shadow: 0px 0px 14px 5px rgba(45, 163, 200, 0.5);
	}
}
select:before {
  background: #FFF000;
}
#submit {
  padding-top: 20px;
  float:right;
  cursor: pointer;
}
/* Media Querys */
@media screen and (max-width:698px) {
  .login .acceso {
    max-width: 250px;
    position: absolute;
    top: 25%;
    left: 12%;
  }
}

@media screen and (max-width:490px) {

  .btnfiltro {
    width: 95%;
  }
  .actualscroll {
    height: 270px;
  }
  .table-responsive>.table>tbody>tr>td:first-child, .table-responsive>.table>tbody>tr>td:nth-child(3),  .table-responsive>.table>tbody>tr>td:nth-child(5), .table-responsive>.table>tbody>tr>td:nth-child(6), .table-responsive>.table>tbody>tr>td:nth-child(7), .table-responsive>.table>thead>tr>th:first-child, .table-responsive>.table>thead>tr>th:nth-child(3),  .table-responsive>.table>thead>tr>th:nth-child(5), .table-responsive>.table>thead>tr>th:nth-child(6), .table-responsive>.table>thead>tr>th:nth-child(7) {
    display: none;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px;
  }
  .table-responsive>.table>thead>tr>th:nth-child(2)>i {
    display: none;
  }
  .table-responsive>.table>thead>tr>th {
    font-size: 8px;
    text-align: center;
  }
  .table-responsive>.table>thead>tr>th:nth-child(4)>i {
    display: none;
  }
  .table-responsive>.table>tbody>tr>td:nth-child(4)>img {
    width: 20px;
  }
  .table-responsive>.table>tbody>tr>td:nth-child(4)>span {
    display: none;
  }
  .table-responsive>.table>thead>tr>th:nth-child(8), .table-responsive>.table>tbody>tr>td:nth-child(8){
    display: table-cell;
  }
  .table-responsive{
    border:0;
  }
}
@media (min-width:1008px) and (max-width:1796px) {
  .btnfiltro {
    width: 95%;
  }
}
