html, button, input, select, textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio, canvas, img, video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

:focus {
	outline: none !important;
}

::-moz-focus-inner {
	border: 0 !important;
}

*::-moz-selection {
	background: none repeat scroll 0 0 #B3D4FC !important;
	text-shadow: none !important;
}

a, a:hover {
	text-decoration: none !important;
}

.logo {
	position: absolute;
	left: 30px;
	z-index: 99;
	top: -60px;
}

/*
input {
	font-size: inherit !important;
}


.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}
*/
.border-top-bottom {
	border-top: 1px solid #adabab;
	border-bottom: 1px solid #adabab;
}

.bold {
	font-weight: bold;
}

.content-section-b .container {
	background: url("../images/bg-square.png") repeat;
}

.titulo-modulo {
	text-align: center;
	color: #686765;
	font-size: 18px;
	font-weight: bold;
}

.btn-min {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #0f6cb6;
	text-transform: uppercase;
	-webkit-box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	-moz-box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	border-color: #0f6cb6;
}

.btn-min-black {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #000;
	text-transform: uppercase;
	-webkit-box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	-moz-box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	border-color: #000;
}

.btn-min-pink {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #ee2375;
	text-transform: uppercase;
	-webkit-box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	-moz-box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	box-shadow: 5px 4px 2px rgba(0, 0, 0, .50) !important;
	border-color: #ee2375;
}

.btn-min-pink:hover {
	background: #0f6cb6 !important;
}

.btn-min-no-shadow {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #0f6cb6;
	border-color: #0f6cb6;
}

.btn-min:hover {
	background: #0f6cb6 !important;
}

.no-btn {
	background: none;
	border: 0px none;
	padding: 0px;
}

.modal-content {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #104A97),
		color-stop(0.4, #3F88C4));
	background-image: -o-linear-gradient(bottom, #104A97 0%, #3F88C4 40%);
	background-image: -moz-linear-gradient(bottom, #104A97 0%, #3F88C4 40%);
	background-image: -webkit-linear-gradient(bottom, #104A97 0%, #3F88C4 40%);
	background-image: -ms-linear-gradient(bottom, #104A97 0%, #3F88C4 40%);
	background-image: linear-gradient(to bottom, #104A97 0%, #3F88C4 40%);
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.modal-header {
	background: #fff;
	overflow: hidden;
}

.modal-logo {
	float: left;
	margin-right: 16px;
}

.moda-body-txt {
	margin: 20px;
	color: #fff;
}

.modal-footer {
	border-top: 0;
	text-align: center;
}

.close {
	font-size: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 15px 15px 0px 0px !important;
	z-index: 999;
}

.page-header {
	background: url("../images/bg-header.jpg") no-repeat top right #fff;
	margin-top: 0;
	padding: 20px 30px 10px 30px;
}

.header-right, .header-right u {
	font-size: 11px;
	color: #565454;
	text-align: right;
}

.header-right .nav>li>a {
	padding: 8px 15px;
}

.home-user-icon {
	margin: 0 8px 0 0;
}

#header .header-right .navbar-min {
	width: 650px;
	float: right;
	margin-top: 20px;
}

#header .header-right .navbar-min .welcome {
	float: left;
	padding: 10px 15px;
}

#header .header-right .navbar-min .menu-top {
	float: left;
}

#main {
	border-left: 1px solid #7f7d7d;
}

#main .main-body {
	background: #fff;
	padding: 20px 30px 0;
}

#main form {
	font-size: 12px;
}

#main .form-control {
	background: #e4e5e5 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	height: 100% !important;
	line-height: 100% !important;
	padding: 5px 12px !important;
}

#main select.form-control {
	padding: 3px 12px !important;
}

#main .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#main .form-horizontal .control-label {
	padding: 2px 0;
	font-weight: normal;
	text-align: left;
}

.titulo {
	background: #0a4292;
	color: #fff;
	width: 370px;
	margin-bottom: 20px;
}

.titulo h1 {
	background: #3f89c5;
	margin: 0 0 0 20px;
	padding: 7px 7px 7px 35px;
	font-size: 22px;
}

.image-center {
	margin: 0 auto;
}

