	
.segundo{

	display: none;
	padding-top: 5%;
   	padding-left: 6%;
    padding-right: 6%;
    padding-top: 5%;
}
.primero{
	display: block;

}
	#primero:hover .primero {
		display:none;
	}
	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
#ahorro.segundo {
    width: 80%;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 1%;
    padding-top: 0px;
    margin-left: 9%;
   }

.enf-tit{
	font-weight: bolder;
	font-style: italic;
}

#content-div{
	padding: 1%;
    font-size: 15px;
}

#content-div.enf-tit{
	font-size: 35px;
	color: orange;
}

table tr{
	font-size: 15px;
	border: orange 3px solid;
	border-left: none;
	border-right: none;
	text-align: center;
	

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	#primero:hover .segundo {
		display:none;
		max-width: 100%;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
	#primero:hover .segundo {
		display:none;
		max-width: 100%;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	#primero:hover .segundo {
		display:none;
		max-width: 100%;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#primero:hover .segundo {
		display:block;
		max-width: 100%;
	}
}