﻿@font-face {
	font-family: 'Gotham';
	src: local('Gotham'), url('../fonts/gotham/Gotham-Medium.otf')
		format('opentype')
}

@font-face {
	font-family: 'GothamBook';
	src: local('GothamBook'), url('../fonts/GothamBook/GothamBook.ttf')
		format("opentype");
}

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
	font-family: 'Gotham';
	margin: 0;
	padding: 0;
	background-color: #1FC3F3;
}

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: 12px;
}

.item {
	font-size: 16px;
	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;
	font-size: 14pt;
	font-weight: bold;
	cursor: pointer;
}

.info-panel-body {
	text-align: justify;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #4D4D4D;
	background-color: #f4f4f4;
	display: none;
	padding: 25px 50px 50px 50px;
	color: #4D4D4D;
	line-height: 22pt;
}

.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;
}

.bigtitle {
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 26pt;
	color: #FFFFF;
}

.title {
	font-family: Gotham;
	font-size: 24pt;
	color: #FFFFF;
}

.title2 {
	font-family: Gotham;
	font-size: 18pt;
	color: #FFFFF;
}

.subtitle {
	font-family: GothamBook;
	font-size: 20pt;
	color: #FFFFF;
}

.download {
	font-family: Gotham;
	font-weight: bold;
	font-size: 19pt;
	color: #FFFFFF;
}

.icono {
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 16pt;
	color: #FFFFF;
	margin-left:20px;
}

.elipse {
	font-family: Gotham;
	border: 2px solid #8BC53F;
	background: #f5f5f5;
	border-radius: 25px;
}

.rectangle {
	background: #8bc5f2;
	border-radius: 0px 0px 10px 10px;
	height: 35px;
	font-weight: bold;
	color: white;
	line-height: 35px;
	font-size: 12pt;
	width: 400px;
}

.panel-text {
	font-family: Gotham;
	font-size: 12pt;
	color: #FFFFF;
}

label {
	font-family: GothamBook;
	font-size: 12pt;
	text-align: left;
}

.panel-text-blue {
	font-size: 14pt;
	color: #48BAB9;
	width: 65%;
}

.row-panel-container {
	padding-bottom: 50px;
	color: #FFFFFF;
	background-color: #3086C6;
}

.panel-white-border {
	font-size: 16pt;
	color: #FFFFFF;
	border: #FFFFFF 2px solid;
	width: 65%;
	padding: 10px;
	margin-top: 10px;
	font-weight: bold;
}

/* centered columns styles */
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}