body {
    background-color: #FFFFFF;
}

.columnas {
	padding:0px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#linea {
	height:30px;
	background-color:#2c38f5;
}

#header {
	background-color:#0d0a89;
}

.titulo img {
	margin-top:20px;
	margin-bottom:10px;	
	max-width: 950px;
}

#contenedor {
	background-color:#FFFFFF;
	min-height: 350px;
}


.titulo_identificate {
    margin-top: 50px;
    margin-bottom: 20px;
}

.titulo_identificate img {
	max-width:455px;
}


#login_button {
    cursor: pointer;

}

#login_button img {
    margin-top: 30px;
    margin-bottom: 20px !important;
    clear: both;
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 15px;
    color: #0d0a89;
    margin: 5px;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 5px;
	font-weight:bold;
	text-decoration:underline;
}


#barra {
	background-color: #0d0a89;
	height:auto;
}

.logo_aran {
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo_aran img {
	max-width:455px;
}



#soporte {
	background-color: #FFFFFF;
	height:auto;
}




input[type=text] {
    margin-bottom: 20px;
    font-family: regular;
    padding-top: 10px;
	width:38%;
	min-width:95%;
}

select {
    margin-bottom: 10px;
    font-family: regular;
    padding-top: 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Arial', sans-serif !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Arial', sans-serif !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'Arial', sans-serif !important;
}





