body{
background: #eeeeee;
font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
p {
    color: #626262;
    line-height: 20px;
    margin: 10px 0;
}
label{
	color:white; 
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	
}
.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #9f1d3f;
  padding: 6px 10px 6px 10px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.btn:hover {
	color: #ffffff;
  background: #cf0000;
  text-decoration: none;
}

ul { 
display: inline-block; 
}

li a{
color:white;
}
.der {
	float: right;
}
.izq {
    float: left;
}


.tabla li{
	list-style:none;
	display:inline;
	margin: 29px 0;
}
.redes_sociales li{
	list-style:none;
	display:inline;
	margin: 0 10px 0 0;
    padding: 0;
    float: left;
  
}


div.cabecera .redes_sociales li a {
    display: block;
    width: 17px;
    height: 17px;
    float: left;
    text-indent: -10000px;
}

div.cabecera .redes_sociales li .tw {
 background: url(../img/redes_sociales.png) no-repeat scroll 0 center transparent;
}
div.cabecera .redes_sociales li .fb {
    background: url(../img/redes_sociales.png) no-repeat scroll -23px center transparent;
}
div.cabecera .redes_sociales li .go {
    background: url(../img/redes_sociales.png) no-repeat scroll -50px center transparent;
}
div.cabecera .redes_sociales li .fl {
    background: url(../img/redes_sociales.png) no-repeat scroll -74px center transparent;
}
div.cabecera .redes_sociales li .yt {
    background: url(../img/redes_sociales.png) no-repeat scroll -98px center transparent;
}
div.cabecera .redes_sociales li .vi {
    background: url(../img/redes_sociales.png) no-repeat scroll -123px center transparent;
}
.table-responsive{
	max-height:450px;
	overflow:scroll;
	/*visibility:hidden;*/
}

th{
background-color: #9f1d3f!important;
color:white;
text-align:center;

}
tbody{
vertical-align:center;
overflow:auto;
}
td{
	
}
.datospie {
    padding-left: 50px;
}

.contenedor {
    margin-left:12%;
    margin-right:7%;
}
div.dt-buttons{
/*float:right;
margin-right:46%;
padding-left:40%;*/
padding-top:15px;
display: block;
float: none!important;
text-align: center;
}
div.sombra_cont {
    background: url("../img/sombra_cont.png") center no-repeat;
    margin: 0px auto;
    height: 19px;
    width: 100%;
}

div.pie {
	padding: 15px 0;
}

div.pie .aviso_legal{
  margin: 20px 0;
  color: #999;
}

div.pie .aviso_legal p{
    text-align: justify;
  }
div.pie .datos {
    padding-left: 50px;
	background: url("../img/logo_pie.png") left center no-repeat;
}
.izq {
    float: left;
}
div.pie .datos p {
	font-size: 15px;
	color: #9f1d42;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
div.pie .redes {
    margin: 10px 0;
    padding: 0;
}


div.pie .redes li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
div.pie .redes li a {
    display: block;
    width: 60px;
    height: 69px;
    float: left;
    text-indent: -10000px;
}
div.pie .redes li .fb {
    background: url("../img/redes_pie.png") no-repeat scroll 0 center transparent;
}
div.pie .redes li .tw {
    background: url("../img/redes_pie.png") no-repeat scroll -60px center transparent;
}
div.pie .redes li .yt {
	background: url("../img/redes_pie.png") no-repeat scroll -120px center transparent;
}
div.pie .redes li .go {
	background: url("../img/redes_pie.png") no-repeat scroll -180px center transparent;
}
/*
#tabla_length{
  display: none;
}
#tabla_filter{
  display: none;
}
#tabla_info{
  display: none;
}
#tabla_paginate{
  display: none;
}*/

#loader {
  font-size: 10px;
  margin-left: 45%;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
#loader:before {
  width: 50%;
  height: 50%;
  background: #000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#loader:after {
  background: rgb(238, 238, 238);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*JAG*/


.mensaje_error.web{
  background: url(../img/close.svg) top 20px center no-repeat white;
  background-size: 20px;
  padding: 60px 20px;

  border-radius: 6px;

  margin: 10px auto;
  left: 0;
  right: 0;
  max-width: 320px;
  position: fixed;
  top: 28%;

  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  z-index: 1;

}
.mensaje_error.web.oculto{
  display: none;
}

.btn{
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  min-width: 320px;
}
#texto_busqueda{
  border-radius: 6px;
  margin: 0 auto !important;
  max-width: 320px;
  width: 100% !important;
}