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

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

#content h4 {
	color: #116881;
	padding-bottom: 5px;
	border-bottom: 1px solid #116881;
}

em {
	color: #000;
	font-weight: normal;
}
#sang{
	margin-left: 25px;
}
#content div.section.white p {
	padding: 0px 30px 0px 30px;
}

input.in_ancho {
	width: 80px;
}

.fraction {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
    font-size: 12px;
}

.fraction > span {
    display: block;
    padding-top: 0.15em;
    font-size: 100%;
    line-height: 20px;
}

.fraction span.fdn {
    border-top: thin solid #116881;
}

.fraction span.bar {
    display: none;
}
a.tooltip {
	outline: none;
	text-decoration: none;
	border-bottom: dotted 1px #116881;
	position: relative;
}

a.tooltip strong {
	line-height: 30px;
}

a.tooltip > span {
	width: 190px;
	padding: 10px 20px;
	margin-top: 0;
	margin-left: -120px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	font-size: 14px;
	color: #116881;
	font-style: normal;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #999;
	-webkit-transition-property: opacity, margin-top, visibility, margin-left;
	-webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-property: opacity, margin-top, visibility, margin-left;
	transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}


/*a.tooltip > span:hover,*/

a.tooltip:hover > span {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: 50px;
	display: inline;
	margin-left: -90px;
}

a.tooltip span b {
	width: 15px;
	height: 15px;
	margin-left: 40px;
	margin-top: -19px;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	display: none\0/;
	*display: none;
}

a.tooltip > span {
	color: #000000;
	background: #FBF5E6;
	background: -webkit-linear-gradient(top, #BBE8EF, #FFFFFF);
	background: linear-gradient(top, #BBE8EF, #FFFFFF);
	border: 2px dotted #116881;
}

a.tooltip span b {
	background: #BBE8EF;
	border-top: 2px dotted #116881;
	border-right: 2px dotted #116881;
}

.txt_shadow {
	text-shadow: #131A49 2px 3px;
}

.c_azul0 {
	background-color: #9ED3E2;
}

.c_azul1 {
	background-color: #69b2c7;
}

.c_azul1:hover {
	background-color: #4394aa;
}

.c_azul2 {
	background-color: #4394aa;
}

.c_azul3 {
	background-color: #116881;
}

.c_azul3:hover {
	background-color: #4394aa;
}

.centrar {
	text-align: center;
	margin-left: 150px;
}

.img_style {
	margin: 10px 0;
	padding: 0px 30px 0px 30px;
}

.h_azul2 {
	color: #4394aa;
}

input.retro_positiva {
	background-color: #20B828;
	border-radius: 3px;
	color: FFF;
	text-align: center;
}

input.retro_negativa {
	background-color: #EA1D20;
	border-radius: 3px;
	color: FFF;
	text-align: center;
}

footer div.footer-copyright div p {
	color: #fff;
}

#content > div:nth-child(5) > article > div > table > thead > tr > th {
	background-color: #116881;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin: 5px;
	color: #FFF;
}

#content > div:nth-child(7) > article > div > table > thead > tr > th {
	background-color: #116881;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin: 5px;
	color: #FFF;
}

#content > div:nth-child(9) > article > div > table > thead > tr > th {
	background-color: #116881;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin: 5px;
	color: #FFF;
}

#content > div:nth-child(11) > article > div > table > thead > tr > th {
	background-color: #116881;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin: 5px;
	color: #FFF;
}

#content > div:nth-child(13) > article > div > table > thead > tr > th {
	background-color: #116881;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin: 5px;
	color: #FFF;
}

@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;
	}
}

input.correct {
	background-color: #20B828;
}

input.incorrect {
	background-color: #EA1313;
}

@media(max-width:320px) {
	#content > div > header > div > h1 {
		font-size: 20px;
	}
	#content article .droppable {
		width: 100%;
		padding: 10px 0;
	}
}
@media (max-width: 320px) {
  div.section:nth-child(5) > article:nth-child(1) > div:nth-child(2) > table:nth-child(1) {
    width: 320px;
	font-size: 12px;
  }
}
@media (max-width: 320px) {
  .m8 > table:nth-child(1) {
    width: 320px;
font-size: 12px;

  }
}

.draggable,
.droppable {
	border-radius: 5px;
}

.draggable {
	background-color: #116881;
	border: 1px solid #8C8984;
	text-align: center;
	padding: 5px;
	margin: 5px;
	color: #FFF;
	-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);
	cursor: move;
	width: 200px;
	height: auto;
	display: inline-block;
	font-size: 70%;
}

.droppable {
	padding: 10px;
	background-color: #9ED3E2;
	width: 280px;
	min-height: 40px;
	display: inline-block;
}

.droppable.correct {
	background-color: #4caf50;
}

#content h5 {
	color: #116881;
	padding-bottom: 5px;
}

.c_azul004 {
	background-color: rgba(158, 211, 226, 0.21);
	padding: 10px;
	text-align: center;
}
