@charset "utf-8";

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-family:"Lucida Sans",Arial,sans-serif;
	color: #7a7a7b;
	font-size: 20px;
}

h2 {
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline;
}

h3 {
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 20px;
}

.logo {
	position: relative;
	margin: 10px 0;
	color: #7a7a7b;
	font-size: 20px;
	text-transform: uppercase;
}

.contentPreg {
	clear: both;
	border: 4px solid #a8b947;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 10%;
	position: relative;
	z-index: 100;
	background: #fff;
}

.imgPregunta {
	margin: 10px 0;
}

.imgPregunta {
	height: 128px;
}

.pregunta {
	margin: 20px 0;
	width: 100%;
	color: #7a7a7b;
	font-size: 20px;
	text-transform: uppercase;
}

#barra_inf {
	margin: 10px 0;
	width: 100%;
}

#respuestas {
	font-size: 10px;
	/*height: 60px;*/
	/*overflow: hidden;*/
}

.btRespuesta {
	background: url("../images/star.png") no-repeat;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 3px;
}

#botones {
	clear: both;
	margin: 10px;
}

.boton {
background: rgb(162,186,2); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(162,186,2,1) 0%, rgba(107,141,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,186,2,1)), color-stop(100%,rgba(107,141,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2ba02', endColorstr='#6b8d01',GradientType=0 ); /* IE6-9 */

	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 15px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.boton:hover {
	
background: rgb(106,106,106); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(106,106,106,1) 0%, rgba(67,67,67,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,106,106,1)), color-stop(100%,rgba(67,67,67,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(67,67,67,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(67,67,67,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(106,106,106,1) 0%,rgba(67,67,67,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(106,106,106,1) 0%,rgba(67,67,67,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#434343',GradientType=0 ); /* IE6-9 */

	color: #FFFFFF;
}

.botonIzq {
	float: left;
	display: none;
}

.botonDer {
	float: right;
	display: none;
}

.botonFin {
	float: right;
}

.imgProg {
	float: left;
	width: 10%;
}

.imgProg img {
	max-width: 100%;
}

#progreso {
	float: left;
	width: 80%;
	height: 25px;
	display: table;
	margin-top: 40px;
}

.seccionProg {
	display: table-cell;
	border-left: 1px solid #cce819;
	background: rgb(162,186,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(162,186,2,1) 0%, rgba(107,141,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,186,2,1)), color-stop(100%,rgba(107,141,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2ba02', endColorstr='#6b8d01',GradientType=0 ); /* IE6-9 */
}
.seccionProgSin {
	background: #ff0000;
}

.seccionProgActual {
	background: rgb(181,194,98); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,194,98,1) 0%, rgba(194,206,110,1) 49%, rgba(181,194,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,194,98,1)), color-stop(49%,rgba(194,206,110,1)), color-stop(100%,rgba(181,194,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,194,98,1) 0%,rgba(194,206,110,1) 49%,rgba(181,194,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,194,98,1) 0%,rgba(194,206,110,1) 49%,rgba(181,194,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,194,98,1) 0%,rgba(194,206,110,1) 49%,rgba(181,194,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,194,98,1) 0%,rgba(194,206,110,1) 49%,rgba(181,194,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c262', endColorstr='#b5c262',GradientType=0 ); /* IE6-9 */

}

.seccionProgDone {
	background: rgb(162,186,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(162,186,2,1) 0%, rgba(107,141,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,186,2,1)), color-stop(100%,rgba(107,141,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,186,2,1) 0%,rgba(107,141,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2ba02', endColorstr='#6b8d01',GradientType=0 ); /* IE6-9 */
}


.firstSec {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.seccionProg:last-child {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

#campoRespuestas {
	border: 4px solid #a8b947;
	border-radius: 10px;
	margin: 10px 10%;
	padding: 50px;
	top: -25px;
	position: relative;
}

#campoRespuestas textarea {
	height: 200px;
	width: 100%;
	border: 2px solid #a8b947;
	border-radius: 10px;
	background: #e9edd1;
	padding: 10px;
}

#yesNo {
	width: 320px;
	overflow: hidden;
}

.btYesNo {
	cursor: pointer;
}

.yes, .no, .maybe {
	width: 106px;
	height: 60px;
	float: left;
}

.yes {background: url("../images/yes.png") 50% 0 no-repeat;}
#yes.marcado {background: url("../images/yes_mark.png") 50% 0 no-repeat;}
.no {background: url("../images/no.png") 50% 0 no-repeat;}
#no.marcado {background: url("../images/no_mark.png") 50% 0 no-repeat;}
.maybe {background: url("../images/maybe.png") 50% 0 no-repeat;}
#maybe.marcado {background: url("../images/maybe_mark.png") 50% 0 no-repeat;}

.codigo {
	font-size: 26px;
	font-weight: bold;
}

.logo_2, .logo_3, .logo_4, .logo_5, .logo_6 {
	display: none;
}

#pie {
	height: 10px;
	clear: both;
}

#botonEmail {
	clear: both;
	margin: 20px;
}

.sep {
	margin: 20px 0;
}

.respuestasStar {
	margin: 0 auto;
}

.txtFin {
	margin: 40px;	
}
.txtFin table td {
	line-height: 25px;
	text-align: left;
	vertical-align: middle;
}
.btVolver {
	clear: both;
	margin-top: 20px;
}
.star {
	float: left;
}
.star span {
	display:block;
	text-align: center;
}

.errorMsg {
	color: red;
}