main {
    background: #E6E6E6;
}

#registroSection {
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 30px;
    text-align: -webkit-center;
}

.caja-titulo {
    padding-top: 30px;
}


#registroSection h1 {   
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 100%;
    color: #003A6C;
    text-align: center;
    height: 44px;
    background: #FFFFFF;
    width: 66%;
    margin-bottom: 30px;
    text-align: center;
    max-width: 1000px;
    padding-top: 9px;
}

#registroSection button {
    width: 200px;
    height: 40px;
    border: none;
}

.ingresoNormal {
    width: 320px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: auto;
}

.heightTitulo {
    height: 43px;
    padding-top: 14px;
    padding-bottom: 9px;
}

.text {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    text-align: left;
}

#divNoRUT {
    width: 127px;
}

.selectRegistro {
    background: #E8F0FE;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 32px;
    padding-top: 4px;
}

.inputDato {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 5px;
    width: 153px;
    height: 32px;
}

.preguntaClave {
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #666666;
    margin-bottom: 25px;
}

.registrarse {
    color: #0F69B4;
    font-weight: bold;
}

.marginTop {
    margin-top: 48px;
}

.calendarInput {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
}

.calendario-btn {
    background: #1369B3;
    border-radius: 0px 4px 4px 0px;
    margin-right: 18px;
}

.blanco {
    color: white;
}

.input-group.date .dropdown-menu {
    display: block;
}

.ocultar {
    display: none;
}

.error-inputs {
    border-color: #B82D27;
}

.text-danger {
    color: #B82D27;
    font-family: gobCL;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

/*ALERT REGISTRO*/
.alertErrorLogin {
    width: 657px;
    height: 77px;
    border: 1px solid #B82D27;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFEEED;
    padding-right: 0px;
    padding-left: 15px;
}

.alertaAspaRoja {
    background: #FFEEED;
    border: 1px solid #B82D27;
    box-sizing: border-box;
    border-radius: 5px;
}

h4 {
    color: #B82D27;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
}

h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #B82D27;
}

.imagenAspaRoja {
    padding-top: 15px;
    padding-left: 40px
}

.colorBlue {
    color: #0F69B4;
}

.paddingLaterales {
    padding-left: 22px;
    padding-right: 21px;
}

#spinner {
	width: 50px;
	height: 50px;
}
/*NO ME ESTA COGIENDO EL CSS DEL PLACEHOLDER, MIRAR LUEGO*/
::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    opacity: 1;
}


.dropdown_buscaEmpleo{
     list-style:none;
     outline: none !important;
 }

#linkBuscaEmpleo_dropDown{
    outline: none !important;
}

.dropdown-menu_buscaEmpleo > li {
    border-bottom: 0.025rem solid white;
    margin: 0 10px 0 10px;
}

.dropdown-menu_buscaEmpleo > li:last-child {
    border-bottom: none;
}

.dropdown-menu_buscaEmpleo{
    min-width: 11rem;
    background-color: #b82d27;
    border-radius: 0;
    list-style:none !important;
    top: 24px !important;
    left: -18px !important;
}

.dropdown-menu_buscaEmpleo li:hover{
  background-color: #b82d27;
  opacity: 0.5;
}

.dropdown_buscaEmpleo .dropdown-toggle::after{
    display: none;
}

#divBuscaEmpleo_dropDown  a {
    font-size:16px;
}

#divBuscaEmpleo_dropDown:hover > ul > .dropdown_buscaEmpleo > .dropdown-menu_buscaEmpleo {
  display: block;
}

.dropdown_buscaEmpleo >.dropdown-toggle:active {
    pointer-events: none;
}

#divBannerRegion{
	padding-bottom: 20px;
    display: initial;
    height: 180px;
    width: 999px;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 70% 30%;
}

#divBannerRegionImg1{
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

#divBannerRegionImg1 img{
    height: 100%;
    width: 100%;
}

#divBannerRegionImg2{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

#divBannerRegionImg2 img{
    height: 100%;
    width: 100%;
}

#divBannerRegionImg2{
    height: 100%;
    width: 100%;
}   
        
#divBannerRegionLogo{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divBannerRegionLogo img{
    height: 80%;
    width: 100%;
}

#divBannerRegionTexto{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background: #F18932;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divBannerRegionTexto span{
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.395em;
	color: #FFFFFF;
}

/* Seccion mensaje exito registro Empleo region */
.alertaRegistroExitosoDesktop{
	width: 600px;
}

.alertaRegistroExitosoDesktop .row{
    align-items: center;
}

.alertaRegistroExitosoDesktop .row{
    align-items: center;
}

.alertaRegistroExitosoDesktop .texto-titulo-info{
    display: flex;
    justify-content: center;
}
/* Fin seccion mensaje exito registro Empleo region */


    