/* Mozilla Specific CSS */
@-moz-document url-prefix() {
	.contenedor {
		width: 100%;
		margin-bottom: 7.6%;
	}
}

/* Chrome Specific CSS */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.contenedor {
		width: 100%;
		margin-bottom: 7.6%;
	}
}

/* Opera Specific CSS */
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
	.contenedor {
		width: 100%;
		margin-bottom: 7.6%;
	}
}


@media only screen and (min-width : 2400px) and (max-width : 2560px){
	/* .divCuerpo{padding-top:102px;} */
	#copyMinist{padding-right: 6%;}
}


@media only screen and (min-width : 1900px) and (max-width : 1925px){
	/* .divCuerpo{padding-top:0px} */
	#copyMinist{padding-right: 6%;}
}

@media only screen and (min-width : 1400px) and (max-width : 1440px){
	/* .divCuerpo{ padding-top:92px;} */
	#copyMinist{padding-right: 2%;}
}

@media only screen and (min-width : 1300px) and (max-width : 1366px){
	/* .divCuerpo{padding-top:88px;} */
	#copyMinist{padding-right: 6%;}
	.copyMinist{width:30%;}
	#copyMinist{padding-right: 7%;}
}

@media only screen and (min-width : 1200px) and (max-width : 1390px){
	/*.divCuerpo{ padding-top:150px;} */
	#copyMinist{padding-right: 6%;}
}

@media screen and (min-width: 1200px) and (max-width: 1286px) {
	#buscarArchivoIA {
		font-size: 0.6rem;
	}
}

@media only screen and (min-width : 1200px) and (max-width : 1250px){
	/* #navbarCollapse1{padding-bottom: 20px!important;} */
	/* .divCuerpo{padding-top:153px;} */
	#copyMinist{padding-right: 0%;}
}


@media only screen and (max-width : 1200px) and (min-width : 1000px){
	/*.divCuerpo{padding-top:150px;} */
	#copyMinist{padding-right: 6%;}
}

@media only screen and (max-width : 992px) and (min-width : 799px){
	/*.divCuerpo{padding-top:135px;} */
	.perfil{width: 100%;}

    .submenu1{left:0%!important;}
   /*  #contenedorFormulario{padding-top: 17%!important;} */
}

@media only screen and (min-width : 900px) and (max-width : 1281px){
	/*.divCuerpo{padding-top:87px;} */
	#copyMinist{padding-right: 0%;}
}

@media only screen and (min-width : 900px) and (max-width : 1024px){
	/* .divCuerpo{ padding-top:140px;} */
	#copyMinist{padding-right: 0%;}
	.copyMinist{width:30%;}

    /* #contenedorFormulario{padding-top:10% !important;} */
}

