*{
	margin:0px auto;
	padding:0px;
}

label.filtro {
	display: block;
	font-size: 14px;
	font-weight: 100 !important;
	width: initial !important;
	float: initial !important;
	margin-left: initial !important;
	margin-right: initial !important;
}

body{
	color:#444444;
	font-size:13px;
	background: #f2f2f2;
	font-family:"Century Gothic", Helvetica, sans-serif;

	width: 1000px;
}

#content{
	margin:15px auto;
	margin-top:0px;
	text-align:center;
	width:1000px;
	position:relative;
	height:100%;
}

.loading-box {
	left: 50%;
	top: 130px;
	width: 400px;
	height: 130px;
	display: none;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	background: rgba(255, 255, 255, 0.88);
	-webkit-transform: translate(-50%,-50%);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
}
.loading-box.in {
	display: block;
}
.loading-box > p {
	top: 50%;
	left: 50%;
	font-size: 2em;
	cursor: default;
	position: absolute;
	-moz-cursor: default;
	-webkit-cursor: default;
	transform: translate(-50%,-50%);
}

/*-----CABECERA*/

#titulo-cabecera{
	text-align:right;
	background-color:#a3a3a3;
	color:#FFFFFF;
	font-size:20px;
	width:1000px;
	height:40px;
	margin-top:-3px;
}

#center{
	margin-left: 35px;
}

#titulo-cabecera ul {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;

	list-style-type: none;
}

#titulo-cabecera li {
	float:right;
	margin-left: 1px;
	height: 100%;
}

.left{
	float:left!important;
	margin-left: 0px!important;
	margin-right: 1px;
}

#titulo-cabecera li a {
	display: block;
	text-decoration: none;
	padding: 8px;
	padding-bottom: 0;
	margin: 0;
	height: 100%;
	background-color: #b3b3b3;
	color: #ededed;
}


#titulo-cabecera li a:hover {
	background-color: #cbcbcb;
	color: #666;
}


/* Opinion Form */

#titulo-cabecera form {
	position: absolute;
	z-index: 99;
	width: 500px;
	margin: 0;
	margin-left: 10px;
	color:#666;
	background-color: #ededed;
	text-align: center;
	padding: 15px;
	border:1px solid #cbcbcb;
	box-shadow: 0px 3px 8px #555;

	display: none;
}

#titulo-cabecera form textarea {
	display: inline-block;
	height: 200px;
	width: 470px;
	margin: 20px 0;
	padding: 10px;
	background-color: #f9f9f9;
}

#titulo-cabecera form img {
	position: absolute;
	margin-top: 8px;
	margin-left: 170px;
	display: none;
}


/*>>>>>>>>>>>>>>>>*/


/*miniaturas*/

.navigation ul{
	list-style:none;
}

.navigation ul li {
	float:left;
	width:70px;
	height:60px;
	margin-right: 10px;
	margin-left: 5px;
	padding:0px;

	transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s
}

.navigation ul li.selected {
	box-shadow: 0px 1px 8px #555;
}

#miniaturas{
	text-align:center;
	background-color:#cbcbcb;
	color:#666;
	font-size:24px;
	font-weight:bold;
	float:left;
	width:1000px;
	padding:20px 0px 20px 0px;
}

.miniatura{
	background-color:#ededed;
	color:#666;
	font-size:24px;
	font-weight:bold;
	width:70px;
	height:60px;
	padding:0px;
}

/*>>>>>>>>>>>>>>>>*/

/*Menu estados ( de los 4 estados posibles )*/

#menu-estados{
	text-align:right;
	background-color:#b3b3b3;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	width:1000px;
	margin-top:0px;
	padding:10px 0px 5px 0px;
}

#button {
	padding: 0;
	text-align: center;
}

#button li {
	display: inline;
}

#button li a {
	font-size:13px;
	text-decoration: none;
	float:center;
	width:250px;
	padding: 0px 20px;
	background-color: #b3b3b3;
	color: #ededed;
}

#button li #hover {
	background-color: #cbcbcb;
	padding: 10px 39px 5px 39px;
	color: #666;
}

#registerButton {
  border: 1px solid #CBCBCB;
  padding: 4px 13px;
  background: #FFF;
  text-shadow: none !important;
  font-size: 12px;
  cursor:pointer;
}

#registerButton:hover {
	background: rgb(224, 224, 224) !important;
	color: #000 !important;
}

/*>>>>>>>>>>>>>>>>*/

/*footer*/

#footer{
	text-align:right;
	background-color:#cbcbcb;
	color:#FFFFFF;
	font-size:20px;
	float:left;
	width:1000px;
	margin-top:-3px;
	padding:10px 0px 10px 0px;
}

/*>>>>>>>>>>>>>>>>*/

/*contenedores pantallas*/

#wrapper{
	background-color:#f0f0f0;
	width:998px;
	overflow:hidden;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
