body{
	background-color: #999;	
	color: white;
}

#menu{
	color: black;
}
#logo-franja-blanca{
	height: 100%;
	padding: 20px;
}
#contenedorFormulario{
	padding-top: 100px;
	min-height: 300px;
	background-color: #999;
	height: auto;
}

footer {
    width: 100%;
    background-color: #FFF;
    color: #333;
    padding: 20px;
    font-weight: 300;
}

.error-validacion{
	background-color: red;
	color: white;
	font-weight: 600;
	padding: 10px;
	line-height: 2em;
	border-radius: 3px;
	margin-top: 5px;
	display: block;
}
label{
	display: none;
}
.form-control{
	border: 1px solid white;
	border-radius: 0px;
	background-color: #999;
}


.form-control::-webkit-input-placeholder {
   color: white;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.form-control:-ms-input-placeholder {  
   color: white;  
}
#casilla{
	display: block;
}

a{
	color: white;
}
a:hover{
	color: white;
	text-decoration: underline;
}
#enviarFormulario{
	border-radius: 0px;
	padding: 10px 20px;
}
#contenedor p{
	font-size: 18px;
	font-weight: 300;
}