#main > div.col.s12:nth-child(1) {
	background: url(../images/plantilla_head.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content h2,
#content h3 {
	color: #6A102C;
	padding-bottom: 5px;
	border-bottom: 1px solid #6A102C;
}

#content > div:nth-child(7) > article > div.col.s12.m12 > div > form > ol > li > p > label {
	font-size: 22px;
}

p.correct {
	border: 3px dashed #43AC97;
}

p.incorrect {
	border: 3px dashed #C8610F;
}

#content h4 {
	color: #6A102C;
	padding-bottom: 5px;
}

#content p {
	padding: 0px 30px 0px 30px;
}

#content #opciones > span {
	display: inline-block;
	background-color: #6A102C;
	color: #dedede;
	margin: 2px;
	padding: 2px 5px;
	font-size: 16px;
	border-radius: 3px;
	cursor: move;
	-webkit-box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
	box-shadow: 3px 3px 3px 1px rgba(153, 153, 153, 0.46);
}

#content table {
	width: 100%;
	font-size: 14px;
}

.dives {
	border-bottom: 1px solid #6A102C;
	margin-bottom: 20px;
}

#content table tr td:nth-child(1) {
	width: 30%;
}

#content table thead th > span {
	padding-left: 10px;
	display: block;
	width: 100%;
}

#content table tbody tr:nth-child(odd) > td:nth-child(odd) {
	border-right: 1px dashed #6A102C;
	border-bottom: 1px dashed #6A102C;
	border-left: 1px dashed #6A102C;
}

#content table tbody tr:nth-child(even) > td:nth-child(odd) {
	border-bottom: 1px dashed #6A102C;
	border-right: 1px dashed #6A102C;
	border-left: 1px dashed #6A102C;
}

#content table tbody tr:nth-child(odd) > td:nth-child(even) {
	border-left: 1px dashed #6A102C;
	border-bottom: 1px dashed #6A102C;
	border-left: 1px dashed #6A102C;
}

#content table tbody tr:nth-child(even) > td:nth-child(even) {
	border-bottom: 1px dashed #6A102C;
	border-left: 1px dashed #6A102C;
	border-right: 1px dashed #6A102C;
}

#content table tbody tr > td:nth-child(1) {
	border: 1px dashed #6A102C;
	border-left: 1px dashed #6A102C;
	border-right: 1px dashed #6A102C;
}

strong {
	font-weight: bold;
	color: #6A102C;
}

.table-container {
	width: 100%;
	overflow-y: auto;
	overflow: auto;
	margin: 0 0 1em;
}

#content article p {
	opacity: 0;
	padding: 0px 30px 0px 30px;
	transition: opacity 3s;
}

@media(min-width:601px) and (max-width:992px) {
	#main > div.col.s12:nth-child(1) {
		background: url(../images/plantilla_head.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media(max-width:600px) {
	#main > div.col.s12:nth-child(1) {
		background: url(../images/plantilla_head.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

div.section:nth-child(5) article p {
	opacity: 0;
	transition: opacity 3s;
}

.ui-state-hover {
	background: #ccc;
}

i {
	color: #66162B;
}

.botoncito {
	color: #66162B;
}

.correct {
	border: 3px dotted #008A87;
	border-radius: 5px;
}

.incorrect {
	border: #ff3d00 dotted 3px;
	border-radius: 3px;
}
