/******* PAGINA PREGUNTA *******/

.cuerpo-pregunta{
	width:970px;
	height:auto;
	overflow:hidden;
	float:left;
	}

.caja-pregunta{
	width:969px;
	height:auto;
	overflow:hidden;
	float:left;
	background-image:url(../image/bg-pregunta.jpg);
        background-color: white;
	border-top: 2px solid #60aabf;
	border-bottom: 2px solid #9c9b9b;
	}
	
	
.texto-pregunta{
	margin-top:45px;
	margin-left:45px;
	margin-bottom:20px;
	float:left;
	width:420px;
	min-height:200px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#282828;
	}
	
.titulo-pregunta{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	color:#29698c;
	
	}
	
.imagen-pregunta{
	margin-bottom:30px;
	float:left;
	min-width:10px;
	min-height:10px;
	margin-left:60px;
	margin-top:45px;
	border: 5px solid #b3e3ff;
	}

.caja-respuesta{
	width:969px;
	height:50px;
	overflow:hidden;
	float:left;
	background-image:url(../image/bg-pregunta.jpg);
	background-color:#e7e7e7;
	background-image:url(../image/bg-respuesta.jpg);
	background-repeat:repeat-x;}
	
	
.respuestas{
	margin-top:45px;
	margin-left:45px;
	margin-bottom:20px;
	float:left;
	width:420px;
	min-height:200px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#282828;
	}


.caja-botones-respuesta{
	margin-bottom:30px;
	float:left;
	min-width:360px;
	height:50px;
	margin-left:50px;
	margin-top:10px;

	}