
.boton{
	color:#ffffff;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:5px;
	float: center;
	background-color:#050C63;
	font-size:15px;
	border: 5px solid #050C63;
	width: 100px;
}

.boton2{
	color:#ffffff;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:5px;
	float: center;
	background-color:#050C63;
	font-size:15px;
	border: 5px solid #050C63;
	width: 180px;
}

.botonA{
	color:#050C63;
	font-weight	:bold;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:15px;
	float: center;
	background-color:#fbd600;
	font-size:15px;
	border: 5px solid #fbd600;
	height: 200px;
	width: 200px;
}

.botonM{
	color:#050C63;
	font-weight	:bold;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:15px;
	float: center;
	background-color:#0072ce;
	font-size:15px;
	border: 5px solid #0072ce;
	height: 200px;
	width: 200px;
}

.botonR{
	color:#050C63;
	font-weight	:bold;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:15px;
	float: center;
	background-color:#dd0021;
	font-size:15px;
	border: 5px solid #dd0021;
	height: 200px;
	width: 200px;
}

.botonG{
	color:#050C63;
	font-weight	:bold;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:15px;
	float: center;
	background-color:#ffffff;
	font-size:15px;
	border: 5px solid #ffffff;
	height: 200px;
	width: 200px;
}

input:focus {
  border-radius:5px;
  border: 2px solid #e3bd34;
  background: #F3F3F3;
  color:#215c96;
  font-family:calibri;
  font-size:18px;
}

a:link{
		text-decoration	:none;
		color			:000000;
	}

a:visited{
		text-decoration	:none;
		color			:050C63;
	}
		
a:hover{
		text-decoration	:none;
		color			:red;
		font-weight		:bold;
	}
	
select {
    border: 1px solid #FFFFFF !important;
}