.PRUEBA {  font-family: "Times New Roman", Times, serif}
.DOCENORMAL {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal}
.CATORCENEGRITA {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold}
.ONCENORMALLINK {  font-family: 'Rajdhani', sans-serif; font-size: 16px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
.ONCENORMALLINKBLANCO {  font-family: 'Rajdhani', sans-serif; font-size: 18px; font-style: normal; font-weight: normal; color: #CC0000; text-decoration: none}
.ONCENORMAL {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal}
.letralink {  font-family: 'Raleway', sans-serif; font-weight: bold; color: #464646; text-decoration: none}
.letralinkbordeaux {  font-family: 'Asap', sans-serif; color: #FFFFFF; text-decoration: none}

.tdTop{
    height:59px;
}
.img1{
    width:390px;
    height:100%;
}
.img2{
    width:317px;
    height:100%;
}
.img3{
    WIDTH:234px;
    height:100%;
}
.img1, .img2, .img3{
    margin: 1% 0%;
}
@media(max-width:768px){
	.tdTop{
		height: 100px;
	}
	.img1, .img2, .img3{
		height: 100%;
        margin: 0% 0%;
	}
	.img1{
		width: 70%;
	}
	.img2{
		width: 60%;
	}
	.img3{
		width: 40%;
	}
}