body{
	background: #2d3436 !important;
}
.contenedor{
	position: relative;
	background-color: #2d3436;
	color: white;
	width:100%;
	margin: 0px;
	padding: 0px;
}
a{
	color:#57DFB7 !important;
}
#tablaTabulaciones{
	width: 100%;
	border-collapse: separate;
    border-spacing: 5px;
}

#tablaTabulaciones td{
	background-color: rgba(230,230,230,0.4);
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	width: 25%;
}

#thead td{
width:16.66%;
}
#celdaHorarioAtencion{
	min-width: 150px !important;
}
#thead label{
	font-size: 1.3em;
}
#tablaTabulaciones input{
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	width: 100%;
	margin:none;
	border: none;
	padding: 5px;
	color:black;
}

#imgCopy {
	color: black;
}

#imgCopy img{
	cursor: pointer;
	width: 25px;

}

#btnClear{
width: 35px;
margin-top: 5px;
}

#selectTabulaciones{
	color: black;
	min-width: 270px;
	width: 100%;
}