@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
body{
	background:url(../img/bg-quiz.jpg) repeat-x top center #ed1c24;
	text-align:center;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px auto;
}
#master{
	width:780px;
	height:auto;
	margin: 20px auto 0px auto;
}
#sombra{
	width:780px;
	height:auto;
	float:left;
	clear:none;
    
	margin-bottom: 20px;
	border-radius: 0px 0px 25px 0px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
#content, #content-voice{
	background:#fff;
	border-radius: 0px 0px 25px 0px;
}
#content-voice{
	height:644px;
}
.black-bg{
	width: 100%;
	background: #000;
	height: 94px;
}
.black-bg .txt{
	width: 200px;
	height:auto;
	float:right;
	clear:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	color:#fde800;
	margin: 30px 0px 0px 0px;
}
.white{color:#fff;}
.black-bg .btn-voice{
	width:258px;
	height:49px;
	float:right;
	clear:none;
	margin: 27px 27px 0px 0px;
	background: url(../img/btn-voice.png) no-repeat top left;
}
.black-bg .btn-voice:hover{
	cursor:pointer;
	background:url(../img/btn-voice.png) no-repeat bottom left;
}
.blue-bg{
	width: 100%;
	background: #0EA5CE;
	height: 28px;
}
.grey-bg{
	width: 100%;
	background: #818285;
	height: 17px;
}

#logo{
	margin:8px 0 0 28px;
	overflow:hidden;
	position:absolute;
	top:30px;
	background:url(../img/pesplogo.png) no-repeat;
	text-indent:-9999px;
	width:235px;
	height:104px;
}

.channing-tatum{
	float: left;
	clear:none;
	padding: 15px 0px 15px 15px;
}

#intro{
	width: 533px;
	height: 330px;
	float: left;
	clear: none;
}
.tit-quiz{
	float: left;
	clear: none;
	padding: 19px 0px 6px 13px;
}

.arial-bold-big{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:27px;
	line-height:28px;
	font-weight:bold;
	padding: 0px 0px 6px 15px;
}
.arial-normal-big{
    width:510px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:21px;
	font-weight:normal;	
    padding: 0px 0px 0px 15px;
}
.sup{
	font-size: 10px;
	line-height: 8px;
}
.logo-icd{
	float:left;
	margin: 2px 0px 0px 9px;
}

#espacio-preguntas{
	width:100%;
	text-align:left;
}
.pregunta{
	margin:15px 28px 0px 30px;
	padding-bottom:30px;
}
.enunciado{
	line-height:18px;
}
.enunciado, .respuestas{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 0px 0px 5px 0px;

}
.respuestas{
	font-weight:normal;
	line-height:24px;
}

input[type="radio"]{
  display: inline-block;
  width: 14px;
  height: 18px;
  margin: 1px 3px 0 0;
  vertical-align: middle;
  cursor:pointer;
}

.btn-resultado{
	display:none;
	width:278px;
	height:69px;
	border:none;
	margin: 15px 0px 15px 17px;
	background: url(../img/btn-resultado.png) no-repeat top right;
}
.btn-resultado:hover{
	cursor:pointer;
	background:url(../img/btn-resultado.png) no-repeat bottom right;
}


/** REDES **/
.share, #resultado .share{
	width: 433px;
	float: right;
	padding-top:7px;
}
#resultado .share{
	width: 360px;
	float: left;
	padding-top: 8px;
	margin-left: 7px;
}
.share ul {
	list-style: none;
}
.share ul.addlinks li a {
	margin: 0;
	padding: 0 !important;
	width: 24px;
	height: 27px;
	border: 0;
	background: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.share .addlinks{
	float: left;
	padding: 0;
	border: 0;
	background: 0;
	clear: none;
	margin: 5px 0px 5px 0;
	padding: 0 5px 0 0;
	height: 31px;
}
.share li {
	margin: 0;
	border: 0;
	background: 0;
	float: left;
	height: 31px;
}
.share li.facebook {
	padding: 0;
	background: transparent url(../img/social-article.tpl.gif) -4px 0px no-repeat;
}
.share li.twitter {
	padding: 0;
	background: transparent url(../img/social-article.tpl.gif) -32px 0px no-repeat;
	width: 25px;
	margin-left: 5px;
}
.share .google_plus {
	background: transparent url(../img/social-article.tpl.gif) -62px -2px no-repeat;
	border-right: 1px solid #CCCCCC;
	float: left;
	height: 28px;
	margin-top: 7px;
	padding-right: 5px;
	width: 25px;
}
.fb_edge_widget_with_comment{
	float:left !important;
	margin: 11px 0px 0px 6px !important;
}


/** FOOTER **/
#footer{
	width:780px;
	background: #98dceb;
	height:40px;
	padding:21px 0px 30px 0px;
	border-radius: 0px 0px 25px 0px;
}
#footer .txt{
	width:402px;
	height:auto;
	float:left;
	clear:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	color:#005e8c;
	margin:8px 0px 0px 57px;
}
.black{color:#000;}
#footer .btn-voice{
	width:258px;
	height:49px;
	float:right;
	clear:none;
	margin-right:57px;
	background: url(../img/btn-voice.png) no-repeat top left;
}
#footer .btn-voice:hover{
	cursor:pointer;
	background:url(../img/btn-voice.png) no-repeat bottom left;
}


/** RESULTADOS **/
#resultado{
	width:770px;
	height:220px;
}
.tit-resultado{
	float: left;
	clear: right;
	padding: 19px 0px 6px 13px;
}
#espacio-respuesta{
	width: 490px;
	height: 86px;
	text-align:left;
	float: left;
	font-size: 15px;
	line-height:21px;
	padding: 0px 0px 2px 18px;
}
pre{
    display:none;
}


/** VOICE RECOGNITION **/
.tit-recognition{
	float: left;
	clear: none;
	padding: 19px 0px 6px 29px;
}
.subtit{
	width: 479px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	float: left;
	padding: 0px 0px 0px 19px;
}
.tip-uno{
    width: 506px;
	float: left;
	padding: 7px 0px 7px 19px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.tips{
	width: 725px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
    padding: 0px 29px 30px 29px;
	color:#000;
	clear:both;
}


.txt-para{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	font-weight:bold;	
    padding: 0px 0px 0px 5px;
	color:#000;
}

a.btn-volver{
	width:auto;
	height: 28px;
	float:right;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height:27px;
	text-transform: uppercase;
	text-decoration: none;
	padding:0px 10px;
	border-left: 1px solid #394b55;
}
a.btn-volver:hover{
	background:#0a7c9d;
	text-decoration: none;
}
.powered-pie{
	width:55px;
	height:auto;
	text-align:left;
	margin: 20px 5px 0px 17px;
	font-size:10px;
	float:left;
	clear:none;
}
.logo-icd-pie{
	float:left;
	padding:0px;
	margin:0px;
}




a.btn-repetir{
	width: 278px;
	height: 69px;
	border: none;
	margin: 20px auto 0px auto;
	background: url(../img/btn-repetirquiz.png) no-repeat top left;
	display: block;
}
a.btn-repetir:hover{
	cursor:pointer;
	background:url(../img/btn-repetirquiz.png) no-repeat bottom left;
}
