/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */
:root {
  --primary: #C62200;
  --primary-text: #666;
  --primary-highlight: #E64422;
  --primary-darker: #666;
  --background: #CCC;
}


/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: var(--primary-text);
  background:white;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

#general_container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: calc(100vh - 120px - 120px - 1.6em);
}
#wrapper-header {margin-left:auto;margin-right:auto;width:900px;}
#wrapper-footer {margin-left:auto;margin-right:auto;width:900px;}
#background-footer {background: linear-gradient(0deg, var(--background) 0%, var(--background) 47%, rgba(255,255,255,1) 100%);}
#footer {background-repeat:no-repeat;height: 120px;}
#background-header {background: linear-gradient(180deg, var(--background) 0%, var(--background) 47%, rgba(255,255,255,1) 100%);}
#content {min-height:400px;}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.7em;
  color:var(--primary);
  font-weight:bold;
}
h1 b {color:var(--primary);}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
p.bajada {color: var(--primary-text);}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: var(--primary-highlight);
}
a:visited {
  color: var(--primary-highlight);
}
a:hover {
  color: var(--primary-highlight) !important;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header {
  width: 900px;
}
#content {
  width: 854px;
  padding: 1em;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#header {
	background-image: url('../images/encabezado_a.png');
	padding-top: 90px;
	padding-left: 10px;
	background-repeat: no-repeat;
  padding-bottom:2em;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
 /* border-left: 1px solid #9cf; /* LTR */
 padding-left: 30px;
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {

  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  /*border: 1px solid #bbb;*/
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
#productos-home {
	font-family:verdana;
	color:#035294;
	padding-left:12px;
}
td.paddingtop {
	padding-top:20px;
}
#td-home {
	background-image:url('sites/default/files/web_03.png');
	height:257px;
}

#p-home1 {
	color:white;
	font-size:26px;
	padding-left:25px;
	font-family:verdana;
	line-height: 1em;
}
.evaluacion_thumb {
	min-width: 100%;
	display:inline-block;
	padding:1em;
	margin-right:1em;
	margin-bottom:1em;
	vertical-align:bottom;
	background:#ffffff;
	text-align:center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	vertical-align:top;
	height:100%;
	box-shadow: 0 1px 4px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.24);
}
div.evaluacion_thumb.abierta {border-color:var(--primary-darker);}

