@font-face {
 font-family: biost;
 src: url("../fonts/BIOST.TTF") 
}
@font-face {
 font-family: repet;
 src: url("../fonts/repet___.ttf") 
}

body
{
	background: rgba(204, 9, 47, 0) url(../images/background.jpg) top left no-repeat;
	background-color: rgba(204, 9, 47, 0);
	font-family: 'arial';
	/*behavior: url('../../estilos/csshover3.htc');  */
	margin:0;
	color: #171717;
	font-size: 75%;
	font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}
a {text-decoration:none;color: #9C27B0;font-weight: 800;}
a img
{
	border:0;
}

.tabla_central{
	background-color: #FFFFFF;
	/* border-radius: 20px 20px 20px 20px; */
	margin:0 auto;
	padding: 20px;
	box-shadow: 5px 5px 10px rgba(18, 18, 18, 0.51);
}
.tooltip_iconos {
    display: inline;
    position: relative;
  }
  .tooltip_iconos:hover:after {
    bottom: 26px;
    content: attr(alt); /* este es el texto que serÃƒÂ¡ mostrado */
    left: 20%;
    position: absolute;
    z-index: 98;
    /* el formato grÃƒÂ¡fico */
    /*background: rgba(255,255,255, 0.2);*/ /* el color de fondo */
    background: grey; /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 150px;
  }
  .tooltip_iconos:hover:before {
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triÃƒÂ¡ngulo inferior */
    border: solid;
    border-color: rgba(255,255,255, 0.2) transparent;
    border-width: 6px 6px 0 6px;
  }
  .tabla_login{
	  margin-left: auto;
	  margin-right: auto;
	 }
  .boton_log{
 background:#9C27B0;
 width:100%;
 color:white;
 border:0px white;
 padding-top:5px;
 padding-bottom:5px;
  {