.taulatallers th, .taulatallers td{
	border: 1px solid #b0cecd;
	text-align: center;
	color: #80B0AF;
	font-size: 13px;
}
.taulatallers td{
	padding: 3px;
	transition: 1s;

	position:relative;
}

.nomtaller:hover, .tallerista:hover{
    color: #758687!important;
}
.ombrejarpersobre:hover{
	background-color:#edf4f4;
	transition: 0.5s;
}
.ombrejarpersobre{
    cursor: pointer;
}
.contenidortaula{
    margin-top: 30px;
    overflow-x: scroll;
}
.taulatallers{
	vertical-align: central;
	cursor: default;
	border-collapse: separate;
	border-spacing: 1px;
	margin:auto;
	width:90%;
    min-width:660px;
}
.taulatallers p{
	margin-top: 1px;
	margin-bottom: 1px;
    text-align: center;
}

.nomtaller, .tallerista, .nota_taula, .hores{
	color: #758687;
	font-weight: normal;
}

.nomtaller{
	font-size: 14px;
    font-weight: 500;
	
}
.tallerista{
	font-size: 11px;
	font-style:italic;
}
.nota_taula{
	font-size: 11px;
}
.hores2{
	background-color: #a1c4c4;
	
}
.hores1{
	background-color: white;
	height: 20px;
}
.hores1 a{
	font-size: 13px;
	color: white;
}
.hores2 a{
	color: white;
	font-size: 13px;
}
.titulsuperior td a{
	color: white;
	font-size: 14px;
    font-weight: 400;
}
.titul>a{
    font-size: 22px;
    color: rgb(92, 92, 92) !important;
    font-weight: 400!important;
}
.titul{
    margin-top: 45px;
    margin-bottom: 15px;
}





.sold_out_container{;
	overflow: hidden;
	position:absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	margin-bottom: -9em;
}

.sold_out {
	top: -0.9em;
	left: -2.6em;
	color: white;
	display: block;
	position:absolute;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1em;
	background-color: #f38a90;
	padding: 0.5em 2em 0.4em 2em;
	font: bold 7px/1.2em Arial, Sans-Serif;
	-webkit-transform: rotate(-45deg);
	z-index:10;
}
.sold_out:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: -0.3em -5em;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
}
.sold_out:hover{
	color: white;
}