/* ==========================================================================
   								Valor Futuro
   ========================================================================== */
   body {
   		color: #ffffff;
	   	font-family: Helvetica, Arial, sans-serif;
	   	font-weight: lighter;
	   	overflow: hidden;
   }
   .izquierdo {
   		width: 364px;
   		height: 100%;
   }
   
   .derecho {
   		width: 365px;
   		height: 100%;
   }
   .logo {
   		padding-top: 38px;
   }
   .logo p {
	   	font-size: 16px;
	   	width: 345px;
	   	margin: 0 auto;
	   	text-align: center;
	   	margin-top: 5px;
		color:#1a3661;
   }
   .logo a{
	   	margin: 0 auto;
	   	text-align: center;
   }
   ul {
   		width: 310px;
   		margin: 0;
   }
   li
	{
	  background: url(img/bullet.png) no-repeat left top;
	  padding: 3px 0px 3px 40px;
	  list-style: none;
	  font-size:11px;
	  
	}
	footer {
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #000000;
		text-align: center;
		padding-top:4px;
	}
		footer p {
			color: #dddddd;
			font-size: 10px;
		}
	.formulario {
		height: 120%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		width:100%;
	}
		.formulario h2 {
			font-size: 18px;
			font-weight: lighter;
			text-align: center;
		}
		.formulario .btn {
			width: 300px;
			text-transform: uppercase;
		}


/*===========================================================================
								Constantes
=============================================================================*/
	.fleft {
		float: left !important;
	}
	
	.fright {
		float: right !important;
	}
	.fixed {
		position: fixed;
	}
	.w373 {
		width: 373px;
	}

/*===========================================================================
								Fondos
=============================================================================*/

body {
	background-color:#fff;
}
.desaparece {
	display:none;
	}
.aparece {
	display: block;
	}

@media only screen and (min-width: 481px) {
	body {
	background-image:					  url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%, 100%;
	background-color:#fff;}
	.formulario {
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		right: 0px;
		padding: 0px 20px 0;
		width:340px;
		margin:0;
	}
	 .izquierdo {
   		width: 260px;
   		height: 100%;
   }
   .logo p {
	   	width: 260px;
   }
   .logo a img {
	   	width: 260px;
   }
   .w373 {
		width: 260px;
	}
	.logo p {
		display:none;
   }
   .desaparece {
	display: block;
	}
.aparece {
	display: none;
	}
	}
@media only screen and (min-width: 769px) {
	body {
		background-image:					  url(img/bg.jpg);
	
	background-repeat: no-repeat;
	background-size: 100%, 100%;
	background-color:#004571;}
		.formulario {
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		position: absolute;
		right: 40px;
		padding: 0px 20px 0;
		width:380px;
	}
	.formulario .btn {
			width: 100%;
			padding: 10px;
			text-transform: uppercase;
		}
		ul {
   		width: 310px;
		margin: 50px 0 0 0;
   }
   li
	{
	  font-size:12px;
	  
	}
   .logo p {
	   	font-size: 16px;
	   	width: 345px;
	   	margin: 0 auto;
	   	text-align: center;
	   	margin-top: 5px;
		color:#1a3661;
		display:block;
   }
	}

