.marginTop5{margin-top:5px;}
.marginTop10{margin-top:10px;}
.marginTop15{margin-top:15px;}
.marginTop20{margin-top:20px;}
.marginTop25{margin-top:25px;}

.lineHeight35{line-height:35px !important;}
.veranohipoContainer{
	background:url('../images/background.jpg') #fcfcfc;
	background-repeat:no-repeat;
	background-size:contain;
	min-height:550px;
	background-position: bottom left;
}

.veranohipoContainerGracias{
	background: url(../images/background-gracias.jpg) #fcfcfc;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    background-position: bottom left;
}

.veranohipoCajaLogin {
    background: #f0eee8;
    padding: 5% 1%;
    min-height: 400px;
	margin-top:60px;
}

.veranohipoCajaGracias{
    padding: 5% 1%;
    min-height: 250px;
	margin-top:100px;	
}


.veranohipoTitulo img{width:100%; max-width:281px;}

.veranohipoBajada,.veranohipoLabel {
    font-family: 'Raleway',sans-serif;
    color: #49b3da;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 0 5%;
}

.veranohipoSmall{
	font-size: 0.95em;
	line-height:0.95em;
}
.veranohipoColorGris{color:#9d9d9e !important;}

.veranohipoInput input{
	width:100%;
	border:none;
	height:35px;
	background:#ffffff;
}

.veranohipoOlvide a,.veranohipoOlvide a:hover,.veranohipoOlvide a:visited,.veranohipoOlvide a:active{
	font-family: 'Raleway',sans-serif;
    color: #49b3da;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1em;
}

.veranohipoRedes img{
	width:100%;	
}

.veranohipoBtn img,.veranohipoBtnEnviarEmail img{width:100%; max-width:122px;cursor:hand;cursor:pointer;}


.veranohipoBases a,.veranohipoBases a:hover,.veranohipoBases a:visited,.veranohipoBases a:active{
	font-family: 'Raleway',sans-serif;
    color: #9d9d9e;
    font-weight: 400;
    font-size: 1.15em;
    line-height: 0.95em;
}

.msj-error{
	font-family: 'Raleway',sans-serif;
    color: #a94442;
    font-weight: 400;
    font-size: 1.15em;
	 line-height: 1.15em;
}

/*MOBILE*/
@media (max-width:600px)
{
	
	.veranohipoCajaGracias{
		margin-top:10px;	
	}
	
	.veranohipoContainer {
		background: url(../images/background.jpg) #fcfcfc;
		background-repeat: no-repeat;
		background-size: 170%;
		min-height: 550px;
		padding-bottom: 80%;
		background-position: bottom left;
	}
	
	.veranohipoContainerGracias {
		background: url(../images/background-gracias.jpg) #fcfcfc;
		background-repeat: no-repeat;
		background-size: 230%;
		min-height: 500px;
		padding-bottom: 70%;
		background-position: bottom left;
	}

}
	
	
