.modal-contentImagen{    
	background-image: url(/RecursosIQ/img/img_modal/virus_respon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
}

.lineatop{
    padding: 0px;
    border-bottom: 1px solid #e5e5e500;
}
.lineafooter{
	padding: 0;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e500;
}
.btn-cerrar {
    margin-right: 60px;
    color: #1c3261;
    background: white;
}
.bodyInfo{
	    min-height: 250px;
    padding:10px 50px 0px;

}
.bodyInfo p{
    font-size: 21px;
    color: #1c3261;
 
    text-align: center;
	    margin: 10px 0;
}
.modal-header .close {
    margin-top: -2px;
    margin-right: 46px;
    font-size: 34px;
}

@media only screen and (max-device-width: 600px){
     .modal-contentImagen {
	    height: 320px;
      }
	.bodyInfo img{
		    width: 12%!important;
	}
	.bodyInfo {
    padding: 10px 30px 10px;
     }
	.bodyInfo p {
    font-size: 17px;
    line-height: 20px;
    margin: 13px 0;
	}
	.modal {
    top: 60px;
	}
	.btn-cerrar {
    margin-right: 29px;
    margin-top: 0px;
	}
	.lineafooter {
    padding: 0;
    margin-top: -15px;
	}
}

@media only screen and (max-device-width: 320px){
.bodyInfo p {
    font-size: 14px;
	}
}