#start {margin:2% 10%}
#start h1 {text-align:center;text-transform:uppercase;font-size:22pt;margin-bottom:5%}
#start h1 b {color:#11498a}
#start .oferta {width:30%;float:left;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;margin:0% 1% 3% 2%}
#start a:nth-child(3n+1) .oferta {margin-right:0px}
#start .oferta:hover {box-shadow:0px 0px 10px rgba(0,0,0,0.80)}
#start .oferta img {display:block;width:100%;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#start .oferta h2 {position:absolute;margin:0;padding:0;left:0%;bottom:0%;padding:5%;width:90%;color:white;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:rgba(17,74,138,0.7)}
#start .oferta:hover h2 {padding-bottom:10%}