@charset "utf-8";
@font-face {
  font-family: 'typicons';
  src: url("font/typicons.eot");
  src: url("font/typicons.eot?#iefix") format('embedded-opentype'),
       url("font/typicons.woff") format('woff'),
       url("font/typicons.ttf") format('truetype'),
       url("font/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
}
body {
	background: rgba(255,255,255,1.00);
	display: flex;
	min-height: 100vh;
}
ul {
	font-family: 'Source Sans Pro', sans-serif;
	position: absolute;
	padding-top: 90px;
	margin-left: 50px;
	left: 11px;
}
.logs{
	position: absolute;
	float: left;
	left: -200px;
	width: 100%;
	padding-top: 90px;
	margin-left: 50px;
}
.busqueda {
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	float-left: 50px;
}
.sele {
	display: inline-block;
	padding: 10px;
	margin: 8px 0;
	font-size: 13px;
	border: 1px solid rgba(237,187,62,1.00);
	border-radius: 10px;
}
ul li{
	list-style: decimal;
	font-family: 'Source Sans Pro', sans-serif;
	color: rgba(104,174,240,1.00);
}
ul li a {
	margin-top:50px;
	text-decoration: none;
	color: rgba(248,122,12,1.00);
}
.options {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	color: rgba(104,174,240,1.00);
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	color: rgba(244,194,86,1.00);
}
form {
	width: 90%;
	position: absolute;
	padding-top: 90px;
	margin-left: 50px;
}
form input {
	display: block;
	padding: 10px;
	margin: 30px 0;
	font-size: 13px;
	border: 1px solid rgba(237,187,62,1.00);
	border-radius: 10px;
	width: 25%;
}
form textarea {
	padding: 10px;
	margin: 10px 0;
	font-size: 13px;
	border: 1px solid rgba(237,187,62,1.00);
	border-radius: 10px;
	width: 80%;
	height: 50px;

}
form input[type="submit"]{
	display: block;
	background: rgba(71,122,181,1.00);
	border: 0;
	color: rgba(255,255,255,1.00);
	opacity: 0.8;
	border-radius: 20px;
	margin-left: 10px;
	width: 15%;
}
input[type="button"]{
	background: rgba(71,122,181,1.00);
	border: 0;
	color: rgba(255,255,255,1.00);
	opacity: 0.8;
	border-radius: 20px;
	margin-bottom: 0;
	max-width: 150px;
	display:inline-block;
	margin-left: auto;
}
input[type="submit"]:hover{
	opacity: 1;
}
input[type="button"]:hover{
	opacity: 1;
}
#ifindex{
	width: 100%;
	scrolling: no;
}
#a {
	width: 80%;
	scrolling: no;
	border: 0;
	height: 300px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0AC35E;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


@media (max-width:780px){
	.form {
		width: 70%;
	}
}
@media (max-width:480px){
	.form {
		width: 95%;
	}
}

	
