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%;
}

.enlace
{
		cursor: pointer;		
}

.enlace:hover
{
	text-decoration: underline;
}


#btn_entrar
{	
	  width: 91px;
    height: 22px;  
    margin: 0px auto;
    text-align: center;
    /*background: url(../images/interfaz/btn_entrar.png) no-repeat center top;  */
    background: #00a5ce;
    border-radius: 5px;
    color: #fff;
    padding: 7px 0px 2px 0px;
    font-size: 13px;
    text-align: center;
    margin: 10px auto 0px auto;
  	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#btn_entrar:hover
{
	background: #6E407E;
	/*
	  filter: grayscale(100%); 
   */
	  cursor:pointer;
}

.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: #eaeaea center top no-repeat fixed;
 
  -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%;	
	overflow-x:hidden;
	
}

#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;
	}
	
.lineaFinal
{
	
			position: sticky;
		bottom: 0;
		text-align: center;
		background: #714482;
		color: #fff;
		width: 100%;
		height: 10px;		
		z-index: 999;
	
}
	
	
#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:  url('../images/interfaz/registro.png') top center no-repeat;
	      width: 100%;
				max-width: 501px;	
				margin: 0 auto;			 
        color:#3a619e;
         font-size:16px;
         padding:20px 0px 0px 0px;
         /*
         border-radius: 25px;
				-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
				-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
				box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.5);
	  	  border: 2px solid #3a619e;
	  	  */
}


#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-radius: 7px;
    border: 1px solid #dddddd;
    padding: 4px;
    margin: 4px 0 0px 0;
    background: #fff;
    width: 90%;
    font-size: 15px;
    color: #222;
    font-family: Arial, Tahoma, sans-serif;
	}

	input:hover, textarea:hover,input:focus, textarea:focus {
		background: #f7f7f7;
		
	}

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

input.submit,.boton
{	
		width: 100%;
		min-width:100px;
		max-width: 120px;
	  color:#fff;
		text-align:center;
		margin-top: 10px;
	  background: #8ac6e8;
		-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size:14px;
    border-radius:  6px;
    padding: 8px 5px;
    border: 0;	
    font-weight:normal;
}
	
	.boton
	{
			border: 0;	
	}
	
	.boton2 {	
		width: 100%;
		max-width:100px;
	  color:#fff;
		text-align:center;
		margin: 10px auto;
	  background-color: #0f4279;
		-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size:14px;
    border-radius: 6px;
    padding: 5px 0px;
   
	}

	input.submit:hover,.boton:hover
	{
		background: #A4CA62;
   	color: #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);
}

