background-image: linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
background-image: -o-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
background-image: -moz-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
background-image: -webkit-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
background-image: -ms-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
background-image: -webkit-gradient(
color-stop(0.5, rgb(123,168,55)),
color-stop(0.79, rgb(160,202,83))
border-top:rgb(123,168,55) 1px solid;
border-bottom:#030 1px solid;
text-transform:uppercase;
#menu ul li label + input[type=radio]{
#menu ul li label + input[type=radio]:checked{
#menu ul li input[type=radio]:checked + .ventana{
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
#menu ul li .ventana:first-child{
border-bottom:#CCC 1px solid;
padding:10px 10px 10px 30px;
background:url(http://dev.dhenriquez.com/test-img/icons/154-necktie.png) 10px center no-repeat;
border-bottom:#CCC 1px solid;
padding:10px 10px 10px 35px;
background:url(http://dev.dhenriquez.com/test-img/icons/18-envelope.png) 5px center no-repeat;
border-bottom:#CCC 1px solid;
padding:10px 10px 10px 10px;
background:url(http://dev.dhenriquez.com/test-img/icons/112-group.png) center center no-repeat;
border-bottom:#CCC 1px solid;
padding:10px 10px 10px 35px;
background:url(http://dev.dhenriquez.com/test-img/icons/08-chat.png) 5px center no-repeat;
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
vertical-align: baseline;
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
blockquote:before, blockquote:after,
border-collapse: collapse;
font-family:Verdana, Geneva, sans-serif;