.msgDias {
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;	
}

#msgCambioUC {
	margin: 25px;
}

#msgCambioUC span {
	text-align: justify;
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
}

#msgCambioUC table {
  	border-collapse: collapse;
  	width: 100%;
}

#msgCambioUC td {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	text-align: center;
}

#msgCambioUC tr:nth-child(even) {
	background-color: #dddddd;
}

#msgCambioUC thead {
	font-weight: bold;
	background-color: black;
}

#msgCambioUC thead td {
	color: white;
}