@import url('https://fonts.googleapis.com/css?family=Bellefair');
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic');
*{
	padding: 0px;
	margin: 0px;
	
}
body{
	background-color:#ff662d ;
}
#titulo{
  width: 100%;
  height: 400px; 
}
#titulo .box{
	float: left;
	width: 50%;
	background-color: #737578;
	height: 400px;
	text-shadow: 3px 3px 2px #040c34;
}
#titulo .box2{
	float: right;
	width: 50%;
	background-color: #737578;
	height: 400px;
	text-shadow: 3px 3px 2px #040c34;
}
#titulo .box2 .img{
   
    float: right;
    width: 540px;
    height: 400px;
}
#titulo .box .logo{
	width: 250px;

}
#titulo .box .box1{
	margin-top: 30px;
	float: center;
	color: white;
	font-size: 60px;
}
#solicitud{
	font-family: Arial, sans-serif;
	background-color: #040c34;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
}
#solicitud .formulario{

	width: 100%;
	color: white;
	font-size: 20px;

}
#solicitud label {
	border-color:#ff662d;
	margin: 10px;
	height: 25px;
	width: 15%;
	border-radius: 5px;
	color:white;
	font-size: 20px;
	text-align: left;
	display: inline-block;
}

#solicitud input {
	display: inline-block;
	border-color:#ff662d;
	margin-top: 23px;
	height: 25px;
	width: 30%;
	border-radius: 5px;
	color:black;
	background-color:#e1d2cd;
	font-size: 18px;
	text-align: left;
}
#solicitud select {
	display: inline-block;
	border-color:#ff662d;
	margin-top: 23px;
	height: 25px;
	width: 30%;
	border-radius: 5px;
	color:black;
	background-color:#e1d2cd;
	font-size: 20px;
	text-align: left;
}
#solicitud textarea{
	display: inline-block;
	border-color:#ff662d;
	margin-top: 40px;
	height: 50px;
	width: 30%;
	border-radius: 5px;
	color:black;
	background-color:#e1d2cd;
	font-size: 20px;
	text-align: left;
}

#solicitud table{

	display: inline-block;
	border-color:#040c34;
	border-style: solid;
	border-width: 2px;
	width: 90%;
	border-radius: 5px;
	color:white;
	background-color:#040c34;
	font-size: 20px;
	text-align: left;
}

#solicitud table td{
	width: 8%;	
}

#solicitud .button {
	text-align: center;
	width: 400px;
	height: 30px;
	border-radius: 5px;
	border:none;
	text-decoration: none; 
	background-color: #ff662d;
	color:white;
	width: 100px;
	height: 30px;
	font-family: 'Orbitron', sans-serif;	

}
#solicitud .button:hover{
	background-color: #F63D05;
}
#solicitud .button:active{
	background-color: black;
}
#solicitud .inputabla{
	display: inline-block;
	border-color:#ff662d;
	margin: 10px;
	height: 25px;
	width: 100%;
	border-radius: 5px;
	color:black;
	background-color:white;
	font-size: 14px;
	text-align: left;
}
@media only screen and (max-width:1060px){
	#titulo .box2 {
		display: none;
		
	
	}
	#solicitud table{
		font-size: 15px;
	}
	#solicitud .inputabla{
	display: inline-block;
	font-size: 10px;
	}
	#titulo .box .box1{

	font-size: 40px;
	}
	#solicitud label {
	font-size: 17px;
	display: block;
	width: 100%;
	}
	#solicitud input {
	display: block;
	}
	#solicitud select {
	display:block;
	}
	#solicitud textarea{
	display: block
	}
	#titulo .box {
		width: 100%;
	}

}