ME FUNCIONO CON LO SIGUIENTE
border-top-left-radius: [tamaño|porcentaje] [tamaño|porcentaje];
border-bottom-left-radius: [tamaño|porcentaje] [tamaño|porcentaje];
border-top-right-radius: [tamaño|porcentaje] [tamaño|porcentaje];
border-bottom-right-radius: [tamaño|porcentaje] [tamaño|porcentaje;
SEGUN QUIERAS REDONDEAR ARRIBA O ABAJO DERECHA O IZQUIERDA
EJEMPLO
border-top-left-radius: 15px 15px;
border-bottom-left-radius: 0px 0px;
border-top-right-radius: 15px 15px;
border-bottom-right-radius: 0px 0px;
TODO ESTO SE COLOCA DENTRO DE LA CAPA O DIV QUE QUIERAS REDONDEAR
border-top-left-radius: [tamaño|porcentaje] [tamaño|porcentaje];
border-bottom-left-radius: [tamaño|porcentaje] [tamaño|porcentaje];
border-top-right-radius: [tamaño|porcentaje] [tamaño|porcentaje];
border-bottom-right-radius: [tamaño|porcentaje] [tamaño|porcentaje;
SEGUN QUIERAS REDONDEAR ARRIBA O ABAJO DERECHA O IZQUIERDA
EJEMPLO
border-top-left-radius: 15px 15px;
border-bottom-left-radius: 0px 0px;
border-top-right-radius: 15px 15px;
border-bottom-right-radius: 0px 0px;
TODO ESTO SE COLOCA DENTRO DE LA CAPA O DIV QUE QUIERAS REDONDEAR