	/* 
	Document   : style
	Created on : 29-08-2013, 03:05:40 PM
	Author     : Daniela.RDiaz
	Description: Purpose of the stylesheet follows.
	*/

	body {
	background-attachment: fixed;
	margin-top: 0px;
	background: rgb(206,206,206); /* Old browsers */
	background: rgb(232,232,232); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	background-repeat: repeat-x;
	}
	
	/*********************************** ESTILOS RECIEN ****************/
	#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  /*position: absolute;*/
  max-width: 400px;
  z-index: 100;
}

.btn-dda {
  background-color: #D49464;
  border-color: #D49464;
}
.btn-dda:hover,
.btn-dda:focus,
.btn-dda:active,
.btn-dda.active {
  background-color: #ce8650;
  border-color: #c9783c;
}
.btn-dda.disabled:hover,
.btn-dda.disabled:focus,
.btn-dda.disabled:active,
.btn-dda.disabled.active,
.btn-dda[disabled]:hover,
.btn-dda[disabled]:focus,
.btn-dda[disabled]:active,
.btn-dda[disabled].active,
fieldset[disabled] .btn-dda:hover,
fieldset[disabled] .btn-dda:focus,
fieldset[disabled] .btn-dda:active,
fieldset[disabled] .btn-dda.active {
  background-color: #D49464;
  border-color: #D49464;
}

	.btn-cal-yell {
	background-color: #FFD900;
	border-color: #FFD900;
	}
	.btn-cal-yell:hover,
	.btn-cal-yell:focus,
	.btn-cal-yell:active,
	.btn-cal-yell.active {
	background-color: #e6c300;
	border-color: #ccae00;
	}
	.btn-cal-yell.disabled:hover,
	.btn-cal-yell.disabled:focus,
	.btn-cal-yell.disabled:active,
	.btn-cal-yell.disabled.active,
	.btn-cal-yell[disabled]:hover,
	.btn-cal-yell[disabled]:focus,
	.btn-cal-yell[disabled]:active,
	.btn-cal-yell[disabled].active,
	fieldset[disabled] .btn-cal-yell:hover,
	fieldset[disabled] .btn-cal-yell:focus,
	fieldset[disabled] .btn-cal-yell:active,
	fieldset[disabled] .btn-cal-yell.active {
	background-color: #FFD900;
	border-color: #FFD900;
	}
	/**************************************/
	.btn-cal-red {
	background-color: #FF2D00;
	border-color: #FF2D00;
	}
	.btn-cal-red:hover,
	.btn-cal-red:focus,
	.btn-cal-red:active,
	.btn-cal-red.active {
	background-color: #e62900;
	border-color: #cc2400;
	}
	.btn-cal-red.disabled:hover,
	.btn-cal-red.disabled:focus,
	.btn-cal-red.disabled:active,
	.btn-cal-red.disabled.active,
	.btn-cal-red[disabled]:hover,
	.btn-cal-red[disabled]:focus,
	.btn-cal-red[disabled]:active,
	.btn-cal-red[disabled].active,
	fieldset[disabled] .btn-cal-red:hover,
	fieldset[disabled] .btn-cal-red:focus,
	fieldset[disabled] .btn-cal-red:active,
	fieldset[disabled] .btn-cal-red.active {
	background-color: #FF2D00;
	border-color: #FF2D00;
	}
	/**************************************/
	.btn-cal-blue {
	  background-color: #00B7FF;
	  border-color: #00B7FF;
	}
	.btn-cal-blue:hover,
	.btn-cal-blue:focus,
	.btn-cal-blue:active,
	.btn-cal-blue.active {
	  background-color: #00a5e6;
	  border-color: #0092cc;
	}
	.btn-cal-blue.disabled:hover,
	.btn-cal-blue.disabled:focus,
	.btn-cal-blue.disabled:active,
	.btn-cal-blue.disabled.active,
	.btn-cal-blue[disabled]:hover,
	.btn-cal-blue[disabled]:focus,
	.btn-cal-blue[disabled]:active,
	.btn-cal-blue[disabled].active,
	fieldset[disabled] .btn-cal-blue:hover,
	fieldset[disabled] .btn-cal-blue:focus,
	fieldset[disabled] .btn-cal-blue:active,
	fieldset[disabled] .btn-cal-blue.active {
	  background-color: #00B7FF;
	  border-color: #00B7FF;
	}
	/**************************************/
	.btn-cal-green {
  background-color: #58A652;
  border-color: #58A652;
}
.btn-cal-green:hover,
.btn-cal-green:focus,
.btn-cal-green:active,
.btn-cal-green.active {
  background-color: #4f954a;
  border-color: #468441;
}
.btn-cal-green.disabled:hover,
.btn-cal-green.disabled:focus,
.btn-cal-green.disabled:active,
.btn-cal-green.disabled.active,
.btn-cal-green[disabled]:hover,
.btn-cal-green[disabled]:focus,
.btn-cal-green[disabled]:active,
.btn-cal-green[disabled].active,
fieldset[disabled] .btn-cal-green:hover,
fieldset[disabled] .btn-cal-green:focus,
fieldset[disabled] .btn-cal-green:active,
fieldset[disabled] .btn-cal-green.active {
  background-color: #58A652;
  border-color: #58A652;
}

