
.primer-form{
	::-webkit-input-placeholder { font-family: gothamMedium;
	font-size: 14px;
	color: #646569;
	letter-spacing: 1.5px; }
	::-moz-placeholder { font-family: gothamMedium;
	font-size: 14px;
	color: #646569;
	letter-spacing: 1.5px; } /* firefox 19+ */
	:-ms-input-placeholder { font-family: gothamMedium;
	font-size: 14px;
	color: #646569;
	letter-spacing: 1.5px; } /* ie */
	input:-moz-placeholder { font-family: gothamMedium;
	font-size: 14px;
	color: #646569;
	letter-spacing: 1.5px; }
}
.tab-content2{
	background-color: white;
	margin-bottom: 0px;		
}
.vinc-content{
	background-color: white;	
	margin-top: 78px;
	margin-left: 415.5px;
	margin-bottom: 100px;
	width: 450px;
	letter-spacing: 1.5px;
}

.vinc-titulo{	
	font-size: 30px;
	color: #2a328c;
	margin-bottom: 0px;
	font-family: gothamBold;
	letter-spacing: 1.5px;
}
.vinc-titulo{
	margin-bottom: 20px;
}
.primer-form{
	margin-bottom: 40px;
	font-size: 54px;
	letter-spacing: 1.5px;
}
.segundo-form{
	font-family: gothamMedium;
	font-size: 14px;
	color: #646569;
	letter-spacing: 1.5px;
}
.campo-select{
	width: 50%;
	float: left;
}

.enlarged {
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    width:20px;
    height:20px;
    border:none;
    background:#7a7a7a;
    border-radius:50%;
}
.enlarged:checked {
	border: 6px solid;
	border-color: #1bc0ce;
    background:#2066dd;                
}

.last-words {
	font-family: gothamBook;
	font-size: 18px;
	color: #646569;
	padding-top: 10px;
}