/*hoja de estilos exclusivos para preguntas.html*/


#preguntas{
	width:650px;
	margin-bottom:100px;
}

#preguntas h2{
	margin:20px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:-10px;
	font-size:28px;
	
}

.prg{
	margin:10px;
	margin-left:10px;
	font-size:25px;
	-moz-text-decoration-style:none;
	font-weight:normal;
	margin-top:40px;
}

.resp{
	color:#545151;
	margin-bottom:20px;
}