-moz-transform: rotate(90deg); /* Firefox */
-o-transform: rotate(90deg); /* Opera */
-webkit-transform: rotate(90deg); /* Safari y Chrome */
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;