/*Para establecer los colores del estado Habilitado/Deshabilitado*/
.fa-toggle-off{color:#ff4d4d;}
.fa-toggle-on{color:#009900;}

.fa-hulk 
{
	background: url('../img/hulk2.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;

}

.vencida
{
	background-color: red;
	text-transform: uppercase;
	color: #fff;
}
.vencida:hover 
{
	color: #fff;
}

.bordes
{
	padding: 4px;
	border: 2px solid #000;
}

.bordes-linea
{
	padding: 10px 40px;
	border: 2px dashed #000;
}
.margen-superior-hoja
{
	margin-top:10px;
}

.icono-agua
{
	font-size: 8em;
    position: absolute;
    top: 70%;
    left: 85%;
    color: #f3f3f3;
}

@media print {
	#boton-imprimir {
	  display: none;
	}
  }