/*body{
	background-color: black;
}

#MainContent_contenido{
	background-color: white;
	width: 960px;
	height: 600px;
	position:relative;
	margin:0 auto;
}
.profesores{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	position:relative;
	width:954px;
	height: 300px;
	background:rgba(254,192,0,0.5);
	border:3px solid black;

}
.profesores_linkeame{
	position:absolute;
	width: 200px;
	height: 200px;
	top:50px;
	right: 730px;
	background-color: black;
	border-radius: 50px;
	background-image: url("imagenes/pattern.png");
	 	border-top:2px solid rgba(0,0,0,1);
 	border-bottom:1px solid rgba(255,255,255,0.7);
 	border-top:15px solid rgba(0,0,0,0.5);
 	border-bottom:2px solid rgba(255,255,255,1);
}
.profesores_linkeame a img{
	width: 200px;
	height: 200px;
}
.profesores_foto{
	width: 200px;
	height: 250px;
	background-color: black;
	border-bottom:7px solid brown;
	border-top:20px solid brown;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-radius: 0px 0px 10px 10px;
	float:right;
	position:absolute;
	right:10px;
}
.profesores_foto img{
	width: 160px;
	height: 240px;
	text-align:center;
	position: absolute;
	left:20px; 
}
.profesores_datos{
	width: 500px;
	height: 250px;
	background-color: rgba(0,0,0,0.5);
	position:absolute;
	float:right;
	right: 210px;
	top:20px;
}
h1,h2{
	font-family: 'Play', sans-serif;
        font-size: 1.5em;
        color:brown;
        text-shadow:0px 0px 5px rgba(0,0,0,0.9);}

 .datos_primero{
 	text-align: center;
 	position:absolute;
 	right:2px;
 	width: 500px;
 	font-size: 2em;
 	display: block;
 	background-image: url("imagenes/pattern.png");
 	background-color: black;
 	border-radius: 20px 0px 0px 20px;
 	border-top:2px solid rgba(0,0,0,1);
 	border-bottom:1px solid rgba(255,255,255,0.7);
 	word-wrap:break-word;
 }

 .datos_otros_datos{
 	position:absolute;
 	float:left;
 	left:50px;
 	top:20%;
 	color:white;
 }
 
 .pn_preguntas 
 {
 	padding: 0px 10px 0px 20px;
 }
 
*/


.respuesta > tbody > tr > td >label{
  font-weight:normal;
}