#steps{
	width:1000px;
	overflow:hidden;
	background-color:#f0f0f0;
	
	transition: height 1s;
	-webkit-transition: height 1s;

	padding-bottom:20px;
}
.step{
	float:left;
	width:1000px;
	background-color:#f0f0f0;
}

.session-out {
	padding: 20px;
	display: none;
	text-align: center;
	border-top: 1px solid rgb(214, 214, 214);
	border-bottom: 1px solid rgb(214, 214, 214);
}

.session-out.in {
	display: block;
}

.session-out > p {
	margin-bottom: 15px;
}

.session-out > a {
	text-decoration: none;
	color: rgb(92, 92, 178);
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 20px;
}

span.checked{
	background:transparent url(../images/guias/checked.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:1px;
	width:20px;
	height:20px;
}
span.error{
	background:transparent url(../images/guias/error.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:1px;
	width:20px;
	height:20px;
}

#steps form fieldset{
	border:none;
}

#steps form legend{
	text-align:center;
	background-color:#f0f0f0;
	color:#666;
	font-size:17px;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	float:left;
	width:1000px;
	padding:20px 0px 15px 0px;
}

#steps form .contenedor{
	float:left;
	clear:both;
	margin:5px 0px;
	background-color:#f4f4f4;
	border:1px solid #fff;
	width:910px;
	padding:10px;
	margin-left:35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
}

#steps form .contenedor .in-titulo{
	display: block;
	text-align:left;
	background-color:#f4f4f4;	
	color:#666;
	font-size:20px;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;

	padding:5px;
	margin:0px;
	margin-bottom: 14px;
	border: none;
}

#steps form .contenedor label{
	width:100px;
	float:left;
	margin-left:20px;
	margin-right:15px;
	line-height:26px;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
}

.chosen-container {
	width: 100% !important;
}
.chosen-results {
	width: 100%;
	margin-left: 0 !important;
	display: inline-block;
}
.chosen-container ul.chosen-choices {
	width: 100%;
	margin: 0 !important;
}

#steps form .contenedor .columna {
	display: inline-block;
	width: 295px;
	margin-bottom: 10px;
}

#steps form .contenedor .ancho {
	line-height: 26px;
}

#steps form input:not([type=checkbox]),
#steps form textarea,
#steps form select{
	background: #ffffff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	padding: 5px;
	float:left;

	margin-bottom: 4px;
}

.set-estado {
	float: none!important;
}

#steps form .float-legend input[type=checkbox]{
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}

#steps form .float-legend select{
	width: 100%;
}

#steps form .float-legend .etiqueta {
	display: inline-block;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	font-weight:normal;
	font-size: 13px;
}

#steps form .float-legend {
	float: left;
	padding: 20px 30px;
	height: 170px;
	width: 215px;
	margin-left: 20px;

	background-color:#f4f4f4;
	border:1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	
	text-align: left;
	line-height:26px;
	font-size:20px;	
	color:#666;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
}

.editor-check-mask input[type="checkbox"] {
	margin-top: 7px;
	margin-left: 5px;
	float: left;
}

#steps .full{
	width: 90% !important;
}

#steps .long{
	width: 500px !important;
}

#steps .natural{
	width: 300px !important;
}

#steps .peque{
	width: 170px !important;
}

#steps .mini{
	width: 25px !important;
}

#steps .break{
	margin-right: 500px;
}

#steps form input:focus{
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	background-color:#FFFEEF;
}

#steps form .contenedor.submit{
	background:none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-align: center;
}

#anterior {
	float: left;
	clear: none!important;
	margin-bottom: 20px!important;
	margin-left: 20px!important;
}

#siguiente {
	float: right;
	clear: none!important;
	margin-bottom: 20px!important;
	margin-right: 20px!important;
}

#guardar {
	float: left;
	clear: none!important;
	margin-left: 220px!important;
	margin-bottom: 20px!important;
}

#eliminar-guia {
	float: right;
	font-size: 18px!important;
	padding: 4px 15px!important;
}

#titulo-cabecera form input[type="submit"],
#siguiente,
#anterior,
#guardar,
#steps form .boton-chico {
	border:none;
	outline:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	cursor:pointer;
	margin: 0px auto;
	clear:both;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #777;
	font-weight:bold;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size:22px;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	background:#cbcbcb;
}

.eliminar-guia {
	padding: 0 !important;
}
.boton-eliminar-guia {
	outline: none;
	-moz-border-radius: 10px;
	cursor: pointer;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #777;
	font-family: "Century Gothic", Helvetica, sans-serif;
	background: #cbcbcb;
	clear: none;
	display: inline-block;
	margin: 0px;
	margin-top: 2px;
	box-shadow: none;
	border: none;
	color: rgb(113, 138, 190);
	font-size: 15px;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

#titulo-cabecera form input[type="submit"],
#steps form .boton-chico {
	clear:none;
	display: inline-block;
	padding: 15px 8px;
	margin: 0px;
	margin-top: 2px;
	font-size:14px;
}

