﻿/*@font-face {
	font-family: 'Geogrotesque';
	src: local('Geogrotesque'), url('../fonts/Geogtq-Rg.otf')
		format('opentype')
}

@font-face {
	font-family: 'Geogrotesque';
	src: local('Geogrotesque SemiBold'), url('../fonts/Geogtq-Sb.otf')
		format("opentype");
	font-weight: bold;
}*/

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('./fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
	font-family: 'montserratmedium';
	margin: 0;
	padding: 0;
	background-color: white; /*#639FD3;*/
	font-size: 17px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.pad-top {
	padding-top: 40px;
}

.placeholder {
	color: grey;
}

select option:first-child {
	color: grey;
	display: none;
}

select option {
	color: #555;
}

.mandatory {
	font-weight: bold;
	color: red;
}

.note {
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
}

.item {
	font-size: 17px;
	font-weight: bold;
	padding-top: 1em;
}

#content {
	padding: 20px
}

#dialog {
	position: absolute;
	width: 425px;
	z-index: 200;
	background: #fff;
}

#dialog-header {
	display: block;
	position: relative;
	padding: 3px 6px 7px;
	font-size: 14px;
	font-weight: bold;
	height: 25px
}

#dialog-close {
	position: absolute;
	bottom: 5px;
	left: 190px;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	margin: 3px 3px 0 0;
	height: 25px;
	width: 50px;
	background: url(../images/dialog_close.gif) no-repeat
}

#dialog-content {
	text-align: center;
	height: 100px;
	padding: 6px;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

#dialog-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background: #FFF;
	opacity: .75;
	filter: alpha(opacity = 75);
	z-index: 100
}

.error {
	background: #fff url(../images/error_bg.jpg) bottom right no-repeat;
	border: 1px solid #924949;
	border-top: none
}

.errorheader {
	background: url(../images/error_header.gif) repeat-x;
	color: #6f2c2c;
	border: 1px solid #924949;
	border-bottom: none
}

.warning {
	background: #fff url(../images/warning_bg.jpg) bottom right no-repeat;
	border: 1px solid #c5a524;
	border-top: none
}

.warningheader {
	background: url(../images/warning_header.gif) repeat-x;
	color: #957c17;
	border: 1px solid #c5a524;
	border-bottom: none
}

.success {
	background: #fff url(../images/success_bg.jpg) bottom right no-repeat;
	border: 1px solid #7794a8;
	border-top: none
}

.successheader {
	background: url(../images/prompt_header.gif) repeat-x;
	color: white;
	border: 1px solid #7794a8;
	border-bottom: none
}

.prompt {
	background: #fff url(../images/prompt_bg.jpg) bottom right no-repeat;
	border: 1px solid #4f6d81;
	border-top: none
}

.promptheader {
	background: url(../images/prompt_header.gif) repeat-x;
	color: #355468;
	border: 1px solid #4f6d81;
	border-bottom: none
}

input#limpiar {
	background: url(../images/btn-limpiar-campos.png);
	background-repeat: no-repeat;
	width: 135px;
	height: 34px;
	border: 0;
}

input#registrar {
	background: url(../images/btn_registrarse.png);
	background-repeat: no-repeat;
	width: 135px;
	height: 34px;
	border: 0;
}

.botonform2 {
	background-color: #00B9F2;
	border: none;
	color: #FFFFFF;
}

.info-panel-heading {
	text-align: left;
	vertical-align: middle;
	font-size: 16pt;
	color: #4D4D4D;
	background-image: url("../images/fondo_barras.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

.info-panel-body {
	text-align: justify;
	font-size: 11pt;
	font-weight: bold;
	color: #4D4D4D;
	background-color: #f4f4f4;
	display: none;
	padding: 25px 50px 50px 50px;
	color: #4D4D4D;
}

.info-panel-body p {
	font-weight: normal;
}

.row-panel {
	background-color: #EDECED;
	padding: 20px;
	color: #7e7f7f;
	margin: 5px 0 5px 0;
}

.panel-hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d4d4d6 -moz-use-text-color #d4d4d6;
	border-style: solid none;
	border-width: 1px 0;
	margin: 18px 0;
}

.title {
	font-size: 25pt;
	color: #0E94D2;
}

.subtitle {
	font-size: 18pt;
	color: #0E94D2;
	font-weight: bold;
}

.panel-text {
	font-size: 16pt;
	color: #7E7F7F;
	width: 65%;
}

.panel-text-blue {
	font-size: 14pt;
	font-weight: normal;
	text-align: justify;
	color: #0E94D2;
}

.row-panel-blue {
	background-color: #0E94D2;
	padding-bottom: 50px;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
}

.panel-white-border {
	font-size: 16pt;
	color: #FFFFFF;
	border: #FFFFFF 2px solid;
	width: 65%;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
}

h4 {
	font-size: 24px;
}

.panel-principal {
	color: white;
    background-color: #428bca;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}	