div.et_encabezado {width:100%;height:30px;border-bottom:1px solid #C0C0C0;margin-bottom:10px;text-align:left;vertical-align:middle;}
div.abierta>div.et_encabezado {
	color:var(--primary-darker);
	text-transform: uppercase;
	font-size: 0.8em;
}
div.estadonombre{
display: inline;
vertical-align: bottom;
line-height: 30px;
	padding-left: 10px;
}

div.ev_titulo {text-align:left;color: var(--primary-text);font-size:1em;}
div.ev_bajada {text-align:left;font-size:0.7em;}
a.eval:hover div.ev_bajada {color:var(--primary-darker);}
div.ev_tipo {
background:var(--primary-darker);
color: white;
font-size: 0.7em;
text-align: left;
margin-left: -10px;
padding-left: 10px;
margin-bottom: 5px;
margin-right:-10px;
}
div.ev_tipo_nombre {
	padding: 2px;
	text-align: left;
	border-right: 2px solid white;
	text-transform:uppercase;
	padding-left:10px;
}
div.ev_tipo_nombre.Abierta{
	background: var(--primary-darker);
}

.evaluacion_titulo {text-align:center;color:#333;}
.evaluacion_estado {text-align:center;color:#333;}

.pregunta_texto {font-size: 2em; color: #000;}
.pregunta_texto small {font-size:0.4em;color:gray;font-weight:normal;}
.pregunta ul {list-style-type:none;margin-left:0px;padding-left:0px;}

#header_evaluacion h1 {font-size:2.25em;color:var(--primary-highlight); font-weight:bold; margin-bottom:0.5em;}
#header_evaluacion h1 small {font-size:0.7em; color:var(--primary-text); display:inline-block; margin-top:0.25em; display:none;}

#indice {margin-bottom:30px;}

a.indice_inicio {padding-right:10px;}
a.indice_final {padding-left:10px;}
a.resaltado {color:white;}
#indice {font-size:0.7em;}
#indice a {color:#333333;}
#indice a.resaltado {color:white;}
.indice_inicio{font-size:1em;}
.indice_final{font-size:1em;}

#indice table {
	font-size: 1em;
	background: #98D1B1;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
}

a.eval {color:var(--primary-darker);font-weight:normal;margin-bottom:1em;vertical-align:top;min-width:45%;margin-right: 1em;}
a.eval:active {
	animation: flipOutY 0.5s;
}
.image_eval{
border-radius: 15px;
border: 1px gray solid;
padding: 5px;
}
#resumen td {padding:4px;padding-right:10px;}
#resumen td a {color:#847E79;font-weight:normal;}
#resumen td a:hover {color:#53A5C5;font-weight:normal;}
.r_gen {background:#fff;border:1px solid #eee;}

input[type=button], input[type=submit] {
  background:var(--primary);
  color:white;
  cursor:pointer;
  cursor:hand;
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 0.5em;
  display: inline-block;
  margin-left: 0.5em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  min-width: 20%;
  margin-top: 1em;
}

input[type=button]:hover, input[type=submit]:hover {
  background:var(--primary-darker);
}

input[type=button].cancel, input[type=submit].cancel {
  background: #444;
}

input[type=button].cancel:hover, input[type=submit].cancel:hover {
  background: #222;
}

.evaluacion_realizada .evr_encabezado{display:inline;font-size:0.8em;}
.evaluacion_realizada .evr_encabezado img {width:1.4em;}
.evaluacion_realizada .evr_fecha{display:inline;font-size:0.8em;}
.evaluacion_realizada .evr_titulo{display:inline;font-weight:bold;font-size:0.8em;}
.msg {font-size:0.8em;text-align:left;color:var(--primary-darker);}

.mejor_no_hablar{
  transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
}

.row.spaced {
	margin-top:2em;
	margin-bottom:2em;
}




input[type='radio'] {
  display:none;
}

input[type='radio'] + span:hover {
  cursor:pointer;
}
ul li label {
  width:100%;
}
input[type='radio'] + span:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  display:inline-block;
  margin-right:0.5em;
  font-size: 1.5em;
}

input[type='radio'] + span {
  border:1px solid #ccc;
  padding:1em;
  border-radius:0.5em;
  display:inline-block;
  margin-left:0.5em;
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  height: 100%;
  min-width: 20%;
  width: 100%;
}

input[type='radio']:checked + span:before {
  content: "\f14a";
}

input[type='radio']:checked + span {
  background:var(--primary);
  color: white;
  animation: bounce .4s;
  font-weight: bold;
}

.pregunta ul {
	display:flex;
  flex-direction: column;
}

.pregunta ul li:last-child {
	margin-top:1em;
}

.pregunta ul li:last-child input[type='radio']:checked + span {
  background:var(--primary-text);
}

.pregunta {
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	max-width:750px;
}

textarea {
	padding:1em;
	max-width:750px;
}

.backtohome {
  padding:1em;
  border:1px solid #ccc;
  margin-bottom:1.5em;
  display:inline-block;
  background:#61ACC6;
  color:white !important;
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24)
}

.pregunta_texto small {
	display:block;
	margin-bottom:1em;
}

#evaluaciones_container {
	text-align:left;
	width:850px;
	padding-top:30px;
	display:flex;
	flex-wrap:wrap;
}

div.pregunta ul li {
  max-width:60%;
  font-size:0.9em;
  margin-bottom:0.5em;
}

ul.bar-botones  {
  list-style-type: none;
  margin-left:0px;
  padding-left:0px;
}


ul.bar-botones li {
  display: inline-block;
  margin-right:0.25em;
}


ul.bar-botones li input[type=button]{
  font-size: 0.8em;
}

.form-label {
  font-weight: bold;
  margin-top:0.5em;
}

#e_gpo_list table {width:100%;}

#e_gpo_list .gr_body td.field0 {
  text-align:center;
}
#e_gpo_list .gr_body .peso {
  font-size:2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#e_gpo_list .gr_head {
  display:none;
}

#e_gpo_list .gr_body tr:first-child td {
  border-top: 1px solid #ddd;
}

#e_gpo_list .gr_body td {
  padding-right: :1em;
  vertical-align:top;
  padding-bottom:1em;
  padding-top:1em;
  border-bottom: 1px solid #ddd;
}

#e_gpo_list input {
  width:5vw;
  font-size: 0.75em;
}

#e_gpo_list input.modificar {
}

#e_gpo_list input.eliminar {
  background:#800;
}

#e_gpo_list input.comentar {
  background:#880;
}

#e_gpo_list .gr_body {
  width: 100%;
}

#e_gpo_list {
  margin-bottom: 10vh;
}

#e_gpo_list td.field1 h4 {
  text-transform: uppercase;
  font-weight:bold;
  font-size: 2em;
}

#e_gpo_list td.field1 h5 {

    margin-top: 1.5em;
    color: gray;
    font-size: 0.75em;
    display: block;
    font-weight: bold;

}

input.ok_button {
  background: #080;
  min-width:6vw;
}

input.fail_button {
  background: #800;
  margin-right: 4em;
  min-width:6vw;
}


#content h2.animated {
  text-align:center;
  text-transform: uppercase;
  font-weight: bold;
  font-size:1.5em;

}

.et_encabezado img {width:32px;}

form {
width: 800px;
margin-left: auto;
margin-right: auto;
}


.evaluacion_thumb > div + img {
    max-width: 180px;
    min-height: 100px;
    object-fit: contain;
}
