@media screen and (min-width: 1400px) {
	.colFormulario{
		text-align:right;
	}
}

@media screen and (max-width: 1310px) {
	.colFormulario .contentText{
		padding-left:0;
	}
}

@media screen and (max-width: 1245px) {
	.colFormulario{
		padding-left:0;
		text-align:left;
	}
}

@media screen and (max-width: 1200px) {
	article .contentText {
    padding-right:440px;
	}

	.colFormulario .contentText {
		padding-right:20px;
	}
}

@media screen and (max-width: 910px) {
	header .logoChequeos{
		background-size:70%;
	}
}

@media screen and (max-width: 800px) {
	.colFormulario2,
	.boxContent,
	.colFormulario{
		position:relative;
	}
	
	.colFormulario2{
		width:auto;
		bottom:auto;
		right:auto;
	}
	
	.colFormulario{
		padding-left:35px;
	}
	
	article .contentText {
		padding-right:20px;
	}
	
	header{
		padding:0 10px 0 2px;
	}
	
	header .logoChequeos{
		background-size:100%;
		height:115px;
		width:215px;
	}
	
	header .logoQuiron{
		background-size:27%;
	}
	
	.listButtons .dropup ul {
		bottom: 63px;
	}
	
	.size2x{
		display:block;
	}
}

@media screen and (max-width: 400px){
	.titleForm{
		background-image:none;
		padding-left:20px;
	}
	
	ul{
		padding-left:0;
	}
	
	.modal-body p img{
		width:100%;
	}
}
