body{
	background-color: #dedede;
	font-size: 14px !important;
}


#top-siac{
	height: 400px;
	background: rgb(6,37,49);
	background: linear-gradient(0deg, rgba(6,37,49,1) 0%, rgba(8,45,60,1) 100%);
}

#logo{
	float: left;
	margin: 30px 0;
}

#logo img{
	width: 200px;
	height: auto;
}

#logo-sub{
	float: right;
	margin: 30px 0;
}
#logo-sub img{
	width: 100px; height: auto;
}

#principal{
	margin-top: -250px;
}

#t1{
	color: #fff;
	text-align: center;
}
#t2{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}


#formulario{
	background: #fff;
	margin: 30px 10px 0 10px;
	padding: 30px;
}

#captcha{
	background-color: #e8f7fd;
	padding: 30px;
	margin: 30px 0;
}




.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #edecec;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #edecec;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-checkbox {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #edecec;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


.form-radio {
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #edecec;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


#azul{
	background-color: #0069b8;
	float: left;
	width: 40%;
	height: 3px;
}
#rojo{
	background-color: #ff3945;
	float: left;
	width: 60%;
	height: 3px;
}


#lineas{
	margin: 0 10px 30px 10px;
	display: block;
}
.btn-primary {
    color: #fff;
    background-color: #082d3c;
    border-color: #082d3c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #062531;
    border-color: #062531;
}

#footer a{
	color: #212529;
	text-decoration: none;
}



@media (max-width: 767.98px) { 

#logo img {
    width: 150px;
    height: auto;
}
#logo-sub img {
    width: 80px;
    height: auto;
}


}
