@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;
}
@font-face {
  font-family: 'Economica-Bold';
  src: url("font/Economica-Bold.woff");
  
}
* {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	box-sizing: border-box;
}
body {
	background: rgba(255,255,255,1.00);
	display: flex;
	min-height: 100vh;
}
#fingreso {
	text-align: center;
	margin: auto;
	width: 100%;
	padding: 20px;
	height: cover;
}
#facces {
	text-align: center;
	margin: auto;
	width: 100%;
	max-width: 400px;
	padding: 20px;
}
#img_log{
	width: 40%;
	max-width: 300px;
	padding: 20px;
}
h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 15px;
	color: rgba(229,109,17,1.00);
}
input{
	display: inline-block;
	padding: 10px;
	width:70%;
	margin: 5px 0;
	font-size: 13px;
	border: 1px solid rgba(237,187,62,1.00);
	border-radius: 10px;
}
input[type="submit"]{
	background: rgba(71,122,181,1.00);
	border: 0;
	color: rgba(255,255,255,1.00);
	opacity: 0.8;
	border-radius: 20px;
	margin: 10px 0 0 0;
	width: 60%;
	margin: auto;
}
.bt_sel{
	background: rgba(71,122,181,1.00);
	border: 0;
	color: rgba(255,255,255,1.00);
	opacity: 0.8;
	border-radius: 15px;
	margin-bottom: 0;
	width: 200px;
	max-width: 150px;
	display:inline-block;
}
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;
	display: inline-block;
}
.f_reg a{
text-decoration: none;
color: rgba(255,255,255,1.00);
}
.modal-contenido{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width:600px;
	padding: 20px 20px;
	margin: 10% auto;
	position: relative;
	border-radius: 10px;
}
.modal{
  background-color: rgba(59,59,59,0.80);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}
#miModal2:target{
  opacity:1;
  pointer-events:auto;
}
.bt_close{
	float: right;
	margin-right: 0;
	margin-top:-10px;
	font-family: 'typicons';
	color: rgba(122,216,147,1.00);
	font-size: 2vw;
}
#cerrar{
	display: none;
}
#cerrar + label{
	position: absolute;
	color: rgba(114,209,166,1.00);
	font-family: 'typicons';
	font-size: 20px;
	z-index: 100;
	height: 40px;
	width: 40px;
	line-height: 40px;
	right: 0;
	cursor:pointer;
	animation: modal 2s 3s forwards;
	visibility: hidden;
	opacity: 0;
}
#cerrar:checked + label, #cerrar:checked ~ .mod_pub{
	display: none;
}
@media screen and (max-width: 780px){
.bt_sel{
width: 200px;
display: inline-block;
}
#img_log{
width: 75%;
max-width: 300px;
padding: 20px;
}
input{
	width:90%;
	margin: 10px 0 10px 0;
}
.modal-contenido{
	width:95%;
	padding: 10px 10px;
	margin: 10px auto;
}
.modal{
  background-color: rgba(59,59,59,0.80);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}
.bt_close{
	font-size: 15px;
}
}

	

