body{
    background-color: #275272;
    }
#logeo{
    width: 300px; 
    border: 1px solid #d6d7da; 
    padding: 0px 15px 15px 15px;
    border-radius: 5px;
    font-family: arial; 
    line-height: 16px;
    color: #BDC7D8; 
    font-size: 14px; 
    background: #013862;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    }
#comp, #cons, #bus{
    width: 500px; 
    border: 1px solid #d6d7da; 
    padding: 0px 15px 15px 15px;
    border-radius: 5px;
    font-family: arial; 
    line-height: 16px;
    color: #BDC7D8; 
    font-size: 14px; 
    background: #013862;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }
h3{
    color:#ff9800;
    font-size: 25px;
    text-align: left;
    }
input[type=submit] {
    background-color: #013862 ;
    border-color: #ff9800;
    font-weight: bold;
    padding: 12px 15px;
    max-width: 150px;
    color: #BDC7D8;
    text-align: center;
    font-size: 15px;
    }
form label{
    margin-bottom: 5px;
    margin-top: 2px;
    width: 90%;
    color: #ff9800;
    font-size: 20px;
    }
form input{
    margin-bottom: 5px;
    margin-top: 2px;
    width: 90%;
    font-size: 20px;
    color: #222;
    }
#image{
    margin-left: 70px;
    }
.optionsBar{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    color: #ff9800;
    font-family: arial; 
}
.optionsBar span {
    color: #ff9800;
    font-size: 14px; 
    font-family: arial;
    margin-left: 30px;
}
.close{
	width: 25px;
    height: 25px;
}
#cerrar{
    margin-right: 10px;
    text-align: right;
}
.optionsBar a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 30px;
    color: #ff9800;
    font-family: arial; 
}
nav ul{
	background: #013862;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: left;
    align-items: center;
    color: #ff9800;
    font-family: arial; 
}
nav ul > li a{
	position: relative;
}
nav a{
    color: #ff9800;
	display: block;
    font-size: 14px; 
    font-family: arial;
	padding: 15px 30px;
	letter-spacing: 2px;
	transition: background .5s;
	border-right: 1px solid #ff9800;
}
nav .principal > a{
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: 94% center;
    background-size: 10px;
}
nav ul li:hover ul{
	display: block;
}
nav li ul{
	background: #013862;
	display: none;
	flex-direction: column;
	position: absolute;
	align-items: flex-start;
    border-radius: 0 0 10px 10px;
    align-items: center;
    color: #ff9800;
    font-family: arial; 
}
nav li ul a{
	position: relative;
	padding: 10px 30px;
	border-right: initial;
}
nav li ul a:hover{
	background: #275272;
}
nav li ul li:last-child{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
#container{
	padding: 90px 15px 15px;
}
#param{
    font-size: 25px;
}
.header{
    align-items: center;
    color: #ff9800;
    font-family: arial; 
}