#titulo-cabecera form input[type="submit"]:hover,
#siguiente:hover,
#anterior:hover,
#guardar:hover,
#steps form button:hover {
	background:#b3b3b3;
	color:#ffffff;
	text-shadow: 0 1px 1px #777;
}

#steps form .right-legend {
	float: right;
	padding: 30px 50px;
	margin-right: 110px;
	background-color:#f4f4f4;
	border:1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	text-align: center;
	line-height:26px;
	font-size:20px;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
}

#steps form .left-legend {
	width: 410px;
	float: left;
}

#steps form .left-legend .input:first-of-type input {
	float: right;
	margin-bottom: initial;
}

#steps form .left-legend .input:not(:first-of-type) {
	height: 26px;
	margin: 10px 0;
	padding-left: 45px;
	position: relative;
}

#steps form .left-legend .input:not(:first-of-type) label {
	margin-left: 15px;
	width: initial !important;
	float: initial !important;
	margin-left: initial !important;
	margin-right: initial !important;
}

#steps form .left-legend .input:not(:first-of-type) input {
	right: 0;
	float: initial;
	position: absolute;
	margin-bottom: initial;
}

#steps form .left-legend h3.natural {
	color: #666;
	display: inline-block;
}

#steps form .left-legend h3:not(.natural) {
	margin: 15px 0 15px 20px;
}

#steps form .left-legend h3 {
	color: #666;
	margin-left: 20px;
	margin-bottom: 6px;
}

#contenedor-creditos {
	height: 260px;
}

#steps form .right-legend .error {
	color:rgb(190, 139, 119);
}

#steps form .right-legend .texto-grande {
	display: block;
	font-size: 35px;	
	margin-top: 12px;
}

.chzn-results{
	float: left;
	width: 100%;
	margin-left: 0px!important;
}

#steps ul, #steps ol {
	margin: 5px;
	margin-left: 20px;
}

#steps ul a {
	text-decoration: none;
	font-weight: bold;
	color:#666;
}

.clear {
	clear:both;
}

ul.lista-recomendaciones li {
	list-style: outside none none;
	font-weight: bold;
	color: #666;
	margin: 5px 0px;
}
ul.lista-recomendaciones li:last-of-type {
	margin-bottom: 15px;
}

/*>>>>>>>>>>>>>>>>*/


/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border: 1px solid rgb(221, 221, 221);
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;

}

table {
	width: 100%;
	display:inline-block;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
	text-align: center;
}

td .margenes {
	margin: auto 25px;
	text-align: right;
}

.eliminar-guia {
	color: #ffffff;
	display: block;
	cursor:pointer;
	margin: 0px auto;
	padding: 0;
	text-shadow: 0 1px 1px #777;
	font-weight:bold;
	font-family:"Century Gothic", Helvetica, sans-serif;
	box-shadow:0px 0px 3px #aaa;
	background:#cbcbcb;
}

.eliminar-guia > a {
	display: block;
	font-weight: 100;
	padding: 7px 15px;
}

.eliminar-guia > a:hover {
	text-decoration: none !important;
}

.eliminar-guia:hover {
	/*background:#b3b3b3;*/
	color:#ffffff;
	text-shadow: 0 1px 1px #777;
}

table .margin {
	background: #E6EDF5;
}

thead th {
	text-align: center;
	background: rgb(238, 238, 238);
	color: #666666;
	font-size: 100% !important;
	width:25%;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }
tbody tr.odd { background: #F7F9FC; }


table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

tfoot .total {
	text-align: center;
	font-size: 100%;
	padding: 10px 0;
	font-weight: bold;
}

tfoot .error { color: #AE1A30; }




/* Alerts */
#alert-block {
	height: 26px;
	background-color: #F0F0F0;
	overflow: hidden;
}

#alert-block h4 {
	display: block;
	text-align: center;
	color: #AAA;
	padding: 5px 0 5px 25px;
	font-size: 14px;
}

#alert-block h4.alert_info {
	background: rgba(181, 229, 239, .3) url(../images/icn_alert_info.png) no-repeat;
	background-position: 10px 3px;
}

#alert-block h4.alert_warning {
	background: rgba(245, 243, 186, .3) url(../images/icn_alert_warning.png) no-repeat;
	background-position: 10px 3px;
}

#alert-block h4.alert_error {
	background: rgba(243, 217, 217, .3) url(../images/icn_alert_error.png) no-repeat;
	background-position: 10px 3px;
}

#alert-block h4.alert_success {
	background: rgba(226, 246, 197, .3) url(../images/icn_alert_success.png) no-repeat;
	background-position: 10px 3px;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-showElement {
  z-index: 9999999;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */ 
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 260px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
}

/* 
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/ 
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none; 
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-disabled, .introjs-disabled:hover {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
}