/** Estilos genéricos de las encuestas **/

.noSurveys{
	margin: 0 0 2em;
	padding:0.5em 0.5em 0.5em 2.5em;
	font-weight:bold;
}

.dataSurveys .noSurveys{
	margin: 0 0 2em 0;
}

#surveys{
	margin: 1.5em 1.5em 0 1.5em;
}

/*pregunta*/
div.dataSurveys{
	margin:0;
}

h3.titleSurvey{
	font-weight:bold;
	color: #555;
}

DIV.questionSurvey{
	background:#747dc1;
	margin-bottom:0;
	margin-top:2em;
	color:#fff;
	margin-left:0;
	padding:0.2em 0.8em 0.3em 0.8em;
	font-size:13px;
	font-weight:bold;
	display: inline-block;
}

/*Posibles respuestas de la encuesta*/
DIV.answersSurvey{
	padding: 1em; /*1em 0.6em;*/
	color:#333;
	background:#F1F5F6;
}

div.answerSurvey input{
	border:none;
}

div.answersSurvey textarea.textualAnswer{
	font-family: Arial, Verdana, Geneva, sans-serif;
	width: 100%;/*49.2em;*/
	margin: 2px 0;/*margin-left: 0.5em;*/
	padding: 0;
	resize: vertical;
}

DIV.answersSurvey div.evenAnswer,
DIV.answersSurvey div.oddAnswer{
	margin-bottom:0.5em;
}

.buttonSurveys,
.footSurvey{
	text-align: right;
	margin-bottom: 2em;
	margin-top:2em;
}

BUTTON.buttonSend, button.surveyButton{
	border:medium none;
}

BUTTON.buttonSend:hover, button.surveyButton:hover{
	text-decoration: underline;
}

.buttonSurveys a.buttonShow{
	display:inline-block;
	height:31px;
	line-height:31px;
	background:#A2A29C;
	padding:3px 15px;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-decoration: none;
	border-radius: 2px 2px;
	transition: all 0.15s linear;
}

.buttonSurveys a.buttonShow:hover{
	background:#8C8C8C;
}

.buttonSurveys a.buttonShow:link, .buttonSurveys a.buttonShow:visited,
BUTTON.buttonSend{
	color:#fff;
}

BUTTON.buttonSend{
	background:#FE0000;
	padding:0.6em 1.2em;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
}

/*RESULTADOS DE LAS ENCUESTAS*/
body.resultsPopup{
	background:#fff;
	height: auto;
}

div.resultSurvey{
	margin:0 1em;
	background-color: #fff;
}

DIV.resultSurveyPopup {
	margin:0;
	padding-bottom:1em;
}

div.titleResultSurvey{
	margin-left:0;
	margin-bottom:1em;
}

div.resultTextSurvey{
	margin-bottom:1em;
}

body.resultsPopup div.dataSurveys{
	margin-left:0;
	margin-top:0;
}

body.resultsPopup div.dataSurveys .questionSurvey{
	margin-top:0;
}

div.dataSurveys div.answer{
	background-color: #F1F5F6;
	padding:0.5em 1em 1em;
}

div.respond{
	font-weight:bold;
	font-size:11px;
	color:#333;
	padding-left:0;
}

div.blockGraphic{
	width:100%;
	overflow:hidden;
	border:1px solid #ccc;
	position: relative;
}

div.totalres{
	padding:.2em .5em 0 1em;
	float: right;
}

div.resultGraphic{
	float:left;
	padding:1px;
	width:89.3%;
	border-right:1px solid #CCCCCC;
	/*width: 90.7%;*/
}

div.answer div.graphic{
	background-color:#007140;
	height:1.4em;
}

div.totalQuestion{
	margin-top:1em;
	margin-bottom:1em;
	padding-right:1em;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}

div.percent{
	position:absolute;
	color: #C9C6C6;
	top:0.25em;
	left:0.5em;
	font-size:0.9em;
	font-weight:bold;
}

div.footSurvey{
	padding-bottom:2em;
	font-size:12px;
}
