body {
	font-family: helvetica;
}

ul.noTxtDecor{
    list-style-type: none;
    padding-left: 35px !important;
}

.mainButton{
    font-size: 18px;
    padding: 12px;
    margin-top: 20px;
}

.messageField {
	height: 25px;
	text-align: center;
	font-weight: bold;
}

.form-prospect {
	border-radius: 12px;
	width: 50%;
	margin-left:25%;
}

.form-prospect-header {
	background-color: #332E66;
	color: #FFFFFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	text-align: center;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

.form-prospect-body {
	color: #332E66;
	border: 2px solid #332E66;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}


/********************************************
Tablas
********************************************/
.tableContent {
	width: 100%;
}

.tableContent td {
	width: 50%;
	padding: 4px;
}

.tableContentBorders {
	width: 100%;
	border-collapse: collapse;
}

.tableContentBorders td {
	//width: 50%;
	height: 20px;
	padding: 4px;
	
}

.tableContentBorders td:first-child {
	border-right: 1px solid #332E66;
}

.tableContentBorders td {
	border-right: 1px solid #332E66;
	border-bottom: 1px solid #332E66;
}

.tableContentBorders td:last-child  {
	border-right: 0;
}

.tableContentBorders tr:last-child  td {
	border-bottom: 0;
}




.form-buttons {
	float: right;
}

/************************************************
Estilo de inputs
************************************************/
.inputText {
	border-radius: 12px;
	width: 60%;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #FFFFFF;
}
.CURP {
	width: 60% !important;
}

.customInput{
    width: 63% !important;
}

.birthdate, .phone {
	width: 40% !important;
}

.inputCheck {
	background-color: #FFFFFF;
}

.inputButton {
	background: #5B54A2; /* Old browsers */ 
	background: -moz-linear-gradient(top, #5B54A2 7%, #332E66 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#5B54A2), color-stop(100%,#332E66)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #5B54A2 7%,#332E66 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #5B54A2 7%,#332E66 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #5B54A2 7%,#332E66 100%); /* IE10+ */ background: linear-gradient(to bottom, #5B54A2 7%,#332E66 100%); /* W3C */ 
	//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B54A2', endColorstr='#332E66',GradientType=0 ); /* IE6-9 */
	
	
	border: 1px solid #5B54A2;
	height: 20px;
	border-radius: 8px;
	color: #FFFFFF;
	margin: 4px 0 4px 0;
	padding: 0 12px 0 12px;
	cursor: pointer;
}







/*********************************************
Estilo para la hoja de preinscripci�n
*********************************************/
.table-header {
	background-color: #332E66;
	color: #FFFFFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

.table-body {
	color: #332E66;
	border: 2px solid #332E66;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}


/********************************************
Vista de impresion de ticket
********************************************/
.ticketprint {
	display: none;
}

.dateBar {
	background-color: #332E66;
	color: #FFFFFF;
	height: 38px;
	
	display: table;
	width: 100%;
	text-align: center;
}

.dateBarSection01 {
	font-size: 1.4em;
	font-weight: bold;
}

.dateBarSection01,
.dateBarSection02,
.dateBarSection03 {
	display: table-cell;
	vertical-align: middle;
}


.print-box ,
.footerTicket {
	display: none;
}


p, ul {
	font-size: 14px;
	margin: 4px;
	color: #332E66;
}
.preinscriptionsheet-text, .preinscriptionsheet-text > p {
	font-size: 12px;
	background-color: #265990;
	color: #FFFFFF;
	font-weight: normal;
}

.centerText {
	text-align: center;
}

.boldText {
	font-weight: bold;
}

.printLabel {
	display: none;
}

.printPreinscription {
	display: none;
}

.formHeader {
	display: none;
}

.tableContent {
	color: #332E66;
	font-size: 14px;
}

/*****************************************************************
Estilos para impresión
*****************************************************************/
@media print {
	* {
		//text-transform: uppercase;
	}
	.messageField,
	.form-buttons,
	.form-prospect-header, 
	.inputButton {
		display: none;
	}
	
	.printLabel {
		display: block;
		text-align: center;
		//font-size: 12px;
		font-weight: bold;
		color: #332E66;
	}

        .birthdate, .phone {
	    width: 63% !important;
        }
	
	.footerTicket {
		display: block;
	}
	
	.form-prospect {
		width:100%;
		margin: 0;
	}
	.tableContent td{
		font-size: 11px;
		padding: 0px;
	}
	.prospectTicket,
	.footerInformation {
		width:84%;
		padding-left:16%;
	}
	.footerInformation li{
		font-size: 9px;
	}
	.formHeader {
		display: block;
		text-align: center;
		color: #332E66;
	}
	
	.preinscriptionLogo {
		//border: 1px solid #000;
		float: left;
		width: 14%;
		height: 10%;
		position: absolute;
	}

        .customImage{
            width: 80%;
        }
	
	.form-prospect-body {
		//color: #000000;
		border: 0;
	}
	
	.inputText {
		border-radius: 0;
		border: none;
		//border-bottom: 1px solid #000000;
		width: 100%;
		//font-size: 10px;
	}
	
	.CURP {
		width: 63%;
	}

        .customInput{
            width: 63% !important;
            font-size: 11px !important;
        }
	
	.phone {
		width: 30%;
	}
	
	.form-prospect{
		font-size: 16px !important;
	}
	.CURP {
		font-size: 11px !important;
	}
	.valDate {
		border: none !important;
	}
	
	.dateBarSection01 {
		width: 20%;
	}
	
	span {
		display: none !important;
	}
	
	.headerImg {
		width: 100%;
		height: 100% !important;
	}

	.sectionTitle {
		display: none;
	}


}


.CURP {
	text-transform: uppercase;
	//font-size: 1.2em;
	//font-weight: bold;
}

.printAlert {
	background: url('../img/icono-alerta.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	display: inline;
}

.headerImg {
	height: 0;
}
.disclaimerContainer{
	margin:0 auto;
}
.customImage, .printPreinscription {
	width: 100%;
}
.table{
	display: table;
	width: 100%;
}
.row{
	display: table-row;
}
.column{
	display: table-cell;
}
.disclaimerContainer{
	width: 50%;
}
.row-body-column li{
	padding-right: 20px;
	color: #332E66;
    font-size: 18px;
    padding-bottom: 13px;
    text-align: justify;

}
.column-head{
	background: #332E66;
    color: #ffffff;
    text-align: center;
    border-radius: 16px 16px 0px 0px;
}
.row-body-column{
	border: 1px solid #332E66;
    border-radius: 0px 0px 16px 16px;
}
.row-footer{
	text-align: center;
}
.row-footer a{
	text-decoration: none;
	color: #332E66;
    font-size: 18px;
}
.titleAnchor{
	padding: 15px 0px 0px;
}

/**
*	Modificaciones 2017
*/
.requirementsList {
	font-size: 9px;
}
.requirementsList li {
	text-align: justify;
}


/**
*	Modificaciones 2018
*/

.form-prospect{
	display: none;
}

.borderTop {
    border-top: 1px solid #332E66;
}

.containderButton {
    text-align: right;
}

.screen-btn {
    text-align: center;
}

.screen-div{
	display: none;
}

.screen-show{
	display: block !important;
}

.inputCURP, .inputfatherCURP {
    text-transform: uppercase;
}

tfoot{
	border-top: 1px solid;	
}

.footerTicket{
	margin-top: 65px;
}


.prospectAlert, .personalInfoAlert, .addressAlert, .contactAlert, .brotherAlert {
    display: none;
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    background: url(../img/icono-alerta.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.alertIcon {
	display: none;
	color: red;
}

.barcode {
	width: 100%;
	height: 66px;
}

.screen-1 {
	display: block;
}




/**
 *	Modificaciones 2017
 */
.text-center {
	text-align: center;
}
.div-row {
	width: 100%;
	margin-top: 4px;
}
.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
	float: left;
}
.column-1 {
	width: 8.33%;
}
.column-2 {
	width: 16.66%;
}
.column-3 {
	width: 25%;
}
.column-4 {
	width: 33.33%;
}
.column-5 {
	width: 41.66%;
}
.column-6 {
	width: 50%;
}
.column-7 {
	width: 58.33%;
}
.column-8 {
	width: 66.66%;
}
.column-9 {
	width: 75%;
}
.column-10 {
	width: 83.33%;
}
.column-11 {
	width: 91.66%;
}
.column-12 {
	width: 100%;
}