.examinar {
	vertical-align: text-bottom;
	margin-left: 5px;
}

.examinar-group {
	display: block;
}

.examinar-btn {
	float: right;
}

.ecuador {
	vertical-align: bottom;
	margin-left: 5px;
}

.rights {
	float: right;
	margin: 25px 20px 25px 0;
}

.rights-txt {
	width: 200px;
	text-align: right;
	display: inline-block;
	font-size: 10px;
}

.tablas {
	width: 100%;
	padding: 0;
}

.tablas th {
	background: #686765;
	padding: 5px;
	color: #fff;
}

.tablas td {
	background: #e5eff7;
	color: #000;
	padding: 5px;
}

#left .nav-pills>li>a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #777575;
	margin-bottom: 20px;
	padding: 4px 15px;
	color: #fff;
}

#left .nav-pills>li>a:hover, #left .nav-pills>li>a:focus {
	color: #ffd006;
}

#left .nav-pills>li.active>a, #left .nav-pills>li.active>a:hover, #left .nav-pills>li.active>a:focus
	{
	color: #ffd006;
}

.home-icons {
	display: inline-block;
	width: 35px;
}

.pagination>li>a, .pagination>li>span {
	background: none !important;
	border: 0 !important;
	color: #7e7b7b !important;
	font-size: 14px !important;
	padding: 6px 4px !important;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus {
	background: none !important;
	color: #7e7b7b !important;
	font-weight: bold !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	background: none !important;
	color: #7e7b7b !important;
	font-weight: bold !important;
}

.listas {
	color: #555;
	padding: 3px 12px;
	background: #e4e5e5;
	border: 0;
	display: block;
	width: 100%;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.tabs-center-3 {
	width: 100%;
	text-align: center;
}

.tabs-center-3 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 33%;
}

.tabs-center-3.nav-pills>li.active>a, .tabs-center-3.nav-pills>li.active>a:hover,
	.tabs-center-3.nav-pills>li.active>a:focus {
	background: none;
}

.tabs-center-3.nav-pills>li>a:hover, .tabs-center-3.nav-pills>li>a:focus
	{
	background: none;
}

.titulo-tab {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}

.titulo-tab img {
	margin: -5px 5px 0 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*
.btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.btn-file>input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

.fileupload {
	margin-bottom: 9px;
}

.fileupload .uneditable-input {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: text;
}

.fileupload .thumbnail {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}

.fileupload .thumbnail>img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

.fileupload .btn {
	vertical-align: middle;
}

.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists {
	display: none;
}

.fileupload-inline .fileupload-controls {
	display: inline;
}

.fileupload-new .input-append .btn-file {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

*/

/*
.thumbnail-borderless .thumbnail {
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
	border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
	color: #a47e3c;
	border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
	color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
	border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
	color: #b94a48;
	border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
	color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
	border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
	color: #468847;
	border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
	color: #468847;
}

.control-group.success .fileupload .thumbnail {
	border-color: #468847;
}

.close2 {
	color: #ccc;
	font-size: 30px;
	margin: 0;
	vertical-align: middle;
}

@media only screen and (min-width: 35em) {
}

@media print , ( -o-min-device-pixel-ratio : 5/4) , (
		-webkit-min-device-pixel-ratio : 1.25) , ( min-resolution : 120dpi) {
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}
*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

.campo2 {
	background: #cfd3d8;
	-webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, .30) !important;
	-moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, .30) !important;
	box-shadow: inset 0 1px 8px rgba(0, 0, 0, .30) !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.campo1 {
	background: #e6eaf0;
	-webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, .30) !important;
	-moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, .30) !important;
	box-shadow: inset 0 1px 8px rgba(0, 0, 0, .30) !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.content-section-a {
	margin-top: 6%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

#main select.form-control {
	padding: 3px 12px !important;
}

#main .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

#main .form-horizontal .control-label {
	padding: 2px 0;
	font-weight: normal;
	text-align: left;
}

.form-main {
	margin-top: 40px;
}

.form-home {
	padding: 10px 0;
	text-align: center;
}

a:hover, a:focus {
	text-decoration: none;
}

.form-a {
	font-size: 11px;
	color: #adabab;
}

.form-direccion {
	color: #000;
	font-size: 11px;
	text-align: right;
	padding: 0;
}

.user-icon, key-icon {
	margin-top: 5px;
}

.z-row:hover>.z-row-inner, .z-row:hover>.z-cell {
	background: none;
}

.z-grid {
	border: 0px;
	overflow: hidden;
	zoom: 1;
}

[class^="z-w"], [class*=" z-w"] {
	background: url("../images/bg-square.png") repeat;
}

.z-grid-body table {
	width: 100%;
	padding: 0;
}

.z-row:hover>.z-row-inner>.z-row-content {
	color: #06669C;
}

.z-grid-odd>.z-row-inner, .z-grid-odd>.z-cell {
	background: #FFFFFF;
}

.z-a, .z-button, .z-label, .z-menu-text, .z-menuitem-text, .z-nav-text,
	.z-navitem-text {
	font-family: 'Segoe UI';
	font-size: 13px;
}

.z-grid-odd>.z-row-inner, .z-grid-odd>.z-cell {
	background: #FFFFFF;
}

.z-grid .z-row:hover>.z-row-inner, .z-grid .z-row>.z-cell {
	background-image: none;
	border: 0 none;
}

.z-window-content {
	border: 0px;
	margin: 0;
	padding: 0px;
	background: none;
	overflow: hidden;
	zoom: 1;
	background: none;
	margin: 0;
}

.z-window {
	overflow: hidden;
	zoom: 1;
	border: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	background: #ffffff;
}

.z-menubar {
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	padding: 3px 0;
	background: none;
	position: relative;
}

.z-menubar-horizontal {
	style: width:100px;
}

.z-listheader-content {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden;
}

.z-navitem {
	color: #ffd006;
	border-radius: 0 !important;
	background: #777575;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.z-navitem>.z-navitem-content>.z-navitem-text:hover {
	color: #ffd006;
}

.z-navitem>.z-navitem-content>.z-navitem-text:active {
	color: #ffd006;
}

.z-navbar-vertical>ul .z-nav-content:hover, .z-navbar-vertical>ul .z-navitem-content:hover
	{
	background: #777575;
}

.z-navbar-vertical>ul .z-nav-content, .z-navbar-vertical>ul .z-navitem-content,
	.z-navbar-vertical>ul .z-navseparator {
	background: #777575;
}

.z-navitem>a {
	color: #333;
	display: block;
	height: 32px;
	border: none;
	padding: 0 8px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 32px;
}

.z-navitem-text {
	color: #fff;
}

span.z-upload input {
	font-size: 45pt;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	cursor: pointer;
	z-index: 1;
}

span.z-upload {
	font-size: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content,
	.z-listfooter-content {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #636363;
	padding: 4px 5px;
	line-height: 24px;
	overflow: hidden;
}

.z-listitem .z-listcell {
	border-left: 1px solid #fff;
	overflow: hidden;
	cursor: pointer;
}

z-navitem-image {
	display: inline-block;
	width: 35px;
}

.z-button :hover {
	background: none;
}

#growlcontainer {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1000;
	font-size: 12px;
	width: 300px;
}

.growlstatus {
	position: relative;
	background-color: #000; /*fallback for ie*/
	background-color: rgba(0, 0, 0, 0.8);
	border: 3px #000 solid;
	border: 3px rgba(0, 0, 0, 0.8) solid;
	padding: 15px;
	color: #fff;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.growlstatus .growltitle {
	font-weight: bold;
	margin-bottom: 5px;
}

.growlstatusclose {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
	background: transparent url(../images/growlclose.png) no-repeat;
}

.growlstatus:hover {
	background-color: rgba(0, 0, 0, 0.9);
	border: 3px #fff solid;
}

.growlstatus:hover .growlstatusclose {
	display: block;
}

.growlwithicon {
	padding-left: 50px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

/****** growl icons ******* 
--------------------------*/
.growlicon_heart {
	background-image: url(../images/heart.png);
}

.growlicon_star {
	background-image: url(../images/star.png);
}

.growlicon_clouds {
	background-image: url(../images/clouds.png);
}

.growlicon_parachute {
	background-image: url(../images/parachute.png);
}