html{
	width:100%;
	height:100%;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.mosca1
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 40px 0px 0px 0px;		
}

.mosca2
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 0px 40px 0px;		
}

@media (max-width: 940px)
{
		 .mosca1
		{
			position: relative;		
			padding: 20px 40px;		
			text-align:right;
		}
		
		#login_form
		{
				margin-top: -60px;	
		}
		
		.mosca2
		{
			position: relative;
			text-align:left;
			padding: 0px 0px 20px 40px;		
		
		}
}

.swal2-container {
  z-index: 99999999999999999;
}


#pie
{
		position: sticky;
		bottom: 0;
		text-align: center;
		background: #002F53;
		color: #fff;
		width: 100%;
		padding: 20px;	
}

.container{
	width:95%;
	max-width:800px;
	margin: 0px auto;
	}	
	
#textosl{
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
	height:25px;
	padding-top: 10px;
	padding-bottom: 2px;
	background: #923d31;
	color: #fff;
	z-index:1;	
	}	
	
body {
  background: #fff url(../images/interfaz/fondo_vacio.png) no-repeat top center; 
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
 
  padding: 0px;
	margin: 0px;
	border:0px;
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	color: #444;
	width:100%;
	height:100%;	
}

#cont_video{
	width:940px;
	margin: 0 auto;
	text-align:center;
	}


a {  outline: 0;}
object, embed {  outline: 0;		}
a img {border: none; }

img {
    max-width: 100%;
    height: auto;
}

#logo{
   text-align:center;
   margin: 20px auto;  
   font-size:22px; 	
}

#titulo{
   text-align:center;
   margin: 25px auto 10px auto; 
   color:#ffffff;  	
   font-size:14px;
}


#titulo2{
   text-align:center;
  
   color:#ffffff;  	
}

.boxes {
  display:table;
  width: 100%;
  height: 100%;
}

.box {
  display: table-cell;
  text-align: center;
  vertical-align:middle;  
}

#mosca{
	position:absolute;
  top:0%;
  left:50%;
  z-index:-1;
	width:338px;
	height:221px;
	background-image: url('../images/mosca.png');
 	background-repeat: no-repeat;
 	margin-top: 0px;
 	margin-left: -500px;
	}
	
	
#mosca2{
	position:absolute;
  top:50%;
  left:50%;
  z-index:-1;
	width:150px;
	height:150px;
	background-image: url('../images/mosca.png');
 	background-repeat: no-repeat;
 	margin-top: -315px;
 	margin-left: -430px;
	}	
	

#formulario {
	      background: transparent;
	      width: 100%;
				margin: 20px auto;			 
        color:#1e2f54;
        font-size:15px;
        padding:20px 0px 0px 0px;
        border-radius: 0px;
}

#seccion {
	      width: 90%;
				max-width: 550px;	
				margin: 0 auto;			 
        background: #f7f7f7;
         border-radius: 10px 10px 10px 10px;
				-moz-border-radius: 10px 10px 10px 10px;
				-webkit-border-radius: 10px 10px 10px 10px;
				-webkit-box-shadow: 0 10px 6px -6px #777;
	      -moz-box-shadow: 0 10px 6px -6px #777;
	      box-shadow: 0 10px 6px -6px #777;
	      border: 2px solid #00B3C7;
}

	input, textarea {
		outline: none; 
		/*border-color:#d1d1d1;
		border-style:solid;
		border-width:1px;*/
		border-radius: 4px;
		border: 1px solid #1e2f54;
		padding: 4px;
		margin: 4px 0 0px 0;
		background: #fff;
		width:95%;
		font-size: 15px;
		color: #1e2f54;
		font-family:Arial, Tahoma, sans-serif;
	}

	input:hover, textarea:hover,input:focus, textarea:focus
	{
	 
	}

a:link,a:visited{
	outline: none; 
	text-decoration:none;	
	color:#544d81;
	-webkit-transition: all 0.7s ease;
   transition: all 0.7s ease;
}
	
a:hover{
	color: #544d81;	
	text-decoration:underline;	
	}	

input.submit,.boton {	
		width: 90%;
		max-width:120px;
	  color:#1e2e53;
		text-align:center;
		margin-top: 10px;
	  background: #78bfc7;
	  font-weight:bold;
		-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size:14px;
    letter-spacing: 2px;
    border-radius: 6px;
    padding: 5px;
	}
	
	.boton
	{
			border: 0;	
	}
	
	
	.boton2 {	
	  width: 90%;
		max-width:140px;
	  color:#fff;
		text-align:center;
		margin: 10px auto;
	  background: #153150;
	  font-weight:normal;
		-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size:14px;
    letter-spacing: 2px;
    border-radius: 6px;
    padding: 5px;
   
	}
	
	.boton2:hover
	{
			background: #395d84;
	}

	input.submit:hover,.boton:hover {
		background: #fff;
	cursor:  pointer;

	}

	.campo {		
		display: inline-block;
		width:100%;
		max-width:320px;
    margin:10px 20px 10px 20px;
    vertical-align: top;	
		text-align:center;		
		
	}
	
	.campo2 {
			display: inline-block;
			width:2px;
			height:200px;
			margin:30px 10px 20px 10px;  
	    vertical-align:top;
			border-left: 1px solid #cccccc;
			text-align:left;			
			}
	


	fieldset { border: none; }
	#clear		{		clear:both;	}
	
#video,.video,#cboxdiv{
	-webkit-box-shadow: 0 12px 6px -6px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 12px 6px -6px rgba(0,0,0,.5);
	        box-shadow: 0 12px 6px -6px rgba(0,0,0,.5);
}