.btn-tam-blue {
  background-color: #0070BB;
  border-color: #0070BB;
}
.btn-tam-blue:hover,
.btn-tam-blue:focus,
.btn-tam-blue:active,
.btn-tam-blue.active {
  background-color: #0061a2;
  border-color: #005188;
}
.btn-tam-blue.disabled:hover,
.btn-tam-blue.disabled:focus,
.btn-tam-blue.disabled:active,
.btn-tam-blue.disabled.active,
.btn-tam-blue[disabled]:hover,
.btn-tam-blue[disabled]:focus,
.btn-tam-blue[disabled]:active,
.btn-tam-blue[disabled].active,
fieldset[disabled] .btn-tam-blue:hover,
fieldset[disabled] .btn-tam-blue:focus,
fieldset[disabled] .btn-tam-blue:active,
fieldset[disabled] .btn-tam-blue.active {
  background-color: #0070BB;
  border-color: #0070BB;
}




	/**************************************/
	img#logo {
	margin: 10px;
	width: 100%;
	}
	.panel-tittle {
		font-size: 16px;
	}
	.modal-body {
    max-height: 800px;
    height: 800px;
	}
	.maule-text{
	color: #fffffa !important;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 3px #333;
	}
	.whiteshd-text{
	color: #fffffa !important;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 3px #333;
	}
	.footer-cal-text{
	color: #a0a0a0 !important;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 3px #333;
	}
	.cal-text{
	color: #0A0A0A !important;
	margin: 0 0 10px 0;
	/*text-shadow: 1px 1px 3px #333;*/
	}
	.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 100%;
	overflow: hidden;
	}
	.embed-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	div.jumbowhite{
	background-color:#FFFFFF;
	}
	div.tam-blue-stripe{
	background-color:#0070BB; height:3px;
	}
	div.tam-silver-stripe{
	background-color:#8899A3; height:3px;
	}
	div.tam-yellow-stripe{
	background-color:#91A700; height:3px;
	}
	div.tam-orange-stripe{
	background-color:#F8420A; height:3px;
	}
	div.tam-mustard-stripe{
	background-color:#E4B60B; height:3px;
	}
	div.blue-stripe{
	background-color:#0190DF; height:3px;
	}
	div.maule-stripe{
	background-color:#15BF86; height:3px;
	}
	div.caldera-stripe{
	background-color:#58A652; height:3px;
	}
	div.yellow-stripe{
	background-color:#FFB901; height:3px;
	}
	div.green-stripe{
	background-color:#79C000; height:3px;
	}
	div.red-stripe{
	background-color:#FF020A; height:3px;
	}
	div.col-md-10{
	background-color: white !important;
	}
	.collapse_tittle{
	margin-bottom: 0px !important;
	}
	#spanright{
	float: right;
	}
	.margin-tittle{
	margin-top: 50px;
	}
	.hidding{
	display: none;
	}
	.tabla-centrada{
	text-align: center;
	} 
	.tabla-justificada{
	text-align: justify;
	}
	.banner-text{
	font-weight: bold;
	font-size: 20px;
	}
	.bt-left{
	padding-left: 1em;
	padding-right: 1em;
	float: : left;
	color: white;
	background-color: black;
	}
	.bt-right{
	padding-left: 1em;
	padding-right: 1em;
	float: right;
	color: white;
	background-color: black;
	}
	.error_message{
	color: #FF020A !important;
	font-size: 100% !important;
	font-weight: bold !important;
	}
	/** PANEL VERDE **/
	.panel-green{
	border-color:#c9e599 !important
	}.panel-green>.panel-heading{
	color:#609900 !important;
	background-color:#aed966 !important;
	border-color:#c9e599 !important
	}.panel-green>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:#f1f8e5 !important
	}.panel-green>.panel-heading .badge{
	color:#f5f5f5 !important;
	background-color:#f1f8e5 !important
	}.panel-green>.panel-footer+.panel-collapse>.panel-body{
	border-bottom-color:#ddd !important
	}

	.panel-maule{
	border-color:#0F75BD !important
	}.panel-maule>.panel-heading{
	color:#FFFFFF !important;
	background-color:#0F75BD !important;
	border-color:#0F75BD !important
	}.panel-maule>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:#f1f8e5 !important
	}.panel-maule>.panel-heading .badge{
	color:#f5f5f5 !important;
	background-color:#f1f8e5 !important
	}.panel-maule>.panel-footer+.panel-collapse>.panel-body{
	border-bottom-color:#ddd !important
	}

	.panel-tam{
	border-color:#0070BB !important
	}.panel-tam>.panel-heading{
	color:#FFFFFF !important;
	background-color:#0070BB !important;
	border-color:#0070BB !important
	}.panel-tam>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:#f1f8e5 !important
	}.panel-tam>.panel-heading .badge{
	color:#f5f5f5 !important;
	background-color:#f1f8e5 !important
	}.panel-tam>.panel-footer+.panel-collapse>.panel-body{
	border-bottom-color:#ddd !important
	}
	.panel-dda{
	border-color:#D49464 !important
	}.panel-dda>.panel-heading{
	color:#FFFFFF !important;
	background-color:#D49464 !important;
	border-color:#D49464 !important
	}.panel-dda>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:#f1f8e5 !important
	}.panel-dda>.panel-heading .badge{
	color:#f5f5f5 !important;
	background-color:#f1f8e5 !important
	}.panel-dda>.panel-footer+.panel-collapse>.panel-body{
	border-bottom-color:#ddd !important
	}
	.panel-caldera{
	border-color:#58A652 !important
	}.panel-caldera>.panel-heading{
	color:#FFFFFF !important;
	background-color:#58A652 !important;
	border-color:#58A652 !important
	}.panel-caldera>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:#f1f8e5 !important
	}.panel-caldera>.panel-heading .badge{
	color:#f5f5f5 !important;
	background-color:#f1f8e5 !important
	}.panel-caldera>.panel-footer+.panel-collapse>.panel-body{
	border-bottom-color:#ddd !important
	}

	.panel-grey{
	border-color: #bfbfbf !important
	}.panel-grey>.panel-heading{
	color: #595959 !important;
	background-color:#bfbfbf !important;
	border-color:#bfbfbf !important
	}.panel-grey>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:#bfbfbf !important
	}.panel-grey>.panel-heading .badge{
	color:#595959 !important;
	background-color:#bfbfbf !important
	}.panel-grey>.panel-footer+.panel-collapse>.panel-body{
	border-bottom-color:#bfbfbf !important
	}

	table#content,
	table#content td
	{
	border: none !important;
	}
	/* Botón propio
	-------------------------------------------------- */
	.btn-ttc,
	.btn-ttc:hover,
	.btn-ttc:active {
	color: white !important;
	box-shadow:none !important;
	}

	.btn-ttc {
	background-repeat: repeat-x !important;
	background-color: #79C000 !important;
	}

	.btn-ttc:hover {
	background-image: none !important;
	background-position: 0 -15px !important;
	background-color: #93cc32 !important;
	}
	.btn-ttc:focus {
	outline: none !important;
	background-color: #548600 !important;
	}

	.btn-maule { 
	color: #FFFFFF; 
	background-color: #0F75BD; 
	border-color: #FFFFFF; 
	} 

	.btn-maule:hover, 
	.btn-maule:focus, 
	.btn-maule:active, 
	.btn-maule.active, 
	.open .dropdown-toggle.btn-maule { 
	color: #FFFFFF; 
	background-color: #0FB3BD; 
	border-color: #FFFFFF; 
	} 

	.btn-maule:active, 
	.btn-maule.active, 
	.open .dropdown-toggle.btn-maule { 
	background-image: none; 
	} 

	.btn-maule.disabled, 
	.btn-maule[disabled], 
	fieldset[disabled] .btn-maule, 
	.btn-maule.disabled:hover, 
	.btn-maule[disabled]:hover, 
	fieldset[disabled] .btn-maule:hover, 
	.btn-maule.disabled:focus, 
	.btn-maule[disabled]:focus, 
	fieldset[disabled] .btn-maule:focus, 
	.btn-maule.disabled:active, 
	.btn-maule[disabled]:active, 
	fieldset[disabled] .btn-maule:active, 
	.btn-maule.disabled.active, 
	.btn-maule[disabled].active, 
	fieldset[disabled] .btn-maule.active {
	color: #0FB3BD;
	background-color: #0F75BD; 
	border-color: #FFFFFF; 
	} 

	.btn-maule .badge { 
	color: #0F75BD; 
	background-color: #FFFFFF; 
	}
	/*************************************************************************/
	
	#col_e{
	padding-left: 0;
	padding-right: 0;
	/*background-color: #0070BB;*/
	background-image: url("../_images/bottom.png");
	}

	#top {
	/*width: 975px;
	background-color: black;*/
	/*height: 114px;  */
	border-bottom: 14px solid black;
	}

	#top_2{
	/*width: 975px;
	background-color: black;*/  
	border-left: 12px solid black;
	/*height: 130px;*/
	background-color: white;
	}

	#logolc{
	/*width: 160px;*/
	}

	#top_left{
	padding-right: 0 !important;
	padding-top: 30px !important;
	}

	#top_left_e2{
	padding-right: 0 !important;
	padding-top: 25px !important;
	}

	#top_left_e2 img{

	}
	#top_right_e{
	/*border-bottom: 10px solid black;
	background-color: white;*/
	color: #594584;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 0;
	padding-top: 30px;
	text-align: center;
	}

	#top_right_e h3, #top_right_e h4{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;

	}

	#top_right_e2{
	padding-left: 0;
	padding-right: 0;
	}

	#top_right_e2 img{
	height: 140px;
	width: 642px;
	}
	}

	#top_right{
	padding-left: 0;
	}

	#logo {
	/*width: 235px;*/
	/*height: 114px;*/
	/*background: url(../_images/logolc.jpg);*/
	/*float: left;*/
	}

	#top_center {
	width: 740px;
	height: 90px;
	background-color: white;
	float: right;
	/*background: url(../_images/domlc.png) white;*/
	}

	#top_bottom {
	width: 100%;
	height: 24px;
	background-color: black;
	float: right;
	}

	#subtop {
	width: 957px;
	height: 130px;
	background-color: white;
	margin-left: 6px;
	border-left: 12px solid black;
	background: url(../_images/exps.jpg) no-repeat;
	/*  background: url(../_img/domlcs.png) white; */

	}

	#subtop_left {
	width: 400px;
	height: 100px;
	margin-top: 30px;
	background: url(../_images/tituloexp.png) no-repeat;
	float: left;
	}

	#subtop_right {
	width: 557px;
	height: 130px;
	float: right;
	/* background: url(../_images/fondo.jpg) no-repeat #00579d; */
	background-size: 109% 119%;
	}

	#center {
	width: 975px;
	background-color: white;
	/* border-top: 10px solid black;*/

	}
	#content {
	background-color: white;
	/*text-align: center;*/
	padding-bottom: 40px;
	padding-top: 10px;
	}

	/*
	#content {
	width: 875px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;

	}*/

	#btn-xlarge {
	padding: 18px 28px;
	font-size: 40px; 
	line-height: normal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

	#btn-xlarge:hover {
	color: white;
	}

	#bottom {
	/*background-color: #5a6c74;*/
	padding-top: 20px;
	padding-bottom: 20px;
	}

	#bottom #ref {
	width: 517px;
	height: 68px;
	background: url(../_images/ref.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	}

	#dir {
	text-align: center;
	color: white;
	}


	/*#linea_form {
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 5px;
	padding-bottom: 3px;
	}

	#table_titulo {

	width: 80px;
	}

	div.pager {
	text-align: center;
	margin: 1em 0;
	}

	div.pager span {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8;
	text-align: center;
	cursor: pointer;
	background: #bfbfbf;
	color: #fff;
	margin-right: 0.5em;
	}

	div.pager span.active {
	background: #00579d;
	}

	.pager {
	font-size: 26px;
	}*/
	/*
	.btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 11;
	-moz-border-radius: 11;
	border-radius: 11px;
	font-family: Arial;
	color: #ffffff;
	font-size: 40px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	}

	.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
	}*/
	/*
	#form_inicio a:link {
	font-family: arial;
	font-size: 40px;
	color: #ffffff;
	font-size: 40px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	}

	#form_inicio{
	text-align: center;
	}*/

	/* FORMULARIO DE INGRESO */

	.form-signin {
	margin: 0 auto;
	/*max-width: 330px;*/
	padding: 15px;
	/*min-height: 450px;*/
	}
	.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
	}
	.form-signin .checkbox {
	font-weight: normal;
	}
	.form-signin .form-control {
	box-sizing: border-box;
	font-size: 16px;
	height: auto;
	padding: 10px;
	position: relative;
	}
	.form-signin .form-control:focus {
	z-index: 2;
	}
	.form-signin input[type="email"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: -1px;
	}
	.form-signin input[type="password"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 10px;
	}

	/* FIN FORMULARIO DE INGRESO */

	#form_exp{
	text-align: center;
	}

	#panel_on{
	border-color: #ff9e02;
	}
	#panel_on_heading{

	background: #ff9e02; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWUwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmOWUwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ff9e02 0%, #ff9e02 20%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9e02), color-stop(20%,#ff9e02), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9e02 0%,#ff9e02 20%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9e02 0%,#ff9e02 20%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9e02 0%,#ff9e02 20%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff9e02 0%,#ff9e02 20%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e02', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	/*background-color: #ff9e02;
	border-color: #ef9100;*/
	}

	.panel-primary #ph {
	color: white;
	text-decoration: none;
	}

	.panel-default #ph {
	color: black;
	text-decoration: none;
	}
	#va a{
	color: white;
	text-decoration: none;
	}

	#frec{
	text-align: center;
	}

	#center_form{
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
	}
	#center_form2{
	text-align: center;
	}

	#center_form3{
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	text-align: center;
	}

	#bi{
	float: right;
	}
	#bi a{
	color: white;
	text-decoration: none;
	}

	#panel_create_user{
	padding-top: 20px;
	text-align: center;
	}
	#register_form{
	text-align: center;
	}
	#register_form2{
	text-align: center;
	}

	/* Registro de usuario, steps*/

	.stepwizard-step p {
	margin-top: 10px;
	}

	.stepwizard-row {
	display: table-row;
	}

	.stepwizard {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
	margin-top: 10px;
	}

	.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	}

	.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;

	}

	.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	}

	.btn-circle {
	width: 30px !important;
	height: 30px !important;
	text-align: center !important;
	padding: 6px 0 !important; 
	font-size: 12px !important;
	line-height: 1.428571429 !important;
	border-radius: 15px !important;

	}
	/* Green for the BTN-CIRCLE */
	.btn-circle,
	.btn-circle:hover,
	.btn-circle:active { color: white !important; box-shadow:none !important; }
	.btn-circle { background-repeat: repeat-x !important; background-color: #79C000 !important; border-color: #93cc32 !important; }
	.btn-circle:hover { background-image: none !important; background-position: 0 -15px !important; background-color: #93cc32 !important; }
	.btn-circle:focus { outline: none !important; background-color: #548600 !important; }
	/* FIN  Registro de usuario, steps*/

	@media all and (max-width: 500px) { /* screen size until 500px */
	#content #btn-xlarge {
	font-size: 1.1em;
	}
	#row {
	margin-bottom: -2px;
	}
	.form-signin .form-control {
	font-size: 14px;

	